Prashant Deva
- 活动总数 34
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 11
-
创建于 detachProcess() vs destroyProcess()
In ProcessHandler, what is the difference between detachProcess() and destroyProcess()?What is the process detached from? -
创建于 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? -
创建于 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 ... -
创建于 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 ... -
创建于 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 ... -
创建于 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... -
创建于 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++) { ... -
创建于 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 ... -
创建于 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? -
创建于 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...