chenlibing
- Total activity 407
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 173
-
Created 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... -
Created 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 -
Created [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... -
Created 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... -
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 ...