more todo items and fixes

This commit is contained in:
benfry
2012-11-27 13:00:13 +00:00
parent 2a12524012
commit ab1185344e
3 changed files with 12 additions and 4 deletions
+5
View File
@@ -85,6 +85,8 @@ PROCESSING 2.0b7 (REV 0215) - 25 November 2012
+ mousePressed() coloring now different from mousePressed
http://code.google.com/p/processing/issues/detail?id=41
Still not necessarily perfect, but it's a big improvement.
Note for people implementing their own Modes: KEYWORD2 and
KEYWORD3 are now reserved for functions with parens.
+ Fix ugly results from resize() command on PImage:
http://code.google.com/p/processing/issues/detail?id=332
@@ -162,6 +164,9 @@ PROCESSING 2.0b7 (REV 0215) - 25 November 2012
+ FBO handling in PGL is not transparent.
http://code.google.com/p/processing/issues/detail?id=1282
+ Use of pixels[] array breaks after resize in OpenGL.
http://code.google.com/p/processing/issues/detail?id=1119
[ android ]
+ Like the desktop release, removed default imports. This includes:
+2
View File
@@ -66,6 +66,8 @@ A P2D/P3D crashes when trying to display unicode text
A http://code.google.com/p/processing/issues/detail?id=1308
A beginContour() behaves differently in immediate and retained modes
A http://code.google.com/p/processing/issues/detail?id=1417
A use to pixels array breaks after resize
A http://code.google.com/p/processing/issues/detail?id=1119
_ implement mousePressed(Event) etc
_ better to do this instead of bringing back the magic event
+5 -4
View File
@@ -54,6 +54,10 @@ X syntax highlight with parens also helps "String line" vs "line()"
X although nothing in here to prevent "String line" from coloring
X try to make KEYWORD4 and KEYWORD5 work
earlier
X The sketch name can't begin with '_' (underscore)
X http://code.google.com/p/processing/issues/detail?id=859
2.0 FINAL / casey requests
_ errors that cannot be placed (i.e. missing brace)
@@ -61,10 +65,7 @@ _ this makes things to jump to the last tab
_ also happens with stray characters sometimes...
_ casey: accidentally typing a letter at the top of the tab
_ throws you onto the end of the last tab... exactly the worst location
earlier
X The sketch name can't begin with '_' (underscore)
X http://code.google.com/p/processing/issues/detail?id=859
_ if the error cannot be placed, just don't change tabs/placement at all
_ include debug mode as 'experimental'?
_ DebugMode throwing exception about breakpoints when trying to save