@@ -56,6 +56,9 @@ o put stdout/stderr into ~/Library/Logs
5656o and have a .log extension so it can be browsed properly
5757o need to make sure that it's ok to write to logs dir..
5858o probably being removed from future OS X versions
59+ o create a processing4-docs repo
60+ o check with Casey re: shallow clone or approach
61+ o show the recommended sw version for users' platform on the download page
5962
6063fixed in 3.0a1
6164X Processing is named processing-app-Base in Gnome 3
@@ -138,6 +141,7 @@ _ load examples from pdez files
138141_ 250 example (folders), would cut ~8-900 files to just those 250
139142_ https://github.com/processing/processing/issues/182
140143_ examples window sketches should load in proper environment
144+ _ if Java Mode is in front, and user double-clicks another Mode's entry, what happens?
141145_ write build.xml file to automatically update the examples
142146_ when adding a new library, its examples aren't added to the list until restart
143147
@@ -176,11 +180,6 @@ _ https://fonts.google.com/specimen/Space+Grotesk
176180_ Implement support for Java “modules” and clean up JavaFX-specific workarounds
177181_ https://github.com/processing/processing4/issues/212
178182
179- _ add a Tool for removing extended attributes? xattr -cr /path/to/Something.app
180- _ when exporting an app, run xattr on it to handle "app is damaged" errors?
181- _ https://osxdaily.com/2019/02/13/fix-app-damaged-cant-be-opened-trash-error-mac/
182- _ https://github.com/processing/processing/issues/4214
183-
184183_ when lib downloads (batik) go dead, fallback to the download.processing.org version
185184_ or for now, tell users how to do it manually
186185
@@ -243,6 +242,10 @@ _ then pass through the source to update licenses
243242_ add Processing Foundation as 2012-15
244243_ update license info to state gplv2 not v3
245244_ run through that online license checker
245+ _ add a Tool for removing extended attributes? xattr -cr /path/to/Something.app
246+ _ when exporting an app, run xattr on it to handle "app is damaged" errors?
247+ _ https://osxdaily.com/2019/02/13/fix-app-damaged-cant-be-opened-trash-error-mac/
248+ _ https://github.com/processing/processing/issues/4214
246249
247250after initial 4.0 release
248251_ startup is so incredibly slow
@@ -264,7 +267,6 @@ _ single file thing is long gone
264267_ introduce the idea of 'scraps' (ala gist) that are just single page blobs
265268
266269
267-
268270windows
269271_ go back to including a .bat file?
270272_ .\java\bin\java.exe -cp lib/pde.jar;core/library/core.jar;lib/jna.jar;lib/jna-platform.jar;lib/antlr-4.7.2-complete.jar;lib/ant.jar;lib/ant-launcher.jar -Djna.nosys=true -Dsun.java2d.uiScale.enabled=false -Djna.boot.library.path=lib -Djna.nounpack=true -Dsun.java2d.d3d=false -Dsun.java2d.ddoffscreen=false -Dsun.java2d.noddraw=true processing.app.Base
@@ -286,14 +288,6 @@ _ sign releases on Windows to avoid SmartScreen warnings/errors
286288_ https://github.com/processing/processing4/issues/25
287289
288290
289- web/docs
290- _ create a processing4-docs repo
291- _ check with Casey re: shallow clone or approach
292- _ show the recommended sw version for users' platform on the download page
293-
294-
295- _ reliable getLibraryFolder() and getDocumentsFolder() methods in MacPlatform
296- _ https://github.com/processing/processing4/issues/9
297291_ i18n support for Modes
298292_ https://github.com/processing/processing/commit/0ed2fc139c3c5dfe0a1702ed8348987b3c6a5c9d
299293_ update installation guide for Linux
@@ -1137,6 +1131,8 @@ _ don't re-copy JRE into work folder if already exists
11371131_ implement a splash screen
11381132
11391133others
1134+ _ reliable getLibraryFolder() and getDocumentsFolder() methods in MacPlatform
1135+ _ https://github.com/processing/processing4/issues/9
11401136_ disable "notifications" prompt on startup for macOS
11411137_ https://github.com/processing/processing4/issues/234
11421138_ we're not posting any, can we suppress the "allow notifications" message?
0 commit comments