Prashant Deva
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
Created detachProcess() vs destroyProcess()
In ProcessHandler, what is the difference between detachProcess() and destroyProcess()?What is the process detached from? -
Created How to include files after excluding them from build
I just excluded a file from build.Now i want to add it back again.How do i do that? -
Created Feature enhancement: 'Show inherited' shouldn't show members in Object too
I am using Idea 6 beta.In the structure view when you click the 'Show inherited' button, it even shows methods of the Object class.Although this is semantically correct, i think this should not be ... -
Created Feature enhancement: 'Show inherited' shouldn't show members in Object too
I am using Idea 6 beta.In the structure view when you click the 'Show inherited' button, it even shows methods of the Object class.Although this is semantically correct, i think this should not be ... -
Created Incorrect feature: Show inherited members shouldnt show members of Object
I am using Idea 6 beta.In the structure view when you click the 'Show inherited' button, it even shows methods of the Object class.Although this is semantically correct, i think this should not be ... -
Created Feature request : Compile with errors
Hi, I am long time eclipse user and have been trying out the Idea 6 beta.I like the integrated eclipse compiler and background compiling but i miss one feature which i really love in eclipse.Eclips... -
Created Incorrect Intention for 'for each'. Also throws exception
Hi, Idea 6 shows an (incorrect) intention to convert this loop into a for each loop -StringBuilder pathStr = new StringBuilder(); for (int i = 0; i < (path.size()); i++) { ... -
Created No Anti Aliasing with Java Mustang in IDEA
Hi, I am running the latest IDEA EAP with java 6 beta 2 and i notice that although the editor fonts are anti aliased, the rest of the UI does not seem to be using the subpixel anti aliasing.Could ... -
Created When can we expect Idea 6 final release?
When can we expect to see Intellij Idea 6 final?Will it be around this summer or until the end of the year? -
Created Parsing in the editor
Hi, I was just taking a look at the api for extending IntelliJ.I see that the parser needs to be implemented manually and cannot be auto generated from tools like ANTLR.One thing which is not too c...