chenlibing
- Total activity 407
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 173
-
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... -
Created Full support for Rake in non-Rails projects
I have created a Rakefile in project root directory for a none Rails project, but I can not run the task. Alt+Shift+R, popup menu, all do not work. I make something wrong?Rakefilerequire 'rake'tas... -
Created How to implement code completion for Velocity method's parameter?
I have following code: $control.setTemplate("<caret>")I want to implement code completion when Ctrl+Space pressed. I wonder how to implement it? I want to use following code : registrar.register... -
Created Rubymine type annotations?
I got "Rubymine type annotations" in the Development Roadmap, and anybody can explain what are rubymine type annotations? What can we benefit from these annotations? -
Created IDEA plugins can be used in the RubyMine 1.0?
First some plugins are very useful in IDEA , and they are also very useful for RubyMine. Now I can not install these plugins to the RubyMine, and RubyMine ignores all the third parties plugins. I w... -
Created I want to contribute iBATIS plugin code
Now I have some problem about iBATIS plugin development, and I think I can not finish them by myself, such column navigation, inline parameters in SQL and so on, and they are all technical problems... -
Created Where to find Ruby API for extension?
In RubMine EAP 500 release notes, New Ruby API for writing RubyMine extensions (work in progress), and I wonder where to find Ruby API Javadoc for extension, thanks.