Vladimir Goncharov
- Total activity 494
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 194
-
Created Intellij and VSS
How do I mark Project as current when working with VSS. I have checked in some files outside the IDE and cannot synchronize the IDE with Visual Source safe. Please help. -
Created JS Scripting parsing error
Cannot parse the javascript statement belowvar strRepoDate = <%= "\""strRepoDate"\""%>; -
Created JavaScript highlight error
Complains that java variable key is never used function selectAll(selectAll) { <% for (int i = 0; i < keys.size(); i++) { ---> key = (String) keys.get(i); %> <%=key%>.c... -
Created build 3229 and all others
In the Web module: the compilation of single file causes the entire project to be deployed. -
Created #3200 - Tabs are not rendered properly
In alloy look and feel the top tabs are not rendered properly when number of tabs is greater then can feet in one line. To recreate the problem set show tabs in single line and open enough tabs to ... -
Created build 3136 - Ctrl+Shift+9 deploys the J2EE project
CtrlShift9 deploys the entire J2EE project instead of compiling the requested file or selection, and basically it takes out pleaser from the equation because the one who supposes to develop has to ... -
Created Refreshing package like Ctrl+Alt+Y
Need to be able to refresh on a package level and entire source tree. When working with clear case dynamic view (source is on the network) it take forever to synchronize the CtrlAltY -
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.