Yes, it's listed. It opens, but I don't see any buttons, and when I try to run a sketch (any sketch) it blows. That was on my Mac.
I'm on my PC now and it's listed, it opens, I can run the examples, but the code has no color coding. :S And when I try to run the simplest sketch written by me I only get this in my browser:
Parent Directory
Sat Aug 23 18:38:49 CDT 2014
I'm going to try to install it manually now, thanks.
I can run the examples, but the code has no color coding.
Unfortunately, coding color highlight wasn't implemented yet. It's all mono black! :-&
Auto-format (CTRL+T) doesn't work either! :o3
I'm on my PC now and it's listed, it opens, I can run the examples,...
I'm going to try to install it manually now, thanks.
If you successfully installed it in any system, you can simply copy 'n' paste that "/CoffeeScriptMode" subfolder to another "sketchbook/modes/"! B-)
Just remember to close all instances & re-open Processing after that though! L-)
And when I try to run the simplest sketch written by me I only get this in my browser:
Writing web apps is more difficult b/c it runs in a browser and we don't explicitly see "compile errors".
Rather, we gotta open a browser's console in order to inspect for any lurking exceptions! :-B
For Firefox family browsers, hit SHIFT + CTRL + J. And for Chromium's, hit SHIFT + CTRL + I. *-:)
CoffeeScript & Python languages use indentation instead of curly braces in order to denote scope blocks.
And "CoffeeScript Mode" is even more strict. We gotta choose how many spaces to use for it and stick to it!
Answers
Does JavaScript Mode fail too? Can you at least run any CoffeeScript Mode's bundled examples?
Javascript seems to work fine. And no, I can't even run the examples in CoffeeScript Mode. :S
Does the CoffeeScript Mode show up for selection along the others?
The other option is manually downloading it from the link below:
https://github.com/fjenett/coffeescript-mode-processing/archive/master.zip
Yes, it's listed. It opens, but I don't see any buttons, and when I try to run a sketch (any sketch) it blows. That was on my Mac.
I'm on my PC now and it's listed, it opens, I can run the examples, but the code has no color coding. :S And when I try to run the simplest sketch written by me I only get this in my browser:
I'm going to try to install it manually now, thanks.
Unfortunately, coding color highlight wasn't implemented yet. It's all mono black! :-&
Auto-format (CTRL+T) doesn't work either! :o3
If you successfully installed it in any system, you can simply copy 'n' paste that "/CoffeeScriptMode" subfolder to another "sketchbook/modes/"! B-)
Just remember to close all instances & re-open Processing after that though! L-)
Writing web apps is more difficult b/c it runs in a browser and we don't explicitly see "compile errors".
Rather, we gotta open a browser's console in order to inspect for any lurking exceptions! :-B
For Firefox family browsers, hit SHIFT + CTRL + J. And for Chromium's, hit SHIFT + CTRL + I. *-:)
CoffeeScript & Python languages use indentation instead of curly braces in order to denote scope blocks.
And "CoffeeScript Mode" is even more strict. We gotta choose how many spaces to use for it and stick to it!
This example below uses a 4-space indentation:
http://studio.processingtogether.com/sp/pad/export/ro.90WsCogc75rxf/latest
While this 1 only 2 spaces:
http://studio.processingtogether.com/sp/pad/export/ro.9o1T5z1ghf2s7/latest