Nick Pratt
- 活动总数 674
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 243
-
创建于 Adding IntelliJ annotations locks up 8660
I just tried (three times) adding IDEA_HOME/Redist/annotations.jar to my project (as a project library), and IDEA 8660 locks up while parsing the JAR.Is this a known problem? -
-
创建于 8637: "refresh" VCS status?
My install of 8637 seems to have lost its SVN status - it only thinks 4 files have been modified, yet I've changed well over 50 files. Is there a way to force IDEA to refresh its VCS status (by del... -
创建于 Structural Search and Replace for method
Im trying to write a SSR for an entire method - ideally we would have liked to have deleted the method from the interface, and have this cascade down, but this doesnt seem to work (should it?)Anywa... -
创建于 Intention Action to replace deprecated method call?
Is there a way (intention action / refactoring / plugin ) to have IDEA automatically replace all usages of a deprecated method call with a user supplied one? -
创建于 Ability to rerun last test / application / whatever was run
It would be really helpful if you could re-run (or re-debug) the last executed test/application with a single shortcut.Right now (and someone please correct me if I'm wrong), you can only re-run th... -
创建于 8526 - Make failure prevents unit test execution
What are your views on allowing a junit test to run when the "make" fails for some unrelated reason (a 1.6 compiler error for example)Currently, when I execute a unit test, I have "make before run"... -
-
创建于 "Oops" error in console
There's something funky going with the latest EAP and trying to run/debug unit tests (it may not be specific to unit tests - Applications might be affected as well).Sometimes it works fine, other t... -
创建于 Working with branches
Are there any features in IDEA that make working with SVN branches easy?If not, how are you all dealing with the problem of working on a project with multiple release branches?Does anyone have a be...