From 343bf117a4f618496f36da563b5035f662c51e78 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Fri, 25 Jan 2013 20:13:30 -0500 Subject: [PATCH] re-applying other edits --- core/src/processing/event/MouseEvent.java | 3 +-- core/todo.txt | 2 ++ todo.txt | 4 ++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/core/src/processing/event/MouseEvent.java b/core/src/processing/event/MouseEvent.java index 6835f8c37..5aaad3c30 100644 --- a/core/src/processing/event/MouseEvent.java +++ b/core/src/processing/event/MouseEvent.java @@ -82,7 +82,6 @@ public class MouseEvent extends Event { // } - @Deprecated public int getClickCount() { return (int) amount; //clickCount; } @@ -100,4 +99,4 @@ public class MouseEvent extends Event { // public void setClickCount(int clickCount) { // this.clickCount = clickCount; // } -} \ No newline at end of file +} diff --git a/core/todo.txt b/core/todo.txt index 0572c9428..16473161b 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -152,6 +152,8 @@ _ noCursor() seems quite/somewhat broken X started some work, ignores 'invisible' already being set _ several key/mouse event issues in the db +_ remap() instead of map() + _ add 'gz' as one of the loadXxx() options _ helps .svgz case from being weird, also generally dealing w/ compressed data diff --git a/todo.txt b/todo.txt index ef60fdab9..a6478f2eb 100644 --- a/todo.txt +++ b/todo.txt @@ -78,6 +78,10 @@ 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` + _ add Iterator as an import? _ remove sketch.properties when moving back to the default?