Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: mscava on December 03, 2006, 09:16:59 pm

Title: TODO behaviour
Post by: mscava on December 03, 2006, 09:16:59 pm
I noticed one thing about TODO list... Let's write

Code
/*
  Some stuff...
  TODO: Smth very important
*/

This todo won't get recognized by the TODO plugin.
But...

Code
/*
  Some Stuff
// TODO: Smth very important
*/

...works.

Well maybe it should work like this... but anyway... just a minor thing. Thanks for reply.