CoffeeScript.mode icon indicating copy to clipboard operation
CoffeeScript.mode copied to clipboard

Coda 2 Support?

Open bcamp1973 opened this issue 13 years ago • 7 comments
trafficstars

Just tried this with Coda 2. It shows up as an option in the app, but doesn't seem to work :(

bcamp1973 avatar May 24 '12 17:05 bcamp1973

I, too, just tried this in Coda 2 and found it wasn't working. I'll look into it as soon as I can.

nfiniteset avatar May 24 '12 17:05 nfiniteset

I miss the pretty colors!!! I'm looking through http://www.codingmonkeys.de/subethaedit/releasenotes.html trying to spot the change that broke it. Keep me updated if you find the problem so I don't keep looking aimlessly :tongue:

caseywebdev avatar May 24 '12 19:05 caseywebdev

Thanks for the help. I'll try to look at it this weekend.

nfiniteset avatar May 24 '12 20:05 nfiniteset

Alright my branch is working in Coda 2 now https://github.com/caseywebdev/CoffeeScript.mode

This is my first time working with SubEthaEngine modes so I'm not 100% sure why it wasn't working before, but adding scopes to the object definitions is working.

caseywebdev avatar May 24 '12 22:05 caseywebdev

Thanks, Casey!

dw2 avatar May 25 '12 05:05 dw2

Thanks for the quick turnaround!

bcamp1973 avatar May 25 '12 14:05 bcamp1973

No problem :thumbsup: The majority of what I write is CoffeeScript and staring at that black and white text was just not working out! Now that I have a feel or the structure of the SEE mode I plan on continuing to add to it. My HEAD has support for ''' and """ quotes as well as more keywords (class, extends, typeof, instanceof, etc). Functions with default parameters are also colored correctly. More to come!

caseywebdev avatar May 25 '12 15:05 caseywebdev