mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 13:21:07 +01:00
notes and todos
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
4
todo.txt
4
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user