Re: Search for advanced To-Do list



Instead i use {$MESSAGE} directive...

{$MESSAGE WARN 'TODO: Fix This!'}

...so i get a compiler warning until it gets fixed.

What a neat idea, here's another wrinkle I just tried after your suggestion, wrap them in ifdefs for different priority

{$IFDEF PRIORITY1}
{$MESSAGE WARN '!!Fix this'}
{$ENDIF}

Dave
.



Relevant Pages