From a97a0008c1f0012d851f64c919903198185cef0e Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 31 Jul 2022 17:55:04 -0400 Subject: [PATCH] notes about javafx import issue --- todo.txt | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/todo.txt b/todo.txt index 21fc13d24..4fd5dd88e 100755 --- a/todo.txt +++ b/todo.txt @@ -296,6 +296,9 @@ _ https://github.com/processing/processing4/issues/519 _ 'color' in imports shows up as an error in the editor _ but code still compiles and runs _ https://github.com/processing/processing4/issues/521 +_ need to make it possible to use module jars +_ https://github.com/processing/processing4/issues/522 +_ https://github.com/processing/processing4-javafx/issues/15 fixes/changes before beta 9 @@ -303,8 +306,6 @@ _ dialog formatting fixes _ move all (formerly Lucida) dialog formatting into Messages _ currently a couple other classes that use it _ create a version that works nicely with FlatLaf -_ using other JavaFX classes now that they're modules -_ https://github.com/processing/processing4-javafx/issues/15 during release of beta 9 @@ -314,13 +315,6 @@ _ https://aka.ms/wdsi _ https://www.microsoft.com/security/blog/2018/08/16/partnering-with-the-industry-to-minimize-false-positives/ -_ if a sketch is in the Desktop folder, try triggering macos access dialog once -_ do it once for the root, then see if it allows the folders inside as well -_ (opening p5jsMode sketch on Desktop causes a zillion dialog boxes) -_ https://developer.apple.com/library/archive/documentation/Security/Conceptual/AppSandboxDesignGuide/DesigningYourSandbox/DesigningYourSandbox.html -_ https://stackoverflow.com/questions/12153504/accessing-the-desktop-in-a-sandboxed-app - - detach sketch names _ remove checkbox for detaching sketch name _ just do this manually, and Save As will reset the name @@ -1447,6 +1441,13 @@ _ https://github.com/processing/processing/issues/2967 _ don't re-copy JRE into work folder if already exists others +_ Opening a sketch from the Desktop folder can result in several macOS access prompts +_ https://github.com/processing/processing4/issues/523 +_ if a sketch is in the Desktop folder, try triggering macos access dialog once +_ do it once for the root, then see if it allows the folders inside as well +_ (opening p5jsMode sketch on Desktop causes a zillion dialog boxes) +_ https://developer.apple.com/library/archive/documentation/Security/Conceptual/AppSandboxDesignGuide/DesigningYourSandbox/DesigningYourSandbox.html +_ https://stackoverflow.com/questions/12153504/accessing-the-desktop-in-a-sandboxed-app _ reliable getLibraryFolder() and getDocumentsFolder() methods in MacPlatform _ https://github.com/processing/processing4/issues/9 _ disable "notifications" prompt on startup for macOS