From 40030da4896e5144ba76d1201194b0a63df1a057 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Tue, 21 Jan 2014 23:33:50 -0500 Subject: [PATCH] todo notes --- todo.txt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/todo.txt b/todo.txt index e39d4cc15..5f196eaca 100644 --- a/todo.txt +++ b/todo.txt @@ -11,13 +11,11 @@ X noJavaArg set to --export X https://github.com/processing/processing/issues/2182 X export not working on Windows X https://github.com/processing/processing/issues/2219 - -_ jnilib not loading on OS X because Contents/Java needs to be added to path -_ https://github.com/processing/processing/pull/2269 (from gohai) - -_ right-click on selection is a problem on Windows -_ https://github.com/processing/processing/issues/2210 -_ https://github.com/GKFX/processing/commit/e1a50a8f984430048bf63a57f580e8940ed46cf9 +X right-click on selection is a problem on Windows +X https://github.com/processing/processing/issues/2210 +G Add Contents/Java to java.library.path for loadLibrary to find .jnilib files +X jnilib not loading on OS X because Contents/Java needs to be added to path +X https://github.com/processing/processing/pull/2269 serial G readStringUntil() missing from new serial library