mirror of
https://github.com/processing/processing4.git
synced 2026-02-09 08:39:33 +01:00
undo/redo and edit menu implementation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user