Stephen Boesch
- 活动总数 499
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 25
- 订阅数 152
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 How to enable "remove unused imports"
已回答I don't see it under Settings | Code | Imports..I'm using 10.5.1 -
创建于 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?? -
创建于 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 ... -
创建于 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 -
创建于 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...