What Is Acelerator?
Acelerator is a Wordpress Plugin which can add ace editor to any textarea in admin.
Plugin 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.
Acelerator 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”.
Wordpress Plugin Installation
Regular installation. See tuning options after installation Settings -> Acelerator Options.
Acelerator Screenshots
Credits
Changelog
1.0
Initial release

