coffeescript-mode-processing icon indicating copy to clipboard operation
coffeescript-mode-processing copied to clipboard

CoffeeScript mode for Processing 2.0

Results 10 coffeescript-mode-processing issues
Sort by recently updated
recently updated
newest added

I suspect this might be a side effect of the fact that CS scopes variables so nicely, but in Proessing the sketch width and height given to size() are normally...

When calling saveFrame(), I get an error message from Processing.js saying "Processing.js does not support open()." Apparently, saveFrame() calls save(), which attempts to open a new browser tab (or window)...

Add syntax coloring for main tabs and .js and .coffee tabs.

reference
missing

``` javascript Point = (function (_super) { __extends(Point, _super); Point.name = 'Point'; function Point() { return Point.__super__.constructor.apply(this, arguments); } return Point; }) (PVector); ``` I try to subclass PVector. Resulting...

Formatter is currently not implemented .. would need one for .js and .coffee

reference
missing

Not running through the Processing build system, so no syntax checking. I guess running the CoffeeScript compiler on the code before export should be possible using Rhino or similar.

enhancement

Where does "Find in reference" lead you to?

reference
missing