From 16cc0927774a3b4df2df4548cf274d45708d4518 Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 1 Mar 2010 13:46:53 +0000 Subject: [PATCH] notes and todos --- build/shared/lib/preferences.txt | 2 +- core/todo.txt | 2 ++ todo.txt | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build/shared/lib/preferences.txt b/build/shared/lib/preferences.txt index 0733139fc..f50a159c5 100755 --- a/build/shared/lib/preferences.txt +++ b/build/shared/lib/preferences.txt @@ -106,7 +106,7 @@ editor.keys.alternative_cut_copy_paste.macosx = false # true if shift-backspace sends the delete character, # false if shift-backspace just means backspace -editor.keys.shift_backspace_is_delete = false +editor.keys.shift_backspace_is_delete = true # home and end keys should only travel to the start/end of the current line editor.keys.home_and_end_travel_far = false diff --git a/core/todo.txt b/core/todo.txt index 4c3040aa7..c34bf46c4 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -22,6 +22,8 @@ _ http://dev.processing.org/bugs/show_bug.cgi?id=1415 quickies _ img.get() weirdness _ http://dev.processing.org/bugs/show_bug.cgi?id=1198 +_ copy and blend scale when unnecessary +_ http://dev.processing.org/bugs/show_bug.cgi?id=1482 _ add a limit to pushStyle() to catch unmatched sets? _ http://dev.processing.org/bugs/show_bug.cgi?id=1368 _ P2D transformation bug from ira diff --git a/todo.txt b/todo.txt index 299fb3ad3..1b8e3eb9b 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,10 @@ 0178 pde X write implementation for get/set methods inside PImage (w/o pixels[]) +_ simple prefs implementation to set key/value pairs in a table +_ the .macosx, .linux, etc prefs should be stripped +_ only use them on first load, and merge into preferences.txt + _ error that sketch is read-only can't be canceled _ hitting cancel (or ESC?) still brings up the save dialog