Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-integrators] Task list custom lables

If you are implementing a connector you can set the task key and
summary by implementing
AbstractRepositoryConnector.updateTaskFromTaskData().

If you are looking for a way to change labels in the Task List  as a
user I would recommend taking a look at this bug on which Frank has
been working recently:

 199345: [patch] allow to configure labels in the task list
 https://bugs.eclipse.org/bugs/show_bug.cgi?id=199345

Please feel free to add your requirements to that bug or open a new
report if you have different requirements.

Steffen


On Thu, Mar 4, 2010 at 1:11 AM, Ilya Ivanov <ilya.ivanov@xxxxxxxxxxxxxx> wrote:
> Hello!
>
> What is the common way to make a custom task key in Mylyn task list?
> There is a class TaskElementLabelProvider. Can I subclass it to make custom
> labels in task list? Or is it better to use some TaskAttribute?
>
> Thanks,
> Ilya
> _______________________________________________
> mylyn-integrators mailing list
> mylyn-integrators@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-integrators
>



-- 
Steffen Pingel
Committer, http://eclipse.org/mylyn
Senior Developer, http://tasktop.com


Back to the top