mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
| .. | ||
| src-noconflict | ||
| textarea/src | ||
| .bower.json | ||
| ChangeLog.txt | ||
| editor.html | ||
| kitchen-sink.html | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
Ace (Ajax.org Cloud9 Editor)
Ace is a code editor written in JavaScript.
This repository has only generated files. If you want to work on ace please go to https://github.com/ajaxorg/ace instead.
here you can find pre-built files for convenience of embedding. it contains 4 versions
- src concatenated but not minified
- src-min concatenated and minified with uglify.js
- src-noconflict uses ace.require instead of require
- src-min-noconflict -
For a simple way of embedding ace into webpage see https://github.com/ajaxorg/ace-builds/blob/master/editor.html To see ace in action go to kitchen-sink-demo, scrollable-page-demo, or minimal demo