Casey Reas

Results 78 comments of Casey Reas

Yes, I think something like this is the right thing to do. Definitely the first part, as we discussed with @shiffman, it should start like Java mode menu. And it...

I love the idea of adding all tutorial programs to the Examples in the download. It's strange that some have a download now and others do not. It's more to...

I am provisionally adding @alignedleft to this. He's great at this. I think the priority is to get the `blendMode()` reference visual and on par with the `blend()`. If anything...

Here's an awesome reference for this from @JakubValtar: processing/processing#2921

This is our master color coding file: https://github.com/processing/processing/blob/master/java/keywords.txt

I've been manually adding color to the code in the Tutorials and I think it makes a big difference in how the site feels -- it makes the code more...

Yes, I'm in favor of using https://highlightjs.org/

I think it's worth looking into changing the Processing highlighting at the root of highlight.js to match the style in the 3.0 editor. I'd like to use it on the...

Here are the relevant highlight.js files: https://github.com/highlightjs/highlight.js/blob/master/src/languages/processing.js https://highlightjs.readthedocs.io/en/latest/style-guide.html https://highlightjs.org/contribute/ Here are the main Processing file: https://github.com/processing/processing/blob/master/java/keywords.txt And these are the associated colors: ``` editor.token.comment1.style=#666666,plain editor.token.comment2.style=#666666,plain editor.token.function1.style=#006699,plain editor.token.function2.style=#006699,plain editor.token.function3.style=#669900,plain editor.token.function4.style=#006699,bold editor.token.invalid.style=#666666,bold...

Who is the best person for this job? @fjenett would you have a look?