setText() now uses a compound edit, a fix for bug #139

This commit is contained in:
benfry
2005-12-01 16:05:30 +00:00
parent 7ee6f7d0fa
commit 235ec86377
5 changed files with 509 additions and 670 deletions

View File

@@ -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