From ab1185344e766861b7e064eac4de99348ec4eca5 Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 27 Nov 2012 13:00:13 +0000 Subject: [PATCH] more todo items and fixes --- build/shared/revisions.txt | 5 +++++ core/todo.txt | 2 ++ todo.txt | 9 +++++---- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 0edb1b284..3348cffb7 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -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: diff --git a/core/todo.txt b/core/todo.txt index 9e20552f0..9891a7263 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -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 diff --git a/todo.txt b/todo.txt index be37b6566..3e48196df 100644 --- a/todo.txt +++ b/todo.txt @@ -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