Sort Lines ?? Follow
I've got a Gemfile with a long list of declarations.
It would handy to be able to select a block of text, then invoke a command to sort the lines.
Is there a way to do this in RubyMine??
tx, Andy
Please sign in to leave a comment.
Hi Guy,
RubyMine doesn't have such a feature. You can either create feature request at: http://youtrack.jetbrains.net/issues/RUBY or try to create simple RubyMine extention for this.
Do not hesitate to ask for additional info in case you choose the second opt.
Best regards,
Oleg
I didn't know about the Ruby extensions directory - cool!
However, there doesn't seem to be a way to look in this folder with RubyMine, as it tries to open RubyMine.app as a file.
You need to right-click the .app file and select 'Show Package Content' from the context menu to get inside the application folder.
Hope it helps,
Eugene
Some documentation about RubyMine extensions ruby api available at javascript:;
I don't seem to be able to bring up a context menu by right-clicking in the Open File dialog box.
OIC - you were talking about opening the directory in Finder.