chenlibing
- 活动总数 407
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 173
-
创建于 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, ... -
创建于 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... -
创建于 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? -
创建于 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... -
创建于 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 -
创建于 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? -
创建于 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... -
创建于 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 ... -
创建于 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 -
创建于 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...