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

Parenthesis Auto Closing #220

Open atlasloft opened 7 years ago

atlasloft commented 7 years ago

It seems that the default editor cannot auto close a parenthesis. So is it possible to turn on this function, or where is the core code about auto completion? Thanks for reading this.

bobbylight commented 7 years ago

This isn't built in, and would be a new feature. This already happens for a handful of languages in the RSTALanguageSupport project, so code would have to be factored out from there.