mirror of
https://github.com/processing/processing4.git
synced 2026-02-07 23:59:21 +01:00
automatically open applet folder after exporting a sketch
This commit is contained in:
@@ -1448,6 +1448,7 @@ public class PdeEditor extends JPanel {
|
||||
sketchWriter.close();
|
||||
|
||||
message("Done exporting.");
|
||||
PdeBase.openFolder(appletDir);
|
||||
|
||||
} catch (Exception e) {
|
||||
message("Error during export.");
|
||||
|
||||
Reference in New Issue
Block a user