django-vue3-admin-web/node_modules/ace-builds
2025-10-20 21:21:14 +08:00
..
.github 初始化 2025-10-20 21:21:14 +08:00
css 初始化 2025-10-20 21:21:14 +08:00
src 初始化 2025-10-20 21:21:14 +08:00
src-min 初始化 2025-10-20 21:21:14 +08:00
src-min-noconflict 初始化 2025-10-20 21:21:14 +08:00
src-noconflict 初始化 2025-10-20 21:21:14 +08:00
types 初始化 2025-10-20 21:21:14 +08:00
.nojekyll 初始化 2025-10-20 21:21:14 +08:00
ace-modes.d.ts 初始化 2025-10-20 21:21:14 +08:00
ace-modules.d.ts 初始化 2025-10-20 21:21:14 +08:00
ace.d.ts 初始化 2025-10-20 21:21:14 +08:00
bower.json 初始化 2025-10-20 21:21:14 +08:00
CHANGELOG.md 初始化 2025-10-20 21:21:14 +08:00
ChangeLog.txt 初始化 2025-10-20 21:21:14 +08:00
CODE_OF_CONDUCT.md 初始化 2025-10-20 21:21:14 +08:00
CONTRIBUTING.md 初始化 2025-10-20 21:21:14 +08:00
editor.html 初始化 2025-10-20 21:21:14 +08:00
esm-resolver.js 初始化 2025-10-20 21:21:14 +08:00
LICENSE 初始化 2025-10-20 21:21:14 +08:00
package.json 初始化 2025-10-20 21:21:14 +08:00
README.md 初始化 2025-10-20 21:21:14 +08:00
webpack-resolver.js 初始化 2025-10-20 21:21:14 +08: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.