chenlibing
- 活动总数 407
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 173
-
创建于 How to invoke View declaration (Ctrl + Shift + I) through Open API?
I have a file path in the comments, and I want to open this file in view declaration dialog through Open API,can I do that? -
创建于 An enhancement for Retroweaver plugin
Now this plugin can auto retroweave compiled classes,but testcase classes in test output path are not auto retroweaved yet? This feature is necessary if you use alternative JRE (1.4) to test your c... -
创建于 eclipsePlugin: com.intellij.eclipse.export_1.0.0
What is it? Export eclipse project to IDEA's format? -
创建于 A request for PE:ignore letter case when autocomple property name
When I inoke autocomplete property name,if I input string without letter case,and PE will ignore some property name according to letter case. I think PE should have ability to ignore letter case wh... -
创建于 Rename refactor doesn't work well with inheritance under UnitTest Plugin
Refactor behave strangely for using rename listener under UnitTest. I create a Interface "IFirst" with following code: Then I create a class "First" to implement "IFirst" interface: Finally... -
创建于 A feature for PsiViewer(Click and Navigator)
First thanks for author’s hard work. It is a good tool for studying PSI. If we double click property item in PsiViewer tool window,PsiViewer can navigator to the property’s element and refresh the ... -
创建于 Some features for PE
First thanks for Dmitry Kashin's hard work,and I want PE to perfect urgently. :)1 PE should have the ability to switch properties file loading between module and project. The module usually maintai... -
创建于 PE: error when inoking "Externalize string..." in jspx file
Recently I use jspx file for our web presentation,but when I invoke "Externalize string...",and PE give me error info:"This case of extracting doesn't support". The attachment is my error case.Atta... -
创建于 A small enchancement for ToString Plugin
When I invoke "Alt+Inser" to select "toString()" item,I find "toString()" doesn't indent with other items in "Genereate" popup menu. I think "toString()" should align with other items horizontally,... -
创建于 How to search file by file name in project's root directory?
I get file name without path information,just like "index.jsp". I want to search all files with this name in project's root directory,just like CtrlShiftN. Is there api to implement this function i...