chenlibing
- Total activity 407
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 173
-
Created Any plan to support yard?
YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, ... -
Created RubyMine extension for Rio can not work!
I have write an extension for Rio, code as following:[code]def register_rio_types() describe 'Kernel' do set_return_type "rio" => "RIO::Rio" end describe 'RIO::Rio' do set_return_type "fi... -
Created Where to get Open api javadoc for JEE?
For plugin developers, JEE, DataSource, Spring and so on, are the base to build more useful plugins. How to get open api document for them? -
Created Spelling: can I add my own dictionary?
Now only jetbrains.dic and english.dic bundled, but there are still some words absent for spelling check, such as words int groupId and artifactId from the maven repository. I have created the mave... -
Created How to use Ruby API for defining
The following features have been implemented, and how to use them? Thanks! Ruby API for defining dynamic types Ruby API for defining native sources -
Created How to make spell checker plugin to load my own dictionary?
Now spell checker plugin loads jetbrains.dic and english.dic, and I create a dic(text file) from maven repository, and how to make this dic loaded by the plugin? -
Created LookupItemPreferencePolicy dropped?
I found my plugin(esnippet) can not work under 10762, and I found LookupItemPreferencePolicy can not found, is it dropped. How can I change my code to new API. Code as following: lookupManager... -
Created How to use remote debug?
I want ot remote debug rails app in another server, and how to implement?I use following script to start rails app on Windows, but web server can not be started, any idea? rdebug-ide --port 1234 ... -
Created JB guys can create a plugin for Google App Java Engine?
An Eclipse plugin released by Google, JB guys can create a plugin for Google App Java Engine quickly? http://code.google.com/appengine/docs/java/overview.html -
Created How to implement code completion for annotation's array parameter?
I have implemented code completion for annotation's string parameter with following code:public void registerReferenceProviders(PsiReferenceRegistrar registrar) { registrar.registerReference...