chenlibing
- Total activity 407
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 173
-
Created [ANN] iBATIS Plugin Released
The iBATIS plugin is a plugin to accelerate iBATIS development in IntelliJ IDEA environment. For more information about iBATIS, please visit http://ibatis.apache.orgFeatures: Code completion and na... -
Created Exception in TestNG plugin
If I use dependsOnMethods for @Test, plugin give me follwing information. Code as following: @Test public void first() { System.out.println("first"); } @Test(dependsOnMethods ... -
Created How to implement code completion for javadoc tag value?
I use following code and want to implement code completion for javadoc tag value, but failed, any idea?registry.registerReferenceProvider(TrueFilter.INSTANCE, PsiDocTagValue.class, new StatementIdR... -
Created SQL language implementation will be available in Selena?
Now I have implemented the iBATIS plugin, and SQL is very important for iBATIS in sql map xml file. SQL is also very important for other framework. I wonder SQL language will be implemented in Selena. -
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...