Alessandro Vernet
- 活动总数 114
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 31
-
创建于 Editor became quite slow
I am pretty much upgrading to every EAP build that comes out, and I noticed that after upgrading to a build that was released before 7.0.3 (I don't remember which one exactly), the editor became qu... -
创建于 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... -
创建于 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... -
创建于 "More than 100 matches" in search
已回答When 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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...