=== Acelerator === Contributors: alecksmart, ace, github Tags: editor, programming, ace Requires at least: 4.0 Tested up to: 4.9.0 Stable tag: 1.0 License: Revised BSD License Add ace editor to any textarea in admin. == Description == Add ace editor to any textarea in admin. Works with other plugins. Initially tuned to support 'CUSTOM CSS-JS-PHP' plugin. Uses jQuery selectors syntax for tuning. = Selectors = The script will look for occurences of selectors (separate with "|") and turn them into ace editors. = Syntaxes = The script will look for occurences of selectors (separate with "|") and will pick the first existing occurence to define the language syntax for ace editor instances on this page. I.e., _h4:contains('CSS Code')@css_ means it will set the ace editor's syntax to "css" if the page has _h4_ which contains text _"CSS Code"_. == Installation == Regular installation. See tuning options after installation _Settings -> Acelerator Options_. == Screenshots == 1. screenshot-1.png A textarea from another plugin enhanced with ace editor. == Credits == https://github.com/ajaxorg/ace-builds == Changelog == = 1.0 = *Initial release*