Packaged version of Ace code editor
  • JavaScript 99.6%
  • CSS 0.4%
Find a file
2022-01-26 18:00:18 +04:00
.github package 30.09.21 2021-09-30 20:45:33 +04:00
css package 30.09.21 2021-09-30 20:45:33 +04:00
demo package 26.01.22 2022-01-26 18:00:18 +04:00
src package 26.01.22 2022-01-26 18:00:18 +04:00
src-min package 26.01.22 2022-01-26 18:00:18 +04:00
src-min-noconflict package 26.01.22 2022-01-26 18:00:18 +04:00
src-noconflict package 26.01.22 2022-01-26 18:00:18 +04:00
.npmignore restore npmignore 2021-10-15 22:23:44 +04:00
ace-modules.d.ts package 26.01.22 2022-01-26 18:00:18 +04:00
ace.d.ts package 30.09.21 2021-09-30 20:45:33 +04:00
bower.json bower: remove deprecated version (#139) 2018-08-08 12:32:35 +03:00
ChangeLog.txt package 26.01.22 2022-01-26 18:00:18 +04:00
CODE_OF_CONDUCT.md Adding standard files 2018-06-19 14:59:26 -07:00
CONTRIBUTING.md Adding standard files 2018-06-19 14:59:26 -07:00
editor.html update README.md 2015-09-30 00:42:03 +04:00
kitchen-sink.html package 26.01.22 2022-01-26 18:00:18 +04:00
LICENSE package 10.1.2012 2012-10-01 00:24:40 +04:00
package.json package 26.01.22 2022-01-26 18:00:18 +04:00
README.md Added NPM badge 2017-07-18 15:39:04 +02:00
webpack-resolver.js package 26.01.22 2022-01-26 18:00:18 +04:00

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,