Kedar Mhaswade

Avatar
  • 活动总数 220
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 3
  • 订阅数 81
  • 创建于

    Rakefile as default choice in Alt+Insert?

    Can/should we have Rakefile identified as a choice available in Alt+Insert?Thank you.-Kedar
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Keyboard shortcut to toggle inclusion of non-project entities with ... Ctrl+N, Ctrl+Shift+N, Ctrl+Alt+Shift+N

    I must be missing something.To check/uncheck the check-box for including the non-project-classes, files, symbols with Ctrl+N ... keystrokes -- I have to use mouse.Can't I use a simple keystroke for...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Should standard module's flagship methods be stubbed out?

    I have a class called Address in address.rb. I want the module Comparable to mix in with my class. I do:class Address   include Comparable..at this point, I expect the IDE to ask me whether I shoul...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    initialize is not auto-complete candidate?

    e.g.class Address     def init(Ctrl+Space here expecting it to finish it to initialize)endnothing happens. I thought initialize should be auto-completed, no?Regards,Kedar
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    How to see core ruby/library sources?

    I wanted to see how Ruby's arrays implement the functionality for an iterator -- say inject.So, I use inject in Ruby code and do Ctrl+B when caret is on "inject". It takes me to array.rb.inject. Bu...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    File Structure Popup (Ctrl+F12) broken?

    The popup that comes up has the collapsed root node. So, I have to to always do: Ctrl+N (Open) -> Ctrl+F12-> Enter -> Search for a method using keystrokes or up/down arrow keys.I think we can total...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Ruby File Template changes not honored?

    I wanted my Ruby files to have this standard header:/usr/bin/env ruby.I add it here:Settings->File Templates->Includes->Ruby File Header and can see it in that dialog. Click OK.In Project View -> A...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    Ctrl+Q (Quick Documentation Lookup)?

    I use Ctrl+Q a lot with Java projects in IDEA. It renders the Javadoc nicely.When I do the same with Ruby comments of a method, Ctrl+Q does not render the comments correctly. In fact Ctrl+Q does no...
    • 2 个关注者
    • 6 条评论
    • 0 票
  • 创建于

    Tests are run but it says "No tests were found"?

    I am able to successfully run the tests in RubyMine 3.0, but when I run the tests, I don't get the familiar green progress bar even when all the tests pass. It even shows the report of run tests, e...
    • 4 个关注者
    • 13 条评论
    • 0 票
  • 创建于

    Ctrl+Space not available in require_relative?

    I wanted to do:require_relative "..<Ctrl+Space>"but it neither provides any choices nor autocompletes the path I need.Is this a bug or a feature?Regards,Kedar
    • 3 个关注者
    • 3 条评论
    • 0 票