You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Murtaugh 02d0922143 | 10 years ago | |
---|---|---|
.. | ||
demo | 10 years ago | |
src | 10 years ago | |
src-min | 10 years ago | |
src-min-noconflict | 10 years ago | |
src-noconflict | 10 years ago | |
textarea/src | 10 years ago | |
ChangeLog.txt | 10 years ago | |
LICENSE | 10 years ago | |
README.md | 10 years ago | |
editor.html | 10 years ago | |
kitchen-sink.html | 10 years ago |
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