Vladimir Goncharov
- Total activity 494
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 194
-
-
Created 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... -
Created 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. -
Created Migrating to Eclipse: A developer's guide to evaluating Eclipse vs. IntelliJ IDEA
FYI,http://www-106.ibm.com/developerworks/library/os-ecidea/ -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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= -
Created 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...