From 78078fd06ed340df33522c0be17e9371997e3cca Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 17 Jan 2021 19:15:54 -0500 Subject: [PATCH] minor updates and notes --- .gitignore | 4 ++-- core/todo.txt | 2 +- todo.txt | 11 ++++++----- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index ad9544f57..95436daf3 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/core/todo.txt b/core/todo.txt index aa4e43fd6..91423c51f 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -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 diff --git a/todo.txt b/todo.txt index 5a0fa6903..1191835be 100755 --- a/todo.txt +++ b/todo.txt @@ -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