fixes for the find bugs, and make filedialog show up in p5 window for

"new"
This commit is contained in:
benfry
2004-06-22 00:02:52 +00:00
parent 1aac1833a0
commit 1af576aaad
4 changed files with 35 additions and 18 deletions

View File

@@ -760,7 +760,7 @@ public class PdeEditor extends JFrame
public void actionPerformed(ActionEvent e) {
// TODO find next should only be enabled after a
// search has actually taken place
find.find();
find.find(true);
}
});
menu.add(item);