bobbylight / RSyntaxTextArea

A syntax highlighting, code folding text editor for Java Swing applications.
BSD 3-Clause "New" or "Revised" License
1.12k stars 259 forks source link

Auto wrap selected text in quotes and parens #466

Closed bobbylight closed 2 years ago

bobbylight commented 2 years ago

Describe the solution you'd like IntelliJ and VS Code both automatically wrap selected text as expected when any of the following keys are pressed:

It might be nice to be able to programmatically disable this behavior as well

Are there any workarounds? No, you have to manually type the opposite quote or bracket.

bobbylight commented 2 years ago

Fixed in f3f91b3.