mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 17:19:25 +01:00
moving to jedit editor
This commit is contained in:
@@ -251,6 +251,7 @@ public class PdeBase extends Frame implements ActionListener {
|
||||
menu.addActionListener(this);
|
||||
menubar.add(menu);
|
||||
|
||||
/*
|
||||
createActionTable(editor.textarea);
|
||||
menu = new Menu("Edit");
|
||||
//undoAction = new UndoAction();
|
||||
@@ -283,6 +284,7 @@ public class PdeBase extends Frame implements ActionListener {
|
||||
// i hear a cs prof or a first year student screaming somewhere
|
||||
Document document = editor.textarea.document;
|
||||
document.addUndoableEditListener(new MyUndoableEditListener());
|
||||
*/
|
||||
|
||||
menu = new Menu("Sketch");
|
||||
menu.add(new MenuItem("Run", new MenuShortcut('R')));
|
||||
|
||||
Reference in New Issue
Block a user