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


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


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


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


...works.

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