From 6c472fae2d5fe7b86f0d282d9c962ae50999a476 Mon Sep 17 00:00:00 2001 From: benfry Date: Fri, 7 Dec 2012 18:39:35 +0000 Subject: [PATCH] finalizing 2.0b7 --- build/build.xml | 7 +++++-- build/shared/revisions.txt | 3 ++- core/todo.txt | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/build/build.xml b/build/build.xml index ed6e67819..7428648cc 100644 --- a/build/build.xml +++ b/build/build.xml @@ -392,8 +392,11 @@ - + + + + + diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 7712d9a48..f89156d66 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -39,7 +39,7 @@ PROCESSING 2.0b7 (REV 0215) - 25 November 2012 compatibility issue). This was changed in recent releases, but missing here. http://code.google.com/p/processing/issues/detail?id=859 -+ Implement more Mac OS X key bindings ++ More Mac OS X key bindings have been implemented in the editor: http://code.google.com/p/processing/issues/detail?id=1354 http://guides.macrumors.com/Keyboard_shortcuts§ion=10#Text_Shortcuts @@ -54,6 +54,7 @@ PROCESSING 2.0b7 (REV 0215) - 25 November 2012 for (TableRow row : table) { ... } has now changed to for (TableRow row : table.getRows()) { ... } + (This may change to rows() on the next round, pending other API tweaks) + Change default for shift-backspace to just be backspace. To change it back, set editor.keys.shift_backspace_is_delete=true in preferences.txt. diff --git a/core/todo.txt b/core/todo.txt index c0f64ba1d..2fda6c606 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -260,6 +260,7 @@ need option to save table join tables together (static is kinda gross) lastRowIndex() (to avoid getRowCount() - 1) addRow() +rows() instead of getRows() (doesn't perform like our other get() functions) Request r = createRequest("http://p5.org/feed/13134.jpg"); Request r = createRequest("http://p5.org/feed/13134.jpg", "callbackName");