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?