chenlibing
- Total activity 407
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 173
-
Created [ANN] Struts Navigator Plugin 1.3
Changes in detail:- Foure shortcuts were introduced: CtrlB, CtrlShiftI, CtrlQ, CtrlshiftO- Tiles support- Quick Definition Lookup Support- Quick View for Resource Definition in XML (Ctrl+Q)- Action... -
Created [ANN] Struts Navigator Plugin 1.2
Changes:-- Multi Struts config files support-- Warnning for errors during navigation-- bug fixMore information please reference:http://www.intellij.org/twiki/bin/view/Main/StrutsNavigator -
Created Some questions about Ctrl+Shift+I
CtrlShiftI is very cool, but I find some questions when using Simple UML plugin. If we implement a custom FileEditor, and we can open some custom file types. I think CtrlShiftI can also work. But w... -
Created [ANN] Struts Navigator Plugin 1.0
Enhance the navigator ability (Ctrl+B) for Struts Application. Now the features:1 Navigate from jsp to action class2 Navigate from struts-config.xml to jsp file or form class3 Navigate from XDocle... -
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 ...