Putting Code into comments
Page: 1
sccrwoohoo
on Dec 11. 2007. 3:54 pm
We are constantly running into issues where we are discussing code in our tickets - we would love to be able to put the code in the comments so we can dialog about it, but now the system tries to process the code...uggh...any help would be appreciated
bjs
bjs
Ilija Studen
on Dec 11. 2007. 4:35 pm
When posting code make sure that you select Preformatted from "Format" dropdown (in toolbar).
activeCollab team member
Ilija Studen
on Dec 11. 2007. 5:00 pm
If you can't use visual editor just wrap code in pre tag like this:
<pre>function do_something() {
// Doing something...
return true;
}</pre>
activeCollab team member



