Michaël Van Canneyt e22ce77bcb * Ace editor import and demo 4 months ago
..
css e22ce77bcb * Ace editor import and demo 4 months ago
js e22ce77bcb * Ace editor import and demo 4 months ago
README.md e22ce77bcb * Ace editor import and demo 4 months ago
acedemo.lpi e22ce77bcb * Ace editor import and demo 4 months ago
acedemo.lpr e22ce77bcb * Ace editor import and demo 4 months ago
index.html e22ce77bcb * Ace editor import and demo 4 months ago

README.md

Ace Demo (Ajax.org Cloud9 Editor)

Ace is a code editor written in JavaScript.

You can use a CDN to embed ACE:

https://cdnjs.com/libraries/ace

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

More info on ACE can be found here