X added 'rename' command

X   also the default for clicking on the sketch's title
This commit is contained in:
benfry
2002-11-19 06:33:16 +00:00
parent d0ad011dfd
commit ccb1c9b1f8
5 changed files with 70 additions and 32 deletions

View File

@@ -64,7 +64,7 @@ public class PdeEditorHeader extends Panel /* implements ActionListener*/ {
//System.out.println("got mouse");
if ((sketchRight != 0) &&
(e.getX() > sketchLeft) && (e.getX() < sketchRight)) {
editor.skSaveAs();
editor.skSaveAs(true);
}
}
});