From ed1c8cca7648b24e693635cf429c955f42d183a7 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 3 Feb 2013 10:18:32 -0500 Subject: [PATCH] add build warnings for JAVA_HOME, improve platform detection, misc todo notes --- app/build.xml | 3 +++ build/build.xml | 48 +++++++++++++++++++++++++++++++++++++----------- todo.txt | 9 ++++++--- 3 files changed, 46 insertions(+), 14 deletions(-) diff --git a/app/build.xml b/app/build.xml index c57136817..05d181e34 100644 --- a/app/build.xml +++ b/app/build.xml @@ -78,11 +78,13 @@ + + - - - - - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/todo.txt b/todo.txt index a6478f2eb..14c2586e7 100644 --- a/todo.txt +++ b/todo.txt @@ -54,6 +54,9 @@ X Library manager leaves temporary folders in sketchbook folder X http://code.google.com/p/processing/issues/detail?id=1527 X "Auto format" should not scroll current line to first line X http://code.google.com/p/processing/issues/detail?id=1533 +X add to build instructions for OS X: +X ant won't work w/ Java 1.7 until you set JAVA_HOME +X export JAVA_HOME=`/usr/libexec/java_home` manindra M bug that was causing the Debugger to point to wrong break point line numbers @@ -78,9 +81,9 @@ o if sketch was open, then restart by dragging the .pde to p5.app https://processing-js.lighthouseapp.com/ -_ add to build instructions for OS X: -_ ant won't work w/ Java 1.7 until you set JAVA_HOME -_ export JAVA_HOME=`/usr/libexec/java_home` +Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Bounds out of range: 5374,5376 [5375] + at processing.app.syntax.JEditTextArea.select(JEditTextArea.java:1214) + at processing.app.Editor.handleIndentOutdent(Editor.java:1819) _ add Iterator as an import?