dolibarr/htdocs/includes/ace
Laurent Destailleur 578a1ef568 Clean files
2026-01-07 19:01:54 +01:00
..
src NEW Upgrade ACE editor to 1.43.12 2025-08-21 23:54:11 +02:00
.gitignore NEW Upgrade ACE editor to 1.43.12 2025-08-21 23:54:11 +02:00
.npmignore Clean files 2026-01-07 19:01:54 +01:00
ace-modes.d.ts NEW Upgrade ACE editor to 1.43.12 2025-08-21 23:54:11 +02:00
ace-modules.d.ts NEW Upgrade ACE editor to 1.43.12 2025-08-21 23:54:11 +02:00
ace.d.ts NEW Upgrade ACE editor to 1.43.12 2025-08-21 23:54:11 +02:00
bower.json
CHANGELOG.md NEW Upgrade ACE editor to 1.43.12 2025-08-21 23:54:11 +02:00
ChangeLog.txt Clean files 2026-01-07 19:01:54 +01:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
editor.html NEW Upgrade ACE editor to 1.43.12 2025-08-21 23:54:11 +02:00
esm-resolver.js NEW Upgrade ACE editor to 1.43.12 2025-08-21 23:54:11 +02:00
kitchen-sink.html NEW Upgrade ACE editor to 1.43.12 2025-08-21 23:54:11 +02:00
LICENSE
package.json NEW Upgrade ACE editor to 1.43.12 2025-08-21 23:54:11 +02:00
README.md NEW Upgrade ACE editor to 1.43.12 2025-08-21 23:54:11 +02:00
webpack-resolver.js NEW Upgrade ACE editor to 1.43.12 2025-08-21 23:54:11 +02:00

Ace (Ajax.org Cloud9 Editor)

CDNJS npm

Ace is a code editor written in JavaScript.


ISSUES ARE DISABLED IN THIS REPOSITORY

This repository has only generated files. To report your issues, suggest features, ask questions, or work on Ace editor itself please go to Ace repository https://github.com/ajaxorg/ace.


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.