Ace (Ajax.org Cloud9 Editor) http://ace.c9.io
Find a file
Julian Viereck 3ebd2865ea Finalize current keymapping work:
- catchup with latest changes to pilot/keys.js
- the textinput adds a event.addCommandKeyEvent(...) to the input
- the onTextInput and onCommandKey event sent by the textinput are forwareded to the edtior which
  then forwards the input to the keybinding, which handles the input based on the current inputMode.
- the current inputMode can get changed by setting the setting "inputMode". Currently there are the
  modes "vim" and "emacs". If the inputMode doesn't match, the "default" mode is used.
2011-01-13 22:47:58 +01:00
build_support make the env available on the node 2011-01-12 15:57:12 -05:00
demo use files from new build_support directory 2011-01-12 15:52:51 -05:00
doc move files one level up 2010-10-27 12:39:54 +02:00
lib/ace Finalize current keymapping work: 2011-01-13 22:47:58 +01:00
support Finalize current keymapping work: 2011-01-13 22:47:58 +01:00
tool move dom.js into pilot 2010-11-23 14:27:44 +00:00
.gitignore use files from new build_support directory 2011-01-12 15:52:51 -05:00
.gitmodules switch to using the mozilla cockpit module 2011-01-11 23:15:56 -05:00
editor.html move cockpit/pilot to a submodules 2010-12-23 15:30:55 +00:00
index.html fix url to the demo page 2010-12-15 12:37:47 +01:00
LICENSE add MPL to the license file 2011-01-12 22:22:44 -05:00
Makefile.dryice.js use files from new build_support directory 2011-01-12 15:52:51 -05:00
package.json rename "src" to "lib" 2010-10-27 13:11:21 +02:00
Readme.md fix link in README 2010-12-17 10:01:12 +01:00
static.py added temporary static web server 2011-01-12 01:16:37 +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!