[MonoDevelop] TaskList patch next round :)
David Makovský (Yakeen)
yakeen at sannyas-on.net
Wed Nov 8 16:55:13 EST 2006
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,
--
David Makovský (Yakeen) <yakeen at sannyas-on.net>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tasklist2.patch.gz
Type: application/x-gzip
Size: 28713 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/monodevelop-list/attachments/20061108/4ab46eb2/attachment-0001.gz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: comments.png
Type: image/png
Size: 83834 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/monodevelop-list/attachments/20061108/4ab46eb2/attachment-0003.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: preferences.png
Type: image/png
Size: 38615 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/monodevelop-list/attachments/20061108/4ab46eb2/attachment-0004.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: usertasks.png
Type: image/png
Size: 76074 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/monodevelop-list/attachments/20061108/4ab46eb2/attachment-0005.png
More information about the Monodevelop-list
mailing list