chenlibing
- Total activity 407
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 173
-
Created Any plan to support Google App Engine?
GAE is popular in Python community, any plan to support GAE to make development more easy? -
Created "Kill Process" button gone?
I have seen this button in EAP version, but I can not find it in 8.0.1 version. It is a great feature, and where is it? thanks. -
Created How to make IntelliJ IDEA's plugin work in RubyMine?
I have installed several plugins for RubyMine, but all installed plugins are disabled, and can not work. Any way to make them work? -
Created [ANN] eSnippet plugin 1.0 Released
eSnippet contains a snippet repository and IDE plugin. Snippet repository maintains all snipets and supply services for browser users and the plugin. Snippet repository adopts ExtJS to create UI an... -
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...