chenlibing
- 活动总数 407
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 173
-
创建于 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... -
创建于 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... -
创建于 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? -
创建于 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... -
创建于 [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... -
创建于 [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 ... -
创建于 [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... -
创建于 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 ... -
创建于 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... -
创建于 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.