File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,8 +74,6 @@ recent.count = 10
7474
7575# Default to the native (AWT) file selector where possible
7676chooser.files.native = true
77- # native Linux file chooser is atrocious, use Swing instead
78- chooser.files.native.linux = false
7977
8078
8179# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Original file line number Diff line number Diff line change @@ -176,12 +176,10 @@ public class PApplet implements PConstants {
176176
177177 /**
178178 * Whether to use native (AWT) dialogs for selectInput and selectOutput.
179- * The native dialogs on Linux tend to be pretty awful. With selectFolder()
180- * this is ignored, because there is no native folder selector, except on
181- * Mac OS X. On OS X, the native folder selector will be used unless
182- * useNativeSelect is set to false.
179+ * The native dialogs on some platforms can be ugly, buggy, or missing
180+ * features. For 3.3.5, this defaults to true on all platforms.
183181 */
184- static public boolean useNativeSelect = (platform != LINUX) ;
182+ static public boolean useNativeSelect = true ;
185183
186184 /** The PGraphics renderer associated with this PApplet */
187185 public PGraphics g;
Original file line number Diff line number Diff line change 110262 (3.3.5 or 3.4)
2+ X default to using native select on all platforms
23
34
45_ shell discussion with gohai
Original file line number Diff line number Diff line change 110262 (3.3.5 or 3.4)
2+ X use native Linux file choosers by default
3+ X https://github.com/processing/processing/issues/5122
24
35_ Console window losing text
46_ https://github.com/processing/processing/issues/5110
You can’t perform that action at this time.
0 commit comments