From 7fd98d9e6a8ada2ec89353c7afe09c36c4b5852b Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Wed, 9 Nov 2016 21:38:56 -0500 Subject: [PATCH] notes about recent changes --- todo.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/todo.txt b/todo.txt index 511468478..584f7059b 100755 --- a/todo.txt +++ b/todo.txt @@ -7,6 +7,9 @@ X No sketch window opens after hitting Run if hosts file changed X https://github.com/processing/processing/issues/1868 X https://github.com/processing/processing/issues/3123 X https://github.com/processing/processing/issues/4735 +X move the DEBUG flag into an external file or preferences.txt +X will help us with debugging w/ others as well +X replace java.util.logging code with built-in logging _ Export Application fails on machines w/ non-ASCII chars in user name @@ -14,9 +17,6 @@ _ at least give a warning about this? _ https://github.com/processing/processing/issues/4736 _ related: https://github.com/processing/processing/issues/3543 -_ move the DEBUG flag into an external file or preferences.txt -_ will help us with debugging w/ others as well - _ fix appbundler problems due to rollback _ https://github.com/processing/processing/issues/3790 _ the rollback re-introduces two bugs (serial export and scrolling)