processing / processing-docs

[Deprecated] Processing reference, examples, tutorials, and website
https://processing.org
371 stars 179 forks source link

Circle() not in keywords_base.txt #785

Closed jeffThompson closed 4 years ago

jeffThompson commented 4 years ago

Issue description

The circle() command doesn't highlight like ellipse(), etc. I posted this as an issue in the main Processing repo but was told the main keywords file lives here as keywords_base.txt.

circle() is in the main reference so it seems like it should be highlighted.

Proposed fix

Looking at keywords_base.txt there are some warnings not to modify the file – not sure where this is officially stored and/or generated. Happy to create a PR if I had a better idea what/where to change.

REAS commented 4 years ago

Thank you for reporting this. I was negligent in updating keywords.txt. I just generated the file and pushed it to the processing repo: https://github.com/processing/processing/commit/d6b30602a703e1d0280392c54794486ee34bca8c

REAS commented 4 years ago

It's a convoluted process, but "keywords_create.cgi" combines "keywords_base.txt" with other data to generate and save "keywords.txt" into the processing repository