mirror of
https://github.com/processing/processing4.git
synced 2026-01-28 10:51:07 +01:00
when doing Save As, don't included exported applications
This commit is contained in:
@@ -82,12 +82,8 @@ public class JavaMode extends Mode {
|
||||
|
||||
|
||||
public String[] getIgnorable() {
|
||||
return new String[] {
|
||||
"applet",
|
||||
"application.macosx",
|
||||
"application.windows",
|
||||
"application.linux"
|
||||
};
|
||||
// folder names for exported applications
|
||||
return Platform.getSupportedVariants().keyArray();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user