Earlier quoted context omitted.
IDEA's done Android for years now. And now it's the basis of Google's Android Studio.
IntelliJ IDEA is the base for Android Studio, the new IDE for Android developers. Read all about it: http://blog.jetbrains.com/blog/2013/05/15/intellij-idea-is-t...
IntelliJ IDEA 13 is Released
61–70 of 221 posts
Re: IntelliJ IDEA 13 is Released
#62So, Android is supported in IDEA now? Nice. It is kind of annoying having two IDEs, one for Android development and one for everything else. Edit: Badly worded. What I meant to say are the Android Studio improvements and updates are now in Ultimate, which is nice.
Re: IntelliJ IDEA 13 is Released
#63It 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 see twice, in some cases three times as much code on screen!
Re: IntelliJ IDEA 13 is Released
#64I love and hate Eclipse/STS, but I don't think I will ever switch to IDEA, I love my freedom more. The least I can do for open source community is to use open source products and report bugs.
Go right ahead https://github.com/JetBrains/intellij-community
Re: IntelliJ IDEA 13 is Released
#65No major updates for me in 13, but all the little things add up to a nice update.
Re: IntelliJ IDEA 13 is Released
#66Re: IntelliJ IDEA 13 is Released
#67I never thought I'd say it but it seems that they are getting close to the end of the line feature wise! Not a lot here that is making want to upgrade from 12...
Re: IntelliJ IDEA 13 is Released
#68Just 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...
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 solution.
Re: IntelliJ IDEA 13 is Released
#69Since 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…
In addition to the existing panels you can split the editor window using Window->Editor Tabs->Split Horizontally.
Re: IntelliJ IDEA 13 is Released
#70Since 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…