Vinay Moharil

- Total activity 354
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 131
-
Created find usages behavior...
I thought if you ask "highlight usages in a file" (ctrlshiftf7) of a method local variable, it used to highlight the usages of just that variable. Has this behavior changed or am I wrong in my basi... -
Created cvs commit question...
Normally I like all my files to be read-only till I am ready to make changes. When I commit a file or a project, the file does not become read only automatically. Is there any options in cvs plugin... -
Created tips on making project smaller
Currently my project has about 7 modules with pretty much a single line vertical dependency, 5400 java files and 1000 jsp files.The footprint of this project becomes large enough that running tomca... -
Created sql query plugin...
Is there any way to use the sql query plugin as a standalone application? I do not have the oracle client on my machine and running IntelliJ and opening a dummy project just seems like too much wor... -
Created cvs and tools menu question...
1. I added a class from IDEA using refactor->copy followed by class name change. When I tried to commit the project (ctrl + k), the new file showed up as "unknown" rather than "added". Is this by d... -
Created class usage performance....
I am using 1126 and I needed to find usages of quite a few classes (including method usages). What I realized is that if the class had a toString method, it takes a long time, something like 3-4 mi... -
Created optimize imports does not remove deleted lines...
I had a file like this: line numbers in the ()(1) package a.b.c.d;(2) (3) import java.io.IOException;(4) ...When I optimized the imports that removed line (3) I got (1) package a.b.c.d;(2) (3) (4) ... -
Created 1108 - new vertical group fails...
Open 2 files File1.java and File2.java. Make File2.java frame take the focus. Right click and ask to move to new vertical group (horizontal split). Runs into NPE with following stack trace:java.lan... -
Created thanks for 1104
1104 is up and running and I do not have to disable any of my n/w stuff. Also debugger errors I have seen in 1094 don't seem to be happening anymore.thanks for a build for which I do not have to be... -
Created Strange problem with debugging in 1094
I am trying to debug an app with several modules that requires several third party libs. I created a dummy module, added all the libs as module libs to the dummy module and I am using this dummy mo...