[MonoDevelop] New Task List part 1 PATCH

Lluis Sanchez lluis at ximian.com
Tue Jun 6 11:48:44 EDT 2006


Hi,

The patch looks ok. I only see one problem: when a new solution is
opened, the task service looks for tags in all files of all projects in
the solution. This can't be done in this way, since it will take too
much time in big projects (just try to open the root mcs project). It
should rely on the events provided by the parser service for this.

Lluis.

El ds 03 de 06 del 2006 a les 22:36 +0200, en/na David Makovský (Yakeen)
va escriure:
> Hi all,
> 
> as I wrote some time ago I'm working on task list pad that will handle
> special user comments and user tasks.
> 
> I've just completed first part of my proposal, generating tasks from
> comments in code + editing tokens for recognition. Generation works for
> C# now, as I know VB backend is filling the comments structures as well.
> Other languages are unknown for me now, but shouldn't be big problem to
> support it, jut filling proper structures after parsing file
> (ICompilationUnit.TagComments).
> 
> I would like to ask you for making some test and provide some feedback
> over gui and code, that this can land soon in svn.
> 
> Thanks in advance,
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list



More information about the Monodevelop-list mailing list