Vladimir Goncharov
- 活动总数 494
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 194
-
-
创建于 IntelliJ-IDEA-3075 - console.txt property in the idea.lax
LAX.STDERR.REDIRECT ------------------- leave blank for no output, "console" to send to a console window, and any path to a file to save to the file console.txt=console LAX.STDIN.REDIREC... -
创建于 RFE - Option to rerun the last compile task (Ctrl+Shift+9 etc.) similar to the run
This is convenient option particularly when compilation fails, the one can fix the problem and rerun the failed task. -
创建于 Migrating to Eclipse: A developer's guide to evaluating Eclipse vs. IntelliJ IDEA
FYI,http://www-106.ibm.com/developerworks/library/os-ecidea/ -
创建于 Wrongly highlights “Condition string != null” is always true
private String getString() throws Exception { return null;}private String test() throws Exception { String string = null; try { string = getString(); return string.substring(0); } catch (Exceptio... -
创建于 RFEs
1. Need to be able to refresh individual file or selected files similar to Ctrl+Y. This functionality is crucial when working with mounted file system e.g. ClearCase2. Don't delete from File->Reope... -
创建于 IDEA 4.5 RC VIII
I have never seen more the 3 release candidates for a given application. Actually RCVII is pure term inflation in my view. How many RCs should we except before the product been released. Intellij i... -
创建于 Re: Build 2014 - Console window on Win2K
Am I the only one who is bothered by this issue or the console window brings more pleaser into development experience? If copying the idea.exe from the previous builds solves the problem then I hop... -
创建于 Build 2091 - Console window on Win2K
All properties below are set to empty but console window is coming up, is there any way to get rid of it?lax.stderr.redirect= lax.stdin.redirect= lax.stdout.redirect= -
创建于 Pallada - Settings Dialog, resizing problem on 1024x768
It is a real challenge to resize modify setting in the Setting Dialog (CtrlAltS), most of the time the dialog doesn’t remember the modified window size, and particularly Project->Path is not resiza...