Search
Saturday, February 04, 2012 ..:: Home ::.. Register  Login

Peter Henry on Facebook  Peter Henry on LinkedIn  Peter Henry on Twitter

   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)  

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

Feb 23

Written by:
Monday, February 23, 2009 9:33 PM  RssIcon

With special thanks to a reader, I made a small change to the Show All Tasks project I blogged about in September.  Read on for further details.  Thanks Rene, great idea!

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/

Tags:
Categories:
Location: Blogs Parent Separator TechTidBits

1 comment(s) 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:
Gravatar Preview
Your email:
(Optional) Email used only to show Gravatar.
Your website:
Title:
Comment:
Add Comment   Cancel 
     
  
Copyright 1999-2010 by PCHenry.com   Terms Of Use  Privacy Statement