undo/redo and edit menu implementation

This commit is contained in:
benfry
2002-10-22 06:33:57 +00:00
parent 33f91aca0b
commit e0ac753c8c
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;