chenlibing
- Total activity 407
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 173
-
Created Javascript Framework plugin?
Now there are a lot of Javascript framework in the market, and IDE support is not good enough. IDEA's Javascript plugin supports some feature for some frameworks, such as Prototype. Can IntelliJ t... -
Created How to implement usages find for xml attribute?
Now If I press Alt+F7 in xml attribute, and IDEA give me "Cannot search for usages" error. I know Spring plugin has implemented this feature for bean usages find. How can I implement usages find fo... -
Created How to create custom function for live template?
Live template is very useful. Now I want to create a new function in live template, any idea? -
Created Is it possible to implement code completion for text in xml tag?
In iBATIS SQL Map xml file, there are a lot of tags for SQL sentences wrapper: insert into person (id, name, password) values(#id#, #name#, #password#) ]]>These symbols, such as #id#, #name# an... -
Created [ANN] iBATIS plugin version 0.3 Available
Change List:1 two intention added for result in resultMap and SQL select sentence generation2 @table and @column Javadoc tag added, just like @Table and @Column annotation. According these meta inf... -
Created [ANN] log4j.xml editor plugin
It is very small plugin, and it is only used for log4j.xml editing. Now following features suppiled:1 a file template to create log4j.xm2 DTD resource binding for log4j.xml 3 code completion for ... -
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.