chenlibing
- 活动总数 407
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 173
-
创建于 How to implement custom code completion in javascript?
The following is the code with prototypejs used: $(link).addClassName("category_selected");I wonder how to implement code completion for CSS selector in my plugin. Should I use registry.registe... -
创建于 How to embed file editor into tool window?
File editor is more powerful than JTextArea, and how to embed it into the custom panel in tool window?Attachment(s):embed_editor.PNG -
创建于 [Ann] PlugProxy plugin 1.0
PlugProxy plugin is similar to TunnelliJ , and it is based on PlugProxy, and I think it is a useful tool for network development. Interface is very clear, and request and reponse match, request a... -
创建于 Maven plugin with lucene index from http://repo1.maven.org/maven2/.index/
There is a Lucene index in http://repo1.maven.org/maven2/.index/, and it is the index of Maven repository. it can contains a lot of information about artifact even class names in jar file. I thin M... -
创建于 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 ...