chenlibing
- Total activity 407
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 173
-
Created How to disable Properties key reference for PsiLiteralExpession?
I have implemented a new PsiReferenceProvider for PsiLiteralExpession, but when I invoke code hint for PsiLiteralExpession, code hint for properties key can be also displayed, how to disable proper... -
Created DataSourceManager.getInstance(project) failed, any idea?
I have created a plugin, and this plugin uses datasource supported by IntelliJ IDEA. When I invoke DataSourceManager.getInstance(project), null is the return null, any idea for me? Thanks. -
Created unitTest plugin exception in Selena
It is a great plugin for unit test, but now it does not work under Selena. -
Created Injecting Language into <![CDATA[ area in xml file
I have following code: and I use following code to inject language, and all is fine: final Language language = ((LanguageFileType) FileTypeManager.getInstance().getFileTypeByExtension("js")).g... -
Created how to use "descendantClassesEnum(String)" for live template
Description for this expression is absent on document. Anyone can give me an example? -
Created Exception for XPlanner plugin
When I click list project button, and following exception is thrown:Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(568,220),button=1,modifiers=Button1,clickCount=1] on dialog... -
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...