Libor Valenta

- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
Libor Valenta created a post, JSP import formatting
I do prefer comma separated import list, but with one line per class, ie. formatted like:<%@ page import="java.util.ArrayList, java.util.List" %>I don't feel as strongly about tagli... -
-
-
Libor Valenta created a post, Preserve space in <xsl:text>
When I reformat XSL code, white space from <xsl:text> </xsl:text> is stripped, is there any way to tell IntelliJ to leave this tag alone? -
-
-
-
-
Libor Valenta created a post, Copy CVS path
Is there anything like CtrlShiftC - Copy Path, but for the version control system?When I refer to file I changed in bugzilla I have to use path where the file is checked in, not the path where is o... -
Libor Valenta created a post, CVS client opens new connection for each file?
I noticed that cvs server gets hammered pretty hard, when somebody commits a lot of files in "one click". Can it be optimized?