This package adds the EditArea Javascript utility to WebGUI's Codearea form control.
EditArea is a many-featured code editor that replaces a normal textarea. It has syntax highlighting, auto-tabbing, undo/redo, and find/replace.
To install, untar the package from your WebGUI root directory (usually /data/WebGUI). Run the patch as follows:
cd /data/WebGUI; patch -p0 < patches/7.6.1-add-editarea-syntax-highlight.patch
Then restart Apache and try it out by adding a Snippet or a Template asset.