chenlibing
- Total activity 407
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 173
-
Created 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? -
Created 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... -
Created eclipsePlugin: com.intellij.eclipse.export_1.0.0
What is it? Export eclipse project to IDEA's format? -
Created 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... -
Created 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... -
Created 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 ... -
Created 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... -
Created 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... -
Created 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,... -
Created 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...