notes and todos

This commit is contained in:
benfry
2010-03-01 13:46:53 +00:00
parent 4f539522e0
commit 16cc092777
3 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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