saltnlight5

- Total activity 72
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 25
-
saltnlight5 created a post, How to copy affected file paths from a subversion commit revision?
Hi,Given a Subverison commit, we can see the files affected on the right windows of Version Control panel under Repository Tab. But when I do a CTRL+C on these selected files, only the filenames ar... -
saltnlight5 created a post, How to import/create project from existing Ant build.xml file?
Hi, I can't seem to find a way to import an existing ant based project that already has the build.xml configured. I am expected the IDE to able to read the file and at least setup the source direct... -
saltnlight5 created a post, Can we have IDEA-64469 fixed now? - Please allow output windows to be maximize
Hi all,May I ask the community to vote on this issue?http://youtrack.jetbrains.com/issue/IDEA-64469I find myself miss this feature almost daily when I investigate test output. The issue has been cr... -
saltnlight5 created a post, Could not autowire. There is more than one bean of 'xxx' type.
Hi there,I am using latest 12.1.1, and I get a RED mark error when I usecustom javax.inject.Qualifier extesion on mutliple injection types. Has anyone seen this?How to reproduce:1) Create two custo... -
saltnlight5 created a post, How to exclude files from CTRL+SHIFT+N search?
Hi there,I like the CTRL+SHIFT+N searching feature that allows me to match any file inside my project. However, is there way I can exclude certain file patterns from the search?Thanks,Zemian -
saltnlight5 created a post, The structure tool window is not cleared when the file is closed?
Hi there,Currently if I open a Java source, the structure tool window will shows the content fine. But if I close the file from editor (with nothing else open now), but the structure tool window st... -
saltnlight5 commented, -
-
saltnlight5 created a post, AnsweredMissing toolbar one-click button to run opened file unit test?
Hi there,The IntelliJ toobar has the "Run" (green triangle) button, but it only runs the last-ran test, or select to change to previous ran test. However, often times, I want to run a newly opened ... -
saltnlight5 created a post, Maven pom.xml is marked with RED line, but Maven runs fine
Hi there,The IntelliJ my Maven plugin config in pom.xml file as RED error with the following: <plugin> <artifactId>maven-surefire-plugin</artifactId> ...