How can I get Aptana / Eclipse to replace the selected text with quotes?
When selecting a piece of text in Aptana Studio (I assume the same is true for Eclipse in general), for example:
And then typing a single quotation mark ( "
) would result in this:
But I want this:
Or better yet :
Please note: I really like the automatic closing of parentheses / quotes / curly braces / ..., I just want to influence the text selection behavior.
+3
source to share
1 answer
In studio Aptana 3:
Window> Preferences> Aptana Studio> Editors> Disable "Wrap selected text with matching characters"
This helped me find a solution: https://aptanastudio.tenderapp.com/discussions/questions/1122-disable-automatically-closing-quotes
+7
source to share