News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

TODO behaviour

Started by mscava, December 03, 2006, 09:16:59 PM

Previous topic - Next topic

mscava

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.