Laurent Destailleur 564382ec6c Upgrade ACE Editor from 1.4.7 to 1.4.14 3 年 前
..
src 564382ec6c Upgrade ACE Editor from 1.4.7 to 1.4.14 3 年 前
.npmignore 564382ec6c Upgrade ACE Editor from 1.4.7 to 1.4.14 3 年 前
CODE_OF_CONDUCT.md 2b57d486dc NEW Upgrade ACE editor to v1.4.6 5 年 前
CONTRIBUTING.md 2b57d486dc NEW Upgrade ACE editor to v1.4.6 5 年 前
ChangeLog.txt 564382ec6c Upgrade ACE Editor from 1.4.7 to 1.4.14 3 年 前
LICENSE 2b57d486dc NEW Upgrade ACE editor to v1.4.6 5 年 前
README.md 2b57d486dc NEW Upgrade ACE editor to v1.4.6 5 年 前
ace-modules.d.ts 564382ec6c Upgrade ACE Editor from 1.4.7 to 1.4.14 3 年 前
ace.d.ts 564382ec6c Upgrade ACE Editor from 1.4.7 to 1.4.14 3 年 前
bower.json 2b57d486dc NEW Upgrade ACE editor to v1.4.6 5 年 前
editor.html 2b57d486dc NEW Upgrade ACE editor to v1.4.6 5 年 前
kitchen-sink.html 564382ec6c Upgrade ACE Editor from 1.4.7 to 1.4.14 3 年 前
package.json 564382ec6c Upgrade ACE Editor from 1.4.7 to 1.4.14 3 年 前
webpack-resolver.js 564382ec6c Upgrade ACE Editor from 1.4.7 to 1.4.14 3 年 前

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,