Oliver Salzburg
Oliver Salzburg

Reputation: 22099

How can I make Aptana/Eclipse replace selected text with quotes?

When selecting a portion of text in Aptana Studio (I assume the same is true for Eclipse in general) like so:
enter image description here
And then typing a single quotation mark ("), it will result in this:
enter image description here


But what I want is this:
enter image description here
Or even better:
enter image description here

Please note, I really like automatic closing of parenthesis/quotation marks/braces/..., I just want to affect the behavior when text is selected.

Upvotes: 3

Views: 1044

Answers (1)

sashn
sashn

Reputation: 2928

In Aptana Studio 3:

Window > Preferences > Aptana Studio > Editors > Disable "Wrap selected text with matching characters"

enter image description here

This helped me find the solution: https://aptanastudio.tenderapp.com/discussions/questions/1122-disable-automatically-closing-quotes

Upvotes: 7

Related Questions