gophertype/pvt-www/_builtin/js/ace-1.4.8
Noah c4ec197456 Vendor ACE Code Editor 2020-02-17 21:21:34 -08:00
..
.github Vendor ACE Code Editor 2020-02-17 21:21:34 -08:00
demo Vendor ACE Code Editor 2020-02-17 21:21:34 -08:00
src Vendor ACE Code Editor 2020-02-17 21:21:34 -08:00
src-min Vendor ACE Code Editor 2020-02-17 21:21:34 -08:00
src-min-noconflict Vendor ACE Code Editor 2020-02-17 21:21:34 -08:00
src-noconflict Vendor ACE Code Editor 2020-02-17 21:21:34 -08:00
CODE_OF_CONDUCT.md Vendor ACE Code Editor 2020-02-17 21:21:34 -08:00
CONTRIBUTING.md Vendor ACE Code Editor 2020-02-17 21:21:34 -08:00
ChangeLog.txt Vendor ACE Code Editor 2020-02-17 21:21:34 -08:00
LICENSE Vendor ACE Code Editor 2020-02-17 21:21:34 -08:00
README.md Vendor ACE Code Editor 2020-02-17 21:21:34 -08:00
ace-modules.d.ts Vendor ACE Code Editor 2020-02-17 21:21:34 -08:00
ace.d.ts Vendor ACE Code Editor 2020-02-17 21:21:34 -08:00
bower.json Vendor ACE Code Editor 2020-02-17 21:21:34 -08:00
editor.html Vendor ACE Code Editor 2020-02-17 21:21:34 -08:00
kitchen-sink.html Vendor ACE Code Editor 2020-02-17 21:21:34 -08:00
package.json Vendor ACE Code Editor 2020-02-17 21:21:34 -08:00
webpack-resolver.js Vendor ACE Code Editor 2020-02-17 21:21:34 -08:00

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,