Ok.. Go easy on me here. This is my first prerelease attempt at a module. I know there are lots of thing wrong with it. I'm sure I will actually get all the WB module functions added sometime.
The module:
I wanted to integrate EditArea (textarea syntax highlighting)
http://www.cdolivet.net/index.php?page=editAreainto the textarea of the settings and other admin boxes.
Current state of edit_area module:
it installs (basically copies to /modules/edit_area/)
To get it working:
add to /admin/interface/header.html
<script language="javascript" type="text/javascript" src="/modules/edit_area/edit_area_full.js"></script>
<script language="javascript" type="text/javascript" src="/modules/edit_area/config.js"></script>
find / add the id's of the textareas you want to convert into syntax editors
edit /modules/edit_area/config.js
copy and paste
editAreaLoader.init function for each textarea specifying the syntax and options
*you will have to add the id attribute to the /admin/settings/template.html textarea elements
I included the docs and examples for Edit_Area they are not essential for the module.
File removed ... newer version below ....