undo/redo and edit menu implementation

This commit is contained in:
benfry
2002-10-22 06:33:57 +00:00
parent 5a03802244
commit 479188790e
5 changed files with 164 additions and 16 deletions

View File

@@ -36,7 +36,7 @@ public class PdeEditorTextPane extends JTextPane {
protected JTextPane textPane;
// styled document that is the model for the textPane
protected HighLightedDocument document;
public HighLightedDocument document; // pdebase needs it for undo
// a reader to be used to feed the doc to the lexer
protected DocumentReader documentReader;