notes about javafx import issue

This commit is contained in:
Ben Fry
2022-07-31 17:55:04 -04:00
parent bb1313a67c
commit a97a0008c1
+10 -9
View File
@@ -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