From 94b626111681324e4a700c1b578fe2b4d84c561d Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 9 Jan 2023 21:44:05 -0500 Subject: [PATCH] recent notes --- core/todo.txt | 2 ++ todo.txt | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/core/todo.txt b/core/todo.txt index f4be67564..6f3c91eff 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,4 +1,6 @@ 1290 (4.1.2?) +_ show an error when calling clear() on the main drawing surface +_ https://github.com/processing/processing4/issues/627 _ args passed to main() aren't working diff --git a/todo.txt b/todo.txt index 3a4ba8627..94067dad7 100755 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,15 @@ 1290 (4.1.2?) +contrib +X “Cannot find a class or type named ‘PApplet’” error +X https://github.com/processing/processing4/issues/626 +X https://github.com/processing/processing4/pull/635 +X cannot use @Override and @Deprecated in static mode +X https://github.com/processing/processing4/issues/619 +X https://github.com/processing/processing4/pull/622 + + +_ make ctrl-g work inside the find window _ export to IntelliJ? how tricky? _ just copy jars to /lib?