chenlibing
- Total activity 407
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 173
-
Created How to make xml tag attribute reference to table column?
I have following xml code: ]]>and column attribute's value is the column name in the table. Can I create a reference between xml attribute with db table column? I want to implement Ctrl+Click f... -
Created com.intellij.javaee.dataSource.DataSource gone in 8582?
I can not find it in javaee-openapi.jar and openapi.jar, and where to find it? -
Created Some questions about SQL plugin for iBATIS plugin
Today I upgraded iBATIS plugin to make it compatible for IDEA 8.0 , and I found IntelliLang injects the SQL language to sqlmap file, and it is useful. :) and it makes iBATIS plugin more powerful, ... -
Created Is it possible to remove the browser related items in JS completion menu?
Now there are some the browser related item in JS completion menu, and it is possible to disable these items in completion menu because I seldom use the browser's functions in Javascript? The compl... -
Created Problem: SQL code completion for table name
I have a mysql database named as "book_system" and I create an data source in IDEA. When I press key to invoke code completion for table name, and database name always as prefix. For development, a... -
Created FileReferenceSet changed?
Now I use com.intellij.psi.impl.source.resolve.reference.impl.providers.FileReferenceSet for file reference, and I found following method absent. protected PsiScopeProcessor createProcessor(fi... -
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...