Enhancement request: "--" comment style on ToDo items

Bert Gombos

Member²
An option for comment style on ToDo Items would be useful.

eg. instead of
/*
TODO: owner="BERT" category="Finish" priority="2 - Medium" created="2007.03.20."
text="This is my comment"
*/

this:

--* TODO: owner="BERT" category="Finish" priority="2 - Medium" created="2007.03.20."
--* text="This is my comment"

(I like comment a lot of code during testing by /**/)

Thanks.
 
Back
Top