How to find information in 'Processing Core Javadoc'?

if you expected that that link on the reference header to
http://processing.github.io/processing-javadocs/core/
is a item specific link, we have bad luck.

but right, how to search anything in there?
top middle you find the
[INDEX] tab ( button)
now can use the browser find [ctrl][f]
and type in that little window

printArray

you find it and it links to
http://processing.github.io/processing-javadocs/core/processing/core/PApplet.html#printArray-java.lang.Object-

but i think this is even less helpful as

if you want to see what is behind it:

1 Like