Maik 79c46dcb5d modul vor 3 Jahren
..
.github 79c46dcb5d modul vor 3 Jahren
demo 79c46dcb5d modul vor 3 Jahren
src 79c46dcb5d modul vor 3 Jahren
src-min 79c46dcb5d modul vor 3 Jahren
src-min-noconflict 79c46dcb5d modul vor 3 Jahren
src-noconflict 79c46dcb5d modul vor 3 Jahren
CODE_OF_CONDUCT.md 79c46dcb5d modul vor 3 Jahren
CONTRIBUTING.md 79c46dcb5d modul vor 3 Jahren
ChangeLog.txt 79c46dcb5d modul vor 3 Jahren
LICENSE 79c46dcb5d modul vor 3 Jahren
README.md 79c46dcb5d modul vor 3 Jahren
ace-modules.d.ts 79c46dcb5d modul vor 3 Jahren
ace.d.ts 79c46dcb5d modul vor 3 Jahren
bower.json 79c46dcb5d modul vor 3 Jahren
editor.html 79c46dcb5d modul vor 3 Jahren
package.json 79c46dcb5d modul vor 3 Jahren
webpack-resolver.js 79c46dcb5d modul vor 3 Jahren

README.md

Ace (Ajax.org Cloud9 Editor)

CDNJS npm

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,