Author Topic: TODO behaviour  (Read 3617 times)

mscava

  • Guest
TODO behaviour
« 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.