Live data from Hacker News

IntelliJ IDEA 13 is Released

blog.jetbrains.com

121–130 of 221 posts

Re: IntelliJ IDEA 13 is Released

#121
Having used the beta, and as a Scala developer on a large multi-module project, this release is a game-changer performance-wise. The memory footprint is a small fraction of what it once was (literally). While memory is not really a big issue for a developer these days, this is huge because previously we were forced to run at large heaps, which would cause 'fun' GC pauses while typing. The code completion is now fast enough to put back into auto mode. Similarly, the find functionality is now instantaneous, even when you're finding variables. They've clearly been playing around with threading on the editor, because there seem to be many fewer situations where typing slows down while the system is thinking about other things.

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 :).

Re: IntelliJ IDEA 13 is Released

#122

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…

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.

you can.

Re: IntelliJ IDEA 13 is Released

#123
post #56
post #39

Earlier 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).

I always write my code in AppCode. When I'm modifying project settings, things like that, I switch to Xcode. However anytime I'm writing code, I switch back to AppCode.

Re: IntelliJ IDEA 13 is Released

#124

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…

Open the context menu for a tab by right-clicking it, select "Split Vertically", and you'll have two columns for tabs.

Yeah I've been doing this for a while now, until I switched to a dual monitor set up where one monitor is landscape and the other, containing my IDE, is portrait.

Re: IntelliJ IDEA 13 is Released

#125
post #42

Earlier 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?

Every software can have bugs.

Re: IntelliJ IDEA 13 is Released

#126
post #4

The 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).

It also knows if you meant to use the other variable: https://twitter.com/pt3mm/status/272315627522367488/photo/1

Re: IntelliJ IDEA 13 is Released

#127
post #66

Earlier 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.

there is IntelliJ IDEA distribution with bundled JDK 7 (replace ideaIU-13.dmg with ideaIU-13-jdk-bundled.dmg in download link) but it isn't recommended because of JDK related issues

Re: IntelliJ IDEA 13 is Released

#128
post #35

I got my IntelliJ IDEA 12 license at the doomsday sale. I wish there were another end of the world ;)

Yeah, hoping for that as well. If I'd still mainly work on Java I probably would buy the upgrade right now. But I switched to 90% C# - 10% Java.

Re: IntelliJ IDEA 13 is Released

#129

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 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.

Re: IntelliJ IDEA 13 is Released

#130
post #35

I got my IntelliJ IDEA 12 license at the doomsday sale. I wish there were another end of the world ;)

According to http://en.wikipedia.org/wiki/List_of_dates_predicted_for_apo... next sale on 22 February :)

Amazing, the Ragnarok is next year!!!!!
Post reply on HN