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 Indent on Paste and Explicit Invocation #436

Open omegaui opened 2 years ago

omegaui commented 2 years ago

Whenever any code pasted on RSTA with setAutoIndent(true),

it only auto indents the first line of the code, the others don't receive indentation.

Also, it would be good if there a key stroke to invoke auto indentation on the document.