I hear they're working on a C++ IDE, I can't wait for it to come out.
IntelliJ IDEA 13 is Released
101–110 of 221 posts
Re: IntelliJ IDEA 13 is Released
#102The 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).
If I extract a variable for service.getUserRecommendations(), I believe the recommendation list would look like "userRecommendations", "recommendations", etc.
Re: IntelliJ IDEA 13 is Released
#103The 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).
Wouldn't that be potential evidence for the idea that the code is likely quite redundant? In Java you indeed do need lots of stuff like getters and setters.
Re: IntelliJ IDEA 13 is Released
#104I 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
#105Earlier quoted context omitted.
Open the context menu for a tab by right-clicking it, select "Split Vertically", and you'll have two columns for tabs.
I don't have intellij installed on my computer here, when you say 'split vertically,' do you mean it basically opens two views of same file next to each other, each view scrolling independently? If so, that isn't what I want -- almost every IDE and text editor already does that. What I want is similar to how MS Word takes a single blob of text and reflows it in multiple columns.
Re: IntelliJ IDEA 13 is Released
#106The most annoying thing about IntelliJ is the way it's keyboard shortcuts clash with virtually every keyboard shortcut of your average Linux distro. Other than that it's an awesome tool.
Re: IntelliJ IDEA 13 is Released
#107The most annoying thing about IntelliJ is the way it's keyboard shortcuts clash with virtually every keyboard shortcut of your average Linux distro. Other than that it's an awesome tool.
You can edit them to your heart's content though. I have never had an issue, but I use the "Default for XWin" setting. There are about a dozen other keymap templates available by default, though.
Re: IntelliJ IDEA 13 is Released
#108Great--now when can we get decent font rendering for IDEA in Linux? The Swing rendering is horrible.
-Dawt.useSystemAAFontSettings=lcd
-Dswing.aatext=falseRe: IntelliJ IDEA 13 is Released
#109Great update, but still no support for Java 7 only in OS X. :(
They did have RC builds that did, but those had some nasty bugs w.r.t. font rendering: http://youtrack.jetbrains.com/issue/IDEA-117324 (Not really sure if it's Oracle's or JetBrains' fault)
Works brilliantly with JDK6 though, I can't recommend it enough.
Re: IntelliJ IDEA 13 is Released
#110Great--now when can we get decent font rendering for IDEA in Linux? The Swing rendering is horrible.