Ace (Ajax.org Cloud9 Editor) http://ace.c9.io
Find a file
Kevin Dangoor b75e43962a add register hook to register global things (settings, commands, types)
from plugins. startup hook is used for starting an individual instance.
2010-12-14 11:16:53 -08:00
build bring back packages ace 2010-11-09 09:54:33 +01:00
demo add register hook to register global things (settings, commands, types) 2010-12-14 11:16:53 -08:00
doc move files one level up 2010-10-27 12:39:54 +02:00
lib/ace Merge branch 'master' of https://github.com/ajaxorg/ace 2010-12-03 16:31:37 +00:00
plugins add register hook to register global things (settings, commands, types) 2010-12-14 11:16:53 -08:00
support Fixed a bug in single line tabbing that caused 2010-12-02 11:15:21 +00:00
tool move dom.js into pilot 2010-11-23 14:27:44 +00:00
.gitignore add ignore 2010-10-01 10:22:19 +02:00
.gitmodules Fixed a bug in single line tabbing that caused 2010-12-02 11:15:21 +00:00
.project update eclipse project settings 2010-04-12 13:11:14 +02:00
build.js move oop.js into pilot 2010-11-23 14:36:12 +00:00
editor.html a big lump of work to get the command line able to execute commands, and to hack in a trivial cli 2010-12-08 13:13:33 +00:00
index.html fix names 2010-11-05 11:04:05 +01:00
LICENSE move files one level up 2010-10-27 12:39:54 +02:00
Makefile add makefile 2010-11-04 16:45:29 +01:00
package.json rename "src" to "lib" 2010-10-27 13:11:21 +02:00
Readme.md fixing typo 2010-12-02 11:02:19 +00:00

ACE (Ajax.org Code Editor)

ACE is a standalone code editor written in JavaScript. It can be easily embedded in any web page and JavaScript application. It is currently used as the editor component of the Cloud9 IDE.

Checkout the demo!