https://github.com/ajaxorg/ace-builds
Packaged version of Ace code editor
https://github.com/ajaxorg/ace-builds
Last synced: 8 days ago
JSON representation
Packaged version of Ace code editor
- Host: GitHub
- URL: https://github.com/ajaxorg/ace-builds
- Owner: ajaxorg
- License: other
- Created: 2012-04-24T13:02:24.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T21:00:26.000Z (26 days ago)
- Last Synced: 2025-03-29T12:46:41.872Z (17 days ago)
- Language: JavaScript
- Homepage:
- Size: 59 MB
- Stars: 3,038
- Watchers: 148
- Forks: 1,940
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome - ace-builds
README
Ace (Ajax.org Cloud9 Editor)
============================
[](https://cdnjs.com/libraries/ace)
[](https://www.npmjs.com/package/ace-builds)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](https://github.com/ajaxorg/ace-builds/tree/master/src) concatenated but not minified
* [src-min](https://github.com/ajaxorg/ace-builds/tree/master/src-min) concatenated and minified with uglify.js
* [src-noconflict](https://github.com/ajaxorg/ace-builds/tree/master/src-noconflict) uses ace.require instead of require
* [src-min-noconflict](https://github.com/ajaxorg/ace-builds/tree/master/src-min-noconflict) concatenated, minified with uglify.js, and uses ace.require instead of requireFor a simple way of embedding ace into webpage see [editor.html](https://github.com/ajaxorg/ace-builds/blob/master/editor.html) or list of other [simple examples](https://github.com/ajaxorg/ace-builds/tree/master/demo).
To see ace in action go to [kitchen-sink-demo](http://ajaxorg.github.io/ace-builds/kitchen-sink.html), [scrollable-page-demo](http://ajaxorg.github.io/ace-builds/demo/scrollable-page.html) or [minimal demo](http://ajaxorg.github.io/ace-builds/editor.html).