mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
minor updates and notes
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@
|
||||
*.x
|
||||
|
||||
# temporary, until we complete the move to IntelliJ
|
||||
*.iml
|
||||
/.idea
|
||||
#*.iml
|
||||
#/.idea
|
||||
|
||||
# via https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
|
||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
|
||||
|
||||
+1
-1
@@ -54,7 +54,7 @@ _ https://github.com/processing/processing/issues/4897
|
||||
|
||||
|
||||
api changes
|
||||
_ static versions of selectInput/selectOutput/selectFolder in PApplet have been removed
|
||||
_ static versions of selectInput/selectOutput/selectFolder removed from PApplet
|
||||
_ java.awt.Frame object "frame" removed from PApplet (been warning since 2015)
|
||||
X https://github.com/processing/processing4/issues/54
|
||||
_ protected PImage.checkAlpha() now public
|
||||
|
||||
@@ -55,6 +55,10 @@ X https://github.com/processing/processing4/pull/152
|
||||
X automate notarization in the build process
|
||||
X https://github.com/processing/processing4/issues/24
|
||||
|
||||
already fixed in 4.x? (confirm/close on release)
|
||||
_ HDPI support GNOME desktop
|
||||
_ https://github.com/processing/processing/issues/6059
|
||||
|
||||
|
||||
_ disable "notifications" prompt on startup for macOS
|
||||
_ (we're not posting any notifications, at least for now)
|
||||
@@ -79,11 +83,6 @@ _ move all platform code out that doesn't require additional setup?
|
||||
_ i.e. all the things that rely on preferences can be inited separately (later)
|
||||
|
||||
|
||||
already fixed in 4.x? (confirm/close on release)
|
||||
_ HDPI support GNOME desktop
|
||||
_ https://github.com/processing/processing/issues/6059
|
||||
|
||||
|
||||
decisions before final 4.0 release
|
||||
X Shutting off VAqua due to interface ugliness and Contribution Manager freezing
|
||||
_ https://github.com/processing/processing4/issues/129
|
||||
@@ -151,6 +150,8 @@ _ put the reference (and examples?) into .zip files
|
||||
_ unzipping the app takes forever
|
||||
_ see the 'examples' section below
|
||||
_ how are file associations handled in Linux? (for .pde, .psk)
|
||||
_ command line complaints
|
||||
_ https://github.com/processing/processing/issues/6129
|
||||
|
||||
|
||||
before final release
|
||||
|
||||
Reference in New Issue
Block a user