Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-integrators] Getting Description, New Comment parts in Editor

If you want to reuse the default implementation of the description and new 
comment part the type of the description and new comment attribute needs to 
be set to "TaskAttribute.TYPE_LONG_RICH_TEXT". TaskEditorRichTextPart checks 
that the attribute editor factory returns an instance of 
RichTextAttributeEditor. It should log an error if the type is not set 
correctly.

Steffen


On Thursday 12 June 2008, David Carver wrote:
> I've managed to get the Attributes section to fill out correctly in my
> migration to the new mylyn 3.0 api, but I'm not sure what the correct
> way is to add the Description, and New Comment sections.   It appears
> that the default AbstractEditorPage only adds  Attributes, Attachments,
> and Comment sections along with People (which I removed for my
> implementation).
>
> Any hints would be appreciated.
>
> Dave
>
>
> _______________________________________________
> mylyn-integrators mailing list
> mylyn-integrators@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-integrators



-- 
Steffen Pingel - steffenp@xxxxxx - http://steffenpingel.de


Back to the top