RSyntaxTextArea icon indicating copy to clipboard operation
RSyntaxTextArea copied to clipboard

Undo using Multiple Document

Open ricardojlrufino opened this issue 10 years ago • 1 comments

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.

ricardojlrufino avatar Mar 09 '15 01:03 ricardojlrufino

Is there a reason you can't just have a different instance of RSyntaxTextArea per tab?

bobbylight avatar Mar 28 '15 21:03 bobbylight