Pre-requisite: the webedit text formats need to allow <pre> tags, see #22.
The idea would be to check whether syntax filter is enabled within webedit, and then auto-apply that filter. ucsf_webedit_process_filters() would be the place to build this into.
The Syntax Highlighter module seems to be the way to go.
Pre-requisite: the webedit text formats need to allow
<pre>
tags, see #22.The idea would be to check whether syntax filter is enabled within webedit, and then auto-apply that filter.
ucsf_webedit_process_filters()
would be the place to build this into.