OpenBuilds-CONTROL/app/lib/ace
openbuilds-engineer b06749c4ce v10.168 2019-05-10 20:36:51 +02:00
..
demo Update 0.0.2 2018-06-22 21:49:51 +02:00
src v10.168 2019-05-10 20:36:51 +02:00
src-min v10.168 2019-05-10 20:36:51 +02:00
src-min-noconflict v10.168 2019-05-10 20:36:51 +02:00
src-noconflict Update 0.0.2 2018-06-22 21:49:51 +02:00
textarea/src Update 0.0.2 2018-06-22 21:49:51 +02:00
ChangeLog.txt Update 0.0.2 2018-06-22 21:49:51 +02:00
LICENSE Update 0.0.2 2018-06-22 21:49:51 +02:00
README.md Update 0.0.2 2018-06-22 21:49:51 +02:00
bower.json Update 0.0.2 2018-06-22 21:49:51 +02:00
editor.html Update 0.0.2 2018-06-22 21:49:51 +02:00
kitchen-sink.html Update 0.0.2 2018-06-22 21:49:51 +02:00
package.json Update 0.0.2 2018-06-22 21:49:51 +02: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,