RE: [PHP] Re: [ANNOUNCE] TODO parser

2007-04-28 Thread Daevid Vincent
 -Original Message-
 From: Alexander Elder [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, April 28, 2007 10:30 AM
 To: php-general@lists.php.net
 Subject: [PHP] Re: [ANNOUNCE] TODO parser
 
 Daevid Vincent wrote:
  For a long time I've wanted a tool that would traverse my 
 source code to
  find all those little forgotten TODO entries.
  http://daevid.com/examples/todo/
 

 It would be nice if you added a flag for parsing 'FIXME' entries too. 
 Quite a lot of source I've read contains 'TODO' and 'FIXME', 
 often with 
 little variation between meanings. Just my $0.02.

Thank you Alexander, that is an excellent suggestion!

D.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: [ANNOUNCE] TODO parser

2007-04-28 Thread Sebe

Daevid Vincent wrote:

-Original Message-
From: Alexander Elder [mailto:[EMAIL PROTECTED] 
Sent: Saturday, April 28, 2007 10:30 AM

To: php-general@lists.php.net
Subject: [PHP] Re: [ANNOUNCE] TODO parser

Daevid Vincent wrote:

For a long time I've wanted a tool that would traverse my 
  

source code to


find all those little forgotten TODO entries.
http://daevid.com/examples/todo/
  
 

  
It would be nice if you added a flag for parsing 'FIXME' entries too. 
Quite a lot of source I've read contains 'TODO' and 'FIXME', 
often with 
little variation between meanings. Just my $0.02.



it would also be nice if you were able to exclude certain directories... 
maybe an array of disallowed directories so it doesn't check them.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php