[MonoDevelop] TaskList patch next round :)

"David Makovský (Yakeen)" yakeen at sannyas-on.net
Tue Nov 14 10:43:37 EST 2006


Hi Lluis,

thanks for bugfixes and replacing CellRendererCombo by CellRendererComboBox.
I thought that it's 2.4 but not checked it, sorry.
To the hang, I noticed it once yesterday just before sleep, so I will 
look at it, probably tomorrow.

Thanks in advance,
David Makovský

Lluis Sanchez wrote:
> 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
>>     
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20061114/64dcead6/attachment.html 


More information about the Monodevelop-list mailing list