mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-12-09 12:27:04 +01:00
| .. | ||
| css | ||
| js | ||
| acedemo.lpi | ||
| acedemo.lpr | ||
| index.html | ||
| README.md | ||
Ace Demo (Ajax.org Cloud9 Editor)
Ace is a code editor written in JavaScript.
You can use a CDN to embed ACE:
https://cdnjs.com/libraries/ace
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
More info on ACE can be found here