@greenlemon
The problem is related to the fact, that the Codepress Javascript routines needs to be linked into the
<head> section for all admin pages. As its hard coded in the code2 module, each new module creates another JS link which cause this effect.
Have shifted the codepress folder to:
/include/codepress. The JS routines needs to be included to the admin pages by inserting the code below between the
<head></head> section of the file:
/admin/interface/header.html<script type="text/javascript" src="{INTERFACE_DIR}/../../include/codepress/codepress.js"></script>
I put a package together which allows syntax highlighting for the new module code2 and for the templateedit module (supports: CSS, Javascript, HTML, PHP files). If somebody wants to test the two modules, please donwload the attached zip file, extract the files and follow the instructions in the README.txt file. Maybe both features could be implemented by default into WB2.7.
Regards Christian