Stephen Boesch
- Total activity 499
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 25
- Subscriptions 152
-
Created Vertical Splitter windows broken in ij11
This is for 11.0.2 One of the two splitter windows either is un-resizeable or just simply disappears (back to just one editor window). This feature works fine in prior versions of IJ. Is there a... -
Created Keyboard accelerators messed up in IJ 11 Dialogs
Many of the keyboard accelerators do not work in IJ11 dialogs. DId anyone test this? For example, "e" may be used multiple times in same dialog, and the second one e.g. "nExt" to continue to nex... -
Created Rarely but does happen: intellij editor files corruption
Intellij does auto saving of files. This works great 99.something percent of the time. Even when i have to kill ps -ef, it only loses a few seconds worth. But there are rare occasions when intel... -
Created ubuntu 11.10 compiz showing 20% cpu all the time
I have a pretty decent core i7 740 machine for development. It is usually hanging around 2 or 3% cpu usage in idle. But after I start Intellij - even with an almost empty project (just a couple of... -
Created What's up with scala compiler not being found (and not obvious how to fix)
In the Community Edition, the scala installation was just found automagically. But then the CE takes up over 100% cpu and just hangs (so what's the point ..)In the Ultimate Edition The scala insta... -
Created How to enable "remove unused imports"
AnsweredI don't see it under Settings | Code | Imports..I'm using 10.5.1 -
Created Super simple question: how to search within intellij help
The "help" button brings up a browser at the following address: http://www.jetbrains.com/idea/webhelp/intellij-idea.html.So.. where is the "search" button to search the help topics?? -
Created Focus on large codebases
Hi, I have been using IJ for three years and there is a distinct pattern: (a) IJ is great for smaller codebases. (b) IJ falls flat with large codebases.I have been trying to use IJ 9.x and 10.X ... -
Created Error: cannot find symbol class for Scala Class used within Java
Hi, I do have Compiler | Scala Compiler | "Compile Scala files first" checked. And i've done full Rebuild project. So then what gives with this?My env: windoze 7. IJ 10.5.1 build iu 107 322 -
Created Static Imports not working very well
It seems the usability of static imports leaves to be desired.1. I can't put in import static MyClass.* Ij doesn't want to help out by providing the list of candidate classes here. Why?2. Even af...