RSyntaxTextArea
RSyntaxTextArea copied to clipboard
Undo using Multiple Document
I am currently using several documents to the same instance of Textarea. Each document would be an editor tab.
As the UndoManager is linked to RSyntaxTextArea, the undo information is lost when I change the document
One solution would be to link the UndoManager to the RSyntaxDocument
This problem is related to the: #84.
Is there a reason you can't just have a different instance of RSyntaxTextArea per tab?