notes and updates for 61

This commit is contained in:
benfry
2003-09-23 17:03:08 +00:00
parent 8ab07b7c53
commit 0dd941c787
3 changed files with 39 additions and 12 deletions
-12
View File
@@ -131,18 +131,6 @@ out what's going on. useful things when reporting:
. . . . . . . . . . . . . . . . . . . . . . . . . . . . .
GENERAL NOTES / COMMON ISSUES
- names of sketches cannot start with a number, or have spaces
inside. this is mostly because of a restriction on the naming of
java classes. i suppose if lots of people find this upsetting, we
could add some extra code to unhinge the resulting class name from
the sketch name, but it adds complexity, and complexity == bugs. :)
. . . . . . . . . . . . . . . . . . . . . . . . . . . . .
GOODIES & SEMI-HIDDEN FEATURES
- shift-click on the 'run' button to go straight to 'present' mode
+12
View File
@@ -12,6 +12,18 @@ ABOUT REV 0061 -
the microsoft java 1.1 vm.
[ known problems ]
[ common problems, not actually bugs ]
- names of sketches cannot start with a number, or have spaces
inside. this is mostly because of a restriction on the naming of
java classes. i suppose if lots of people find this upsetting, we
could add some extra code to unhinge the resulting class name from
the sketch name, but it adds complexity, and complexity == bugs. :)
ABOUT REV 0060 - 22 september 2003
IMPORTANT NOTE! ACHTUNG!