chenlibing

Avatar
  • 活动总数 407
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 173
  • chenlibing 创建了一个帖子,

    File Template to support .h and .m creation both

    I want to create CUnit testcase,  and one .h and .m file should be created both.  Can I use file template to create class file with both .h and .m?  File assistant is key feature in XCode to create...
  • chenlibing 创建了一个帖子,

    Any plan to support Yard in RubyMine 2.5

    Yard is a great document tools in Ruby, and it has been adopted in a lot of ruby projects. It include meta tag just like jsdoc, and IDE can use these tags for code completion, navigation and so on....
  • chenlibing 创建了一个帖子,

    How to implement code completion for module and method with same name?

    Following code is from Hpricot, and Hpricot is method name, also module name.  How to implement code completion for Hpricot module?     Hpricot.<caret> ,When I press Ctrl+Space, nothing popuped!  I...
  • chenlibing 创建了一个帖子,

    Where to add module dependencies in PyCharm?

    In IDEA with Python plugin installed, I can add GAE as module dependency and get code completion. And how to add module dependencies in PyCharm?
  • chenlibing 创建了一个帖子,

    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, ...
  • chenlibing 创建了一个帖子,

    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...
  • chenlibing 创建了一个帖子,

    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?
  • chenlibing 创建了一个帖子,

    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...
  • chenlibing 创建了一个帖子,

    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
  • chenlibing 创建了一个帖子,

    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?