RSyntaxTextArea
RSyntaxTextArea copied to clipboard
Auto Indent on Paste and Explicit Invocation
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.