Skip to content

Comment on Cloud9 IDE lets you code together in the Cloud. And offline. And in Ruby, PHP…

Comments

Perhaps even more importantly, Cloud9 is based on the ACE code editor (http://ace.ajax.org/) which, by itself, is a really phenomenal piece of work. When you look under the hood it's way more complex than you might imagine.

I can tell you the node libraries I wrote for this release are very cool in their own right as well. See the c9 account on github for most of them. I'm especially proud of the vfs system.

I'm trying to extend ACE with syntax highlighting for a DSL we use. Has anyone done this? It seems a bit daunting (each language included with ACE seems to import code from all over the place--unlike say, Textmate, where you can just write an independent file for each language)

(BTW: New cloud9 looks really neat. Very impressive stuff)

I wrote a LaTeX syntax highlighter for it. I found the easiest thing was to copy and paste a simple one and build from there.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.