File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ X because this lives inside PConstants
55X Error in IntList and FloatList insert()
66X https://github.com/processing/processing/issues/1929
77
8+ _ selectInput() in exported OS X sketch treats .app package as a folder
9+ _ Oracle Java 7 problem, but maybe a workaround?
10+ _ might be a problem with awt dialogs for directories?
11+ _ https://github.com/processing/processing/issues/1959
12+
813_ implement version of Table that takes a dictionary file
914
1015_ finish PFont.getShape() implementation
Original file line number Diff line number Diff line change 6363 <string >true </string >
6464 <key >com.apple.hwaccel </key >
6565 <string >true </string >
66+ <!--
67+ As of 2.0.1, this was set to 'false', but not sure why.
68+ Now changed to 'true', otherwise it shows .app packages
69+ as folders when using selectInput() and others.
70+ https://github.com/processing/processing/issues/1959
71+ -->
6672 <key >apple.awt.use-file-dialog-packages </key >
67- <string >false </string >
73+ <string >true </string >
6874 </dict >
6975 </dict >
7076 </dict >
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ X https://github.com/processing/processing/issues/1928
55X slash breaks syntax highlighting (with spaces)
66X https://github.com/processing/processing/issues/1681
77X Fix from Github user hamzaissa
8- X
8+ X selectInput() in exported OS X sketch treats .app package as a folder
9+ X https://github.com/processing/processing/issues/1959
910
1011andres
1112X pixels[] not working with Capture
You can’t perform that action at this time.
0 commit comments