To make an attribute appear in the attributes section of the task editor set the kind for that attribute to KIND_DEFAULT. In the future other kinds may be supported as well, e.g. KIND_PEOPLE to make is appear in the people section:
attribute.getMetaData().setKind(TaskAttribute.KIND_DEFAULT) To "hide" an attribute set the kind to null. Steffen On Sat, Sep 13, 2008 at 12:15 PM, Maarten Meijer <[EMAIL PROTECTED]> wrote: > Hi, > > how do I prevent my attributes Descripton (task.common.description) and new > comment (task.common.comment.new) from appearing both under the Attributes > section and ALSO under the Description and New Comment sections? > > How do I mimic the behaviour of the old MyAttributeFactory isHidden() > method? > > Maarten > _______________________________________________ > mylyn-integrators mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/mylyn-integrators > _______________________________________________ mylyn-integrators mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/mylyn-integrators
