mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
setText() now uses a compound edit, a fix for bug #139
This commit is contained in:
@@ -46,7 +46,11 @@ public class SketchCode {
|
||||
/** Document object for this tab */
|
||||
public SyntaxDocument document;
|
||||
|
||||
/** Undo Manager for this tab, each tab keeps track of their own */
|
||||
/**
|
||||
* Undo Manager for this tab, each tab keeps track of their own
|
||||
* Editor.undo will be set to this object when this code is the tab
|
||||
* that's currently the front.
|
||||
*/
|
||||
public UndoManager undo; // = new UndoManager();
|
||||
|
||||
// saved positions from last time this tab was used
|
||||
|
||||
Reference in New Issue
Block a user