Hello,
I would like to make a few remarks about the reference.
I like it and work with it all the time.
Nevertheless:
It should be pointed out that the reference online is longer or better than offline.
I find the Structure section is too long;
there should be under sections (like in the sections Data or control).
Possible under section in Structure are :
variables
· [] (array access)
· = (assign)
· final
· false
· true
class
· class
· super
· static
· public
· private
· Implements
· final (again…)
Error handling
· try
· catch
General
· void
· return
· exit()
· size()
There should be a special section in the Reference for a List of all inbuilt functions - those are not commands but more special functions, some triggered by events, such as setup / draw / mouseClicked() / mouseDragged() , mouseMoved(), mousePressed() , keyPressed() etc.
PVector should also be referred to in the left column under (Data|Composite) - also PFont, PShape and the like to make this list complete.
The commands popStyle() and pushStyle should also appear in section Color | Setting.
In the “String Functions” section, String should appear or the reference to
http://java.sun.com/j2se/1.4.2/docs/api/
The Ball class is missing : http://processing.org/reference/ArrayList.html
Thank you very much!
Greetings, Chrisir