How set up todo list categories in Delphi 2010. This syntax does not work:
// TODO 1 -cImportant: Do this!
How set up todo list categories in Delphi 2010. This syntax does not work:
// TODO 1 -cImportant: Do this!
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.