[MonoDevelop] TaskList patch next round :)

Lluis Sanchez lluis at ximian.com
Tue Nov 14 08:32:41 EST 2006


Hi,

I had to disable the comment change events since MD hangs eating 100%
CPU when loading the MD solution. I fixed a dead-lock and a gtk# 2.6
dependency (MD targets 2.4 right now), but this hang is not so obvious.
Can you take a look at it?

Thanks,
Lluis.

El dc 08 de 11 del 2006 a les 22:55 +0100, en/na David Makovský (Yakeen)
va escriure:
> Hi all,
> 
> finally next version of Task List patch for review, needs some cosmetic
> changes, but basically it shouldn't change from my side a lot.
> 
> Changes since last version:
> 
> * reworked implementation details as discussed with Lluis
> 
> * added priority for comment generated tasks (configurable)
> 
> * reworked options
> 
> * coloring task list rows foreground (configurable)
> 
> * added new extension point "/MonoDevelop/TaskList/View", you have to
> just implement this interface
> 
> public interface ITaskListView
> {
> 	TreeView Content { get; }
> 	ToolItem[] ToolBarItems { get; }
> }
> 
> so we can easily extend it, we can even replace TreeView with Widget to
> have more flexibility...
> 
> 
> So any comments are appreciated.
> Adding also some screenshots, so UI feedback also welcomed.
> 
> Regards,
> _______________________________________________
> 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