@@ -19,6 +19,11 @@ X https://github.com/processing/processing/pull/5044
1919_ should ant run launch the .app so that launchsvcs stuff works properly?
2020
2121_ sketch.properties not being written if initial mode is p5.js?
22+ _ when creating a sketch within non-Java mode, should write the settings file
23+ _ so that it re-loads in the proper environment
24+ _ remove sketch.properties when moving back to the default?
25+ _ or can we not do this, because it's used to set the 'next' mode
26+
2227_ what to double-click when opening p5 projects
2328_ lack of a project file makes this a pain
2429_ dropping a sketch folder onto the PDE should also be implemented
@@ -31,6 +36,9 @@ _ https://github.com/processing/processing/issues/3987
3136_ also see several notes below re: examples
3237_ how are file associations handled in Linux? (for .pde, .psk)
3338
39+ _ add means to import .zip files from file/url into sketchbook, library, etc.
40+ _ super easy given current code implementation, might help usability
41+
3442_ EventQueue problems with "could not find sketch size" message
3543_ https://github.com/processing/processing/issues/4893
3644_ https://github.com/processing/processing/issues/5030
@@ -40,20 +48,13 @@ _ unzipping the app takes forever
4048_ see the 'examples' section below
4149
4250_ untitled folders are stored in temp folder
43-
4451_ clean up /tmp folders used during build
4552_ https://github.com/processing/processing/issues/1896
4653_ don't let people into the /tmp folder for sketches
4754o don't use tmp folder for sketches?
4855_ restrict more things like "show sketch folder"
4956_ don't allow adding files w/o saving
5057_ others?
51- _ when creating a sketch within non-Java mode, should write the settings file
52- _ so that it re-loads in the proper environment
53- _ remove sketch.properties when moving back to the default?
54- _ or can we not do this, because it's used to set the 'next' mode
55- _ add means to import .zip files from file/url into sketchbook, library, etc.
56- _ super easy given current code implementation, might help usability
5758
5859
5960contrib
@@ -944,6 +945,8 @@ _ this may already work with SingleInstance stuff
944945
945946DIST / Mac OS X
946947
948+ _ Java bug prevents us from setting the dock name of a sketch run from the PDE
949+ _ https://github.com/processing/processing/issues/5045
947950_ client properties
948951_ https://developer.apple.com/library/mac/technotes/tn2007/tn2196.html
949952_ built-in images: http://nadeausoftware.com/articles/2008/12/mac_java_tip_how_access_mac_specific_nsimage_icons
0 commit comments