filebrowser/_embed/public/ace
Henrique Dias 0afb9e732c update
Former-commit-id: bdede6ed1b6f578f2ef046c338caf02d0b29d453 [formerly 7187de361b]
Former-commit-id: 447d58460fbbfd05ffe08428a1288e392637561d
2017-03-25 19:37:42 +00:00
..
demo update 2017-03-25 19:37:42 +00:00
src update 2017-03-25 19:37:42 +00:00
src-min update 2017-03-25 19:37:42 +00:00
src-min-noconflict update 2017-03-25 19:37:42 +00:00
src-noconflict update 2017-03-25 19:37:42 +00:00
textarea/src update 2017-03-25 19:37:42 +00:00
ChangeLog.txt update 2017-03-25 19:37:42 +00:00
LICENSE update 2017-03-25 19:37:42 +00:00
README.md update 2017-03-25 19:37:42 +00:00
bower.json update 2017-03-25 19:37:42 +00:00
editor.html update 2017-03-25 19:37:42 +00:00
kitchen-sink.html update 2017-03-25 19:37:42 +00:00
package.json update 2017-03-25 19:37:42 +00:00

README.md

Ace (Ajax.org Cloud9 Editor)

CDNJS

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 concatenated, minified with uglify.js, and uses ace.require instead of require

For a simple way of embedding ace into webpage see editor.html or list of other simple examples To see ace in action go to kitchen-sink-demo, scrollable-page-demo or minimal demo,