Vladimir Goncharov
- Total activity 494
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 194
-
Created Tomcat and JSP debugging – cannot set a breakpoint
At some point of time some version of Intellij worked with some version of Tomcat (via remote debugging, not by running Tomcat from the IDE), currently I tried each and every available version of T... -
Created Idea 4.5 and build 3095 - Cannot set breakpoint in jsp page while remote debugging fo
Cannot set breakpoint in jsp page while remote debugging for neither Tomcat 5.0 nor Tomcat5.5. what versions of tomcat are supported.Additionally jsp parsing for Irida is very slow close to unusabl... -
Created build 3095 - incorrect error highliting in css file
.menu a:link { font-family:"Courier New", Courier, mono;}says that "Courier New" is wrong URL, which is true in some sense. -
-
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...