Toby Chui dc97ed9d86 Added WIP NotepadA module 3 anni fa
..
src-noconflict 05239da4a0 Completed searching function in Share folder 3 anni fa
ChangeLog.txt 05239da4a0 Completed searching function in Share folder 3 anni fa
README.md 05239da4a0 Completed searching function in Share folder 3 anni fa
bower.json 05239da4a0 Completed searching function in Share folder 3 anni fa
editor.html dc97ed9d86 Added WIP NotepadA module 3 anni fa
kitchen-sink.html 05239da4a0 Completed searching function in Share folder 3 anni fa
package.json 05239da4a0 Completed searching function in Share folder 3 anni fa
testpage.php 05239da4a0 Completed searching function in Share folder 3 anni fa
webpack-resolver.js 05239da4a0 Completed searching function in Share folder 3 anni fa

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,