Vinay Moharil

- Total activity 354
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 131
-
Created Pallada EAP???
I see references to the Pallada EAP, what is Pallada etc. on the EAP page and even the download link says download Pallada but the build # is still 1177.Are we there yet, Are we there yet? -
Created Extract interface refactoring...
I have the following code:When I do extract interface I can doORHow do I make it so that I can modify XIfc to have the added method public void bar i.e. -
Created user level handle on refactoring...
Is there a way for me to get a handle on what refactoring I did? This is what I am looking for: I have a class that becomes a managed resource through model mbeans. In my mbeans-descriptor file I h... -
Created cvs plugin edit NOT working in 4.0
cvs plugin edit seems to be working sometimes not working sometimes. I thought I had better success with 1162 but 1167 I am able to cvs edit some files and not some other files. I have not found a ... -
Created assertTrue(intellij.isFeatureSetGreaterThan(eclipse))
The last time I checked out Eclipse was before Aurora EAP started. Yesterday I was coaxed to take another look at Eclipse because of the JDK 1.5 plugin for Eclipse. I am amazed how close IntelliJ a... -
Created inline field How does it work???
This is the code I haveIf I ask it to inline i in the sout, I get an error dialog. If I change i from field to local variable and ask to inline, it works. Is the field inlining handled differently ... -
Created cvs plugin edit NOT working in 4.0
I just downloaded the build #1162 (aka 4.0). When I try to checkout a file from cvs by trying to edit the file, it behaves as if the file was checked out but never checks the file out. This used to... -
Created cvs plugin edit NOT working in 1159
I have a cvs file that is read-only. When I try to edit the file, it asks me if I want to check it out. I ckick on yes, I get the message in the cvs console that Edit Completed but the file does no... -
Created standalone diff tool...
I like the diff tool that Idea has very much. So I thought, may I can write a simple wrapper app that uses the diff tool and compares any 2 files. I want this to be standalone so that I can run thi... -