mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
much improved bagelpublic, minor fix in editor, applet updated for new bagel
This commit is contained in:
@@ -287,11 +287,12 @@ public class PdeEditor extends Panel implements PdeEnvironment {
|
||||
|
||||
lastDirectory = directory;
|
||||
lastFile = filename;
|
||||
message("Done saving file.");
|
||||
message("Done saving " + filename + ".");
|
||||
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
message("Did not write file.");
|
||||
//message("Did not write file.");
|
||||
message("Could not write " + filename + ".");
|
||||
}
|
||||
buttons.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user