Search
Sunday, August 01, 2010 ..:: Home ::.. Register  Login
   Calendar  
     
  
   Search  
     
  
   Blogroll  
     
  
   Disclosure  
All blog entries are the opinions of the author and do not necessarily reflect the opinions of their employer. All the code presented is for explanation and demonstration purposes only. Any damages incurred to your site and/or data are not the responsibility of the author. Every effort is taken to ensure the code properly compiles, however sometimes there are some hiccups and you might be required to do your own debugging.
     
  
   TechTidBits (Blog)  
Feb 23

Written by: Peter Henry
Monday, February 23, 2009 9:33 PM

I blogged about a cool idea I read about from ShaharY on a blog on Dev102 back in September about displaying all the ///todos in your solution.  A reader of my blog entry caught something (thanks Rene, nice catch!), the tool only processes CSharp files.  Well, I guess he was slightly offended (no worries Rene, I'm just making this up, I have no idea, I just thought I would make the blog more exciting with a bit of drama :>) at my C++ disdain (again, just to spice things up :>) and offered his suggestions on "improving" the tool.

Rene was right, the tool needed some spicing u a bit, so I added a StringCollection (specific generic class for strings).  At the same time, I rearranged a bit of the code (struture of original code was changed very little from ShaharYs version).  Now with the StringCollection and a bit of magic, you can parse any CS and C++ (headers too :>).

Thanks Rene.

Grab a coffee and get coding! :>

 

SVN = http://www.pchenry.com:8080/svn/Blog/trunk/2009/ShowAllToDoTasks/

Copyright ©2009 Peter Henry

Tags:

1 comments so far...

Re: ///todo Management Revisited (with help from a reader, Rene)

Blogged about on Tales from the Evil Empire blog.
http://weblogs.asp.net/bleroy/archive/2009/06/16/you-can-do-the-todos-today-too.aspx

By phenry on   Wednesday, June 17, 2009 12:07 PM

Your name:
Title:
Comment:
Add Comment    Cancel  
     
  
Copyright 1999-2010 by PCHenry.com   Terms Of Use  Privacy Statement