File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
java/src/processing/mode/java Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -220,6 +220,9 @@ static public String getVariant() {
220
220
{ "linux-aarch64" , "Linux (Raspberry Pi 64-bit)" }
221
221
});
222
222
223
+ /**
224
+ * List of variants that are supported by this release of the PDE.
225
+ */
223
226
static public StringDict getSupportedVariants () {
224
227
return supportedVariants ;
225
228
}
Original file line number Diff line number Diff line change @@ -82,12 +82,8 @@ public String[] getExtensions() {
82
82
83
83
84
84
public String [] getIgnorable () {
85
- return new String [] {
86
- "applet" ,
87
- "application.macosx" ,
88
- "application.windows" ,
89
- "application.linux"
90
- };
85
+ // folder names for exported applications
86
+ return Platform .getSupportedVariants ().keyArray ();
91
87
}
92
88
93
89
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ X remove anachronistic Preferences.save() that happens after opening a sketch
5
5
X change cmd-click in window title to point to sketch folder
6
6
X prevent NullPointerException on first use of Export to Application
7
7
X only showed up if no checkboxes were clicked
8
+ X when doing Save As, don't included exported applications
8
9
9
10
change detector
10
11
X text in second line of custom dialogs was showing too large
@@ -27,7 +28,6 @@ X Interface problems when moving to a monitor with Windows scaling to 125%
27
28
X https://github.com/processing/processing4/issues/296
28
29
29
30
30
- _ when doing Save As, don't included exported applications
31
31
32
32
_ interface zoom now conflicting with the Java 9+ defaults
33
33
_ things look terrible (tiny fonts) on Windows, adjusting has weird effects
You can’t perform that action at this time.
0 commit comments