views:

96

answers:

1

How set up todo list categories in Delphi 2010. This syntax does not work:

// TODO 1 -cImportant: Do this!
A: 

In Delphi 2007, these two syntaxes are recognized:

{ TODO 1  -cImportant :Do this!}
// TODO 1 -cImportant: Do this!

Try launch TODO via dialog pressing SHIFT+CTRL+T keys. Fill dialog and see how Delphi introduces TODO in code.

Nelson H C Nepomuceno