Alessandro Vernet
- Total activity 114
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 31
-
Created Checking what files are not in the repository with Subversion
I am wondering if there is an equivalent of "svn status" with the Subversion support in IntelliJ? Essentially, I would like to have a list of all the files I have on disk in a directory and that ar... -
Created Reference to files with unknown scheme
In an XML file, I have: <xi:include href="oxf:/apps/somefile.xml"/>. Here oxf:/ is a "private" scheme, which IntelliJ can't know about. But IntelliJ complains that it can't resolve this URI. Should... -
Created "More than 100 matches" in search
AnsweredWhen doing a search, starting with IntelliJ 7, when there are more than 100 matches, we now get a message "More than 100 matches" and the matches are not highlighted in the right side bar. Is there... -
Created Find in path fails
When I do a Search / Find in path while I have a directory selected in the Project view, I don't get any result and after this the menu entry is always grayed out. I noticed that the exception belo... -
Created IntelliJ repeatedly connecting to mojo.w3.org
When I look at the TCP connections going out from my machine, I see IntellIJ repeatedly connecting to mojo.w3.org. I suspect that this is because I am editing XML and IntellIJ is trying to get some... -
Created Dialog takes 20 seconds to come up when doing a ctrl-o
This is not a new problem, but something I had with IntelliJ forever: when I do a ctrl-o, the dialog takes something like 20 seconds to come up. Has anyone already seen something like this? And of ... -
Created Error compiling plugin
I don't get it! Could this be because we are on a Friday afternoon? Ok, here it is: I am trying to recompile the code of my plugin with a recent RC of IDEA 5.0 and I am getting this error (both wit... -
Created Go to declaration in XML files
It seems that the "Go to declaration" action is active when editing XML files. In particular on Ant files, one can use it to navigate to a particular target from the target name stated in the "depe... -
Created DialogWrapper.createCenterPanel() not centered
The scenario:1) A plugin creates a dialog by implementing the class DialogWrapper and its createCenterPanel() method.2) The plugin runs on a workstation with 2 monitors. IntellIJ is maximized on th...