mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
notes and updates for 61
This commit is contained in:
@@ -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,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!
|
||||
|
||||
Reference in New Issue
Block a user