mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 01:29:17 +01:00
additions
This commit is contained in:
28
todo.txt
28
todo.txt
@@ -1,6 +1,32 @@
|
||||
0071
|
||||
o get linux version for 0071
|
||||
|
||||
_ make notes about preproc
|
||||
_ subclasses need to use "public void keyPressed" not "void keyPressed"
|
||||
|
||||
_ round() is not colored
|
||||
|
||||
_ add serial.last() to api
|
||||
_ also bring back serial event via reflection
|
||||
|
||||
_ check into ryan's macosx java bug..
|
||||
_ see why coords are going negative
|
||||
|
||||
_ remove grow box from applet frame on macosx
|
||||
|
||||
_ prevent folks from saving a sketch inside its own folder
|
||||
_ will cause bizarro recursive folder action
|
||||
|
||||
_ font char widths from orator were not fixed width
|
||||
_ may just need to regenerate. if not, widths may be set wrong.
|
||||
|
||||
_ "save as" shouldn't show save as dialog for sketches
|
||||
_ unless that's the current mode that's being used
|
||||
|
||||
_ show an error if user tries to save a sketch inside itself
|
||||
|
||||
_ "new midlet" option.. keeping things open for midlet projects
|
||||
|
||||
_ track loadImage() with filenames that are inconsistent
|
||||
_ i.e. mixed case filename in sketch is different in windows
|
||||
_ but when uploaded to a unix server causes a serious problem
|
||||
@@ -50,6 +76,8 @@ _ add mnemonics for menus (alt-f to open 'file')
|
||||
_ if applet.html is present, open that in the editor too.
|
||||
_ or do we make people use dreamweaver?
|
||||
|
||||
_ if additional tab is "public" class.. then make external?
|
||||
|
||||
|
||||
......................................................................
|
||||
|
||||
|
||||
Reference in New Issue
Block a user