We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Keywords (Read 1378 times)
Keywords
Mar 2nd, 2010, 11:29am
 
Hello,

I am developing a Processing language module for BBEdit.

As I see it, there are two types of keywords: functions and constants. The functions are all listed in the Reference section of this website.

It there a list of all the other keywords (constants; e.g. "P3D")?

Bill
Re: Keywords
Reply #1 - Mar 2nd, 2010, 11:49am
 
You should have a look at the source code. Constants are in PConstants.java :

http://dev.processing.org/source/index.cgi/trunk/processing/core/src/processing/...
Re: Keywords
Reply #2 - Mar 3rd, 2010, 12:15am
 
Or just look into <processing install dir>/lib/keywords.txt
Re: Keywords
Reply #3 - Mar 3rd, 2010, 8:18am
 
Thanks guys...perfect! I'll post the file here when I finish it.

Cheers,

Bill
Page Index Toggle Pages: 1