Since there seem to be some IntelliJ folks here, I'd like to bring up my pet peeve: please take advantage of modern, gigantic _wide_ monitors. It makes no sense for code to be in a single column on the left of the monitor while 2/3 of the right side is almost completely empty space. Instead of just allowing vertical scrolling, why not allow multiple columns and horizontal scrolling? This will result in the ability to…
Please don't do that! Wide lines are my pet peeve! It doesn't make sense to use width just because you can. In fact it's a bad idea because it's much, much harder to read really wide text and code should be written to be read. You don't see (good) web pages, books or magazines with really wide text because it's really hard to read. Also people sometimes work on small screen laptops and there you are constrained by wi…
IntelliJ IDEA 13 is Released
131–140 of 221 posts
Re: IntelliJ IDEA 13 is Released
#132Since there seem to be some IntelliJ folks here, I'd like to bring up my pet peeve: please take advantage of modern, gigantic _wide_ monitors. It makes no sense for code to be in a single column on the left of the monitor while 2/3 of the right side is almost completely empty space. Instead of just allowing vertical scrolling, why not allow multiple columns and horizontal scrolling? This will result in the ability to…
Please don't do that! Wide lines are my pet peeve! It doesn't make sense to use width just because you can. In fact it's a bad idea because it's much, much harder to read really wide text and code should be written to be read. You don't see (good) web pages, books or magazines with really wide text because it's really hard to read. Also people sometimes work on small screen laptops and there you are constrained by wi…
Re: IntelliJ IDEA 13 is Released
#133Earlier quoted context omitted.
Please don't do that! Wide lines are my pet peeve! It doesn't make sense to use width just because you can. In fact it's a bad idea because it's much, much harder to read really wide text and code should be written to be read. You don't see (good) web pages, books or magazines with really wide text because it's really hard to read. Also people sometimes work on small screen laptops and there you are constrained by wi…
I think you misunderstood my point. I don't want long lines of text, I want multiple columns of short lines.
Unfortunately at my company people insist on writing code in 130+ columns, I'm a little over sensitive about it I guess.
Re: IntelliJ IDEA 13 is Released
#134How much is it? If I had the version 12, that I bought recently, do I need to pay for the new version to upgrade?
From what I understand, starting with V13 personal licenses will include 1 year free upgrades. I thought V12 licenses younger than 1 year will work with V13, but that's not the case. I like the IDE, but I will stick with v12 for now.
Re: IntelliJ IDEA 13 is Released
#135Great update, but still no support for Java 7 only in OS X. :(
You can edit the Info.plist file (you probably already know this!) to get the IDE to launch under JDK 7 in OS X. A recent EAP release actually had a bundled JDK 1.7 for OS X, although it seems the final version's download doesn't have it
Re: IntelliJ IDEA 13 is Released
#136Just trying the Scala plugin now. I really want to leave Eclipse. I wonder if it will show me implicit conversions and parameters, and if will handle hairy stuff like macros. And does it use the presentation compiler like ScalaIDE/Eclipse? If not I'll be surprised if can handle macros. So far, so good though. Need to import a bigger project as a test...
Re: IntelliJ IDEA 13 is Released
#137Re: IntelliJ IDEA 13 is Released
#138Just trying the Scala plugin now. I really want to leave Eclipse. I wonder if it will show me implicit conversions and parameters, and if will handle hairy stuff like macros. And does it use the presentation compiler like ScalaIDE/Eclipse? If not I'll be surprised if can handle macros. So far, so good though. Need to import a bigger project as a test...
It does highlight implicit conversions by default (they're underlined and have a light blue background colour). I don't think it does anything special w.r.t. macros, but I might be wrong. As far as I know, they use their own compiler for highlighting type errors in the editor etc. and SBT for the "actual" compilation. The presentation compiler didn't exist when they started Scala support, so they rolled their own sol…
Re: IntelliJ IDEA 13 is Released
#139Re: IntelliJ IDEA 13 is Released
#140Since there seem to be some IntelliJ folks here, I'd like to bring up my pet peeve: please take advantage of modern, gigantic _wide_ monitors. It makes no sense for code to be in a single column on the left of the monitor while 2/3 of the right side is almost completely empty space. Instead of just allowing vertical scrolling, why not allow multiple columns and horizontal scrolling? This will result in the ability to…
On a 1920-wide screen, using the standard X11 "6x10" font, I can split an XEmacs frame into three 100-column windows horizontally. I also split vertically, for a total of six. Add a second monitor, and I can see a lot of code! For complex tasks involving changes across multiple files, it's a big help.