Kedar Mhaswade
- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 81
-
Created Rakefile as default choice in Alt+Insert?
Can/should we have Rakefile identified as a choice available in Alt+Insert?Thank you.-Kedar -
Created 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... -
Created 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... -
Created 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 -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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