chenlibing
- 活动总数 407
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 173
-
创建于 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... -
创建于 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. -
创建于 unitTest plugin exception in Selena
It is a great plugin for unit test, but now it does not work under Selena. -
创建于 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... -
创建于 how to use "descendantClassesEnum(String)" for live template
Description for this expression is absent on document. Anyone can give me an example? -
创建于 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... -
创建于 [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... -
创建于 [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 -
创建于 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... -
创建于 [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...