From f74b10b28158983201eb1c9023b5dfc1d25813da Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Fri, 19 Aug 2016 17:43:34 -0400 Subject: [PATCH] wrapping up the todo notes --- core/todo.txt | 12 +++++++----- todo.txt | 14 +++++++------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/core/todo.txt b/core/todo.txt index dfebbaad3..6c82a318e 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,9 +1,6 @@ 0253 (3.2.1) X implement defaultUncaughtExceptionHandler -_ or should we drop the 'default' prefix so it's not static? -_ http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Thread.html -_ listPaths(), listFiles()? -_ https://github.com/processing/processing/issues/4622 +X helps avoid needing to double-quit OS X applications started @@ -13,6 +10,11 @@ _ do the same for the other data classes _ note the difference between this and toJSONObject() or toJSONArray() _ or is that the better way to handle it? hm +_ should we drop the 'default' prefix from the ex handler so it's not static? +_ http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Thread.html +_ listPaths(), listFiles()? +_ https://github.com/processing/processing/issues/4622 + _ option to disable OpenGL ES on Linux? _ https://github.com/processing/processing/issues/4584 @@ -34,7 +36,7 @@ _ simple test case: using size() inside setup() from Eclipse discussion _ how to handle the touch api _ figure our size(img.width, img.height) situation -_ just make loadImage() work in settings +X just make loadImage() work in settings _ update the wiki and reference diff --git a/todo.txt b/todo.txt index 88dd81dae..b9235bf21 100755 --- a/todo.txt +++ b/todo.txt @@ -1,14 +1,15 @@ 0253 (3.2.1) X “Could not replace preferences.old” error message X https://github.com/processing/processing/issues/4626 -_ Version 3.2 won't run from paths with spaces on Windows +X Version 3.2 won't run from paths with spaces on Windows X https://github.com/processing/processing/issues/4623 -_ might be ext.dirs trouble with spaces in path names? -_ or the backwards slashes? +X might be ext.dirs trouble with spaces in path names? +X or the backwards slashes? X fixes for Python Mode crashing on startup X disable ext.dirs on Linux export and set jna.nosys as well X Java not included properly with 32-bit Linux export -_ JavaInputHandler not registering +X JavaInputHandler not registering + _ library compilations handled oddly _ https://github.com/processing/processing/issues/4630 @@ -38,8 +39,6 @@ _ https://github.com/processing/processing/issues/4353#issuecomment-237715947 high _ Pasting code from editor to empty editor produces Exception _ https://github.com/processing/processing/issues/4522 -_ did we lose settings.path because it was too buggy? -_ https://github.com/processing/processing/issues/3948 _ possible infinite loop on modified externally _ https://github.com/processing/processing/issues/3965 @@ -56,7 +55,8 @@ _ PDE and sketches are 2x smaller on high-res Windows machines _ https://github.com/processing/processing/issues/2411 _ System.setProperty("sun.java2d.dpiaware", "false"); _ though that seems broken in Java 8: http://superuser.com/a/1007783 - +_ did we lose settings.path because it was too buggy? +_ https://github.com/processing/processing/issues/3948 _ Library path mismatch between processing-java and export _ https://github.com/processing/processing/issues/4493