mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
update on my bug progress
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
0181 pde
|
||||
|
||||
J allow doubles in preproc
|
||||
J (for casting, etc) particularly for Math.cos() et al
|
||||
J http://processing.org/bugs/show_bug.cgi?id=7
|
||||
|
||||
need examples
|
||||
_ Improve detection and handling of missing semicolons
|
||||
@@ -729,9 +732,6 @@ Nobody home!
|
||||
medium (bugs/features)
|
||||
_ with additional .pde files, don't allow static mode in front tab
|
||||
_ e.g. no setup()/draw() block
|
||||
_ allow doubles in preproc
|
||||
_ (for casting, etc) particularly for Math.cos() et al
|
||||
_ http://processing.org/bugs/show_bug.cgi?id=7
|
||||
_ don't allow "for (blah; blah; blah) ;"
|
||||
_ or if (blah blah blah) ;
|
||||
_ it's never useful. students can use { } if they want an empty block
|
||||
|
||||
Reference in New Issue
Block a user