4 Replies Last post: Mar 18, 2009 3:34 PM by Oleg Shpynov  
Andy Freeman Newbie 8 posts since
Jun 28, 2005
Currently Being Moderated

Feb 21, 2009 9:48 PM

Selected text to quoted text

The Ruby version of Netbeans allows you to select text, press the double quote key, and have the text surrounded with double quotes.  You can also select text that is double quoted, and press a single quote and the text is now surrounded with a single quote.  If you select text in the middle of a string and press the pound key (#), it will surround it with #{}.  These are very conventient helpers when developing in ruby.  Is there a similar feature in RubyMine?

Tony Day Newbie 19 posts since
Jun 25, 2005
Currently Being Moderated
Feb 22, 2009 3:20 AM in response to: Andy Freeman
Re: Selected text to quoted text

Hi Andy

 

+1 for this feature - I also miss this from NetBeans.

 

Regards, Tony

Guest
Currently Being Moderated
Feb 22, 2009 7:41 AM in response to: Tony Day
Re: Selected text to quoted text

For what it's worth, this is a very handy feature in textmate too.

 

Tony Day wrote:

Hi Andy

 

+1 for this feature - I also miss this from NetBeans.

 

Regards, Tony

 

---

Original message URL: http://www.jetbrains.net/devnet/message/5232611#5232611

 

Roman.Chernyatchik  JetBrains 1,452 posts since
Sep 18, 2007
Currently Being Moderated
Mar 10, 2009 6:35 PM in response to: Andy Freeman
Re: Selected text to quoted text

Hi guys,

 

I've created issues

 

* http://www.jetbrains.net/jira/browse/RUBY-3228

* http://www.jetbrains.net/jira/browse/RUBY-3229

* http://www.jetbrains.net/jira/browse/RUBY-3230

 

for your requests. Feel free to vote for them(to help us prioritize tasks), comment and watch changes

Oleg Shpynov JetBrains 1,172 posts since
Nov 6, 2007
Currently Being Moderated
Mar 18, 2009 3:34 PM in response to: Andy Freeman
Re: Selected text to quoted text

Hello guys,

The Ruby version of Netbeans allows you to select text, press the double quote key, and have the text surrounded with double quotes.  You can also select text that is double quoted, and press a single quote and the text is now surrounded with a single quote.  If you select text in the middle of a string and press the pound key (#), it will surround it with #{}.  These are very conventient helpers when developing in ruby.  Is there a similar feature in RubyMine?

We've implemented surround selection with quotes or parentheses action (http://www.jetbrains.net/jira/browse/RUBY-3228) and

surround selected text within string with #{} by typing # (http://www.jetbrains.net/jira/browse/RUBY-3228).


These features will be available if coming EAP.

 

Thanks,

Oleg

More Like This

  • Retrieving data ...