From 31171d135bb8bf649a93cc5c9d3947837ed33869 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Tue, 14 Aug 2018 06:57:28 -0400 Subject: [PATCH] misc todo notes --- core/todo.txt | 3 +++ todo.txt | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/core/todo.txt b/core/todo.txt index a6638ee73..a38984229 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,5 +1,8 @@ 0266 (3.4.1 or 3.5) +_ NullPointerException at java.awt.Window.init(Window.java:497) when using Airplay +_ https://github.com/processing/processing/issues/5620 +_ try to catch the NPE and warn the user about what's happening data _ Dict.remove() should return value, not index (for consistency w/ others) diff --git a/todo.txt b/todo.txt index a31ecace9..881c5e522 100755 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,9 @@ 0266 (3.4.1 or 3.5) +contrib +X Updated russian translation, now can choose russian in preferences +X https://github.com/processing/processing/pull/5619 + _ Examples dialog causes high CPU load _ https://github.com/processing/processing/issues/5246