I've appreciated every IntelliJ upgrade. IntelliJ was 'mature' many years ago, but they continue to push and push and rethink features and experiment. This release just wowed me enough to gush about it :).
IntelliJ IDEA 13 is Released
121–130 of 221 posts
Re: IntelliJ IDEA 13 is Released
#122Since 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…
If you could open the same file twice and stack them vertically, your problem would be solved and it doesn't sound so hard to implement.
Re: IntelliJ IDEA 13 is Released
#123Earlier quoted context omitted.
C/C++ IDE, try subscribe to preview: http://www.jetbrains.com/objc/features/cpp.html
Since moving to OS X fully I've become a real fan of Xcode. I'm curious to see how AppCode is when you can actually write Objective-C++ in it. I'm a fan of IDEA, but I'm a little skeptical of this (as AppCode right now isn't as nice as Xcode anyway).
Re: IntelliJ IDEA 13 is Released
#124Since 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…
Open the context menu for a tab by right-clicking it, select "Split Vertically", and you'll have two columns for tabs.
Re: IntelliJ IDEA 13 is Released
#125Earlier quoted context omitted.
I pay for every upgrade simply for the support. A few times a year I get stuck on something; mere minutes after filing a support ticket, I have a resolution. They've got this guy "Serge" who must be locked in a room somewhere doing support because he always solves my issues within minutes. Amazing.
Are you kidding, you need support for an IDE?
Re: IntelliJ IDEA 13 is Released
#126The mind-reader IDE, as we used to call it. It's sometimes scary when you create a new variable in a class and it gives you the perfect suggestion (based on what you did elsewhere in the code).
Re: IntelliJ IDEA 13 is Released
#127Earlier quoted context omitted.
I take that you mean running IntelliJ under Java 7? JDK 7 and 8 work fine for development!
Exactly. I should've mentioned that. You can't run IDEA with only Oracle JRE 7. You need to install Apple's JRE 6 too.
Re: IntelliJ IDEA 13 is Released
#128I got my IntelliJ IDEA 12 license at the doomsday sale. I wish there were another end of the world ;)
Re: IntelliJ IDEA 13 is Released
#129Since 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…
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 width.
e.g:
http://www.maxdesign.com.au/articles/em/ http://baymard.com/blog/line-length-readability
I know there are actual studies that show reading comprehension based on line length, I've read them before, but I can't find them now.