Tutorial: How to manually upgrade to latest ACE version - SentryXSI/Codiad GitHub Wiki
How to manually upgrade to latest ACE version
- Download latest package from https://github.com/ajaxorg/ace-builds
- Extract javascript-files from
src-min-noconflict
tocomponents\editor\ace-editor
- Open
components\editor\ace-editor\ace.js
and replace.ace_editor {position: relative;
to.ace_editor {position: absolute;
(Optional) If new modes are included
- Open
components\editor\init.js
and add new modes to the javascript arrayavailableTextModes
- Open
components/fileext_textmode/class.fileextension_textmode.php
and add them to arrayavailableTextModes
(Optional) Add new modes for file extensions by default
Open components/fileext_textmode/class.fileextension_textmode.php
and add them to array defaultExtensions
(Optional) If new themes are included
Open components\editor\dialog.php
and add new themes to selectlist