things actually semi-running once again

This commit is contained in:
benfry
2003-11-11 22:52:52 +00:00
parent fce6029cfd
commit 515b0adb76
3 changed files with 28 additions and 89 deletions

View File

@@ -69,6 +69,8 @@ public class PdeHistory {
public PdeHistory(PdeEditor editor) {
this.editor = editor;
menu = new JMenu("History");
menuListener = new ActionListener() {
public void actionPerformed(ActionEvent e) {
retrieve(e.getActionCommand());
@@ -87,7 +89,6 @@ public class PdeHistory {
public void attachMenu(JMenu parent) {
//if (PdePreferences.getBoolean("history.recording")) {
menu = new JMenu("History");
parent.add(menu);
// should leave enabled, since can still get old history