Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] How to add a new TaskEditorPart in the task editor view?

Hi,

a simple way of adding parts to your own editor page is to override AbstractTaskEditorPage.createPartDescriptors(). You can add custom part descriptors that create sections in the task editor. Have a look at the implementation in BugzillaTaskEditorPage which is good example how to modify the list of default parts.

The other option is the org.eclipse.mylyn.tasks.ui.taskEditorPageContribution extension point which allows adding of parts to any editor.

Steffen


On Tue, Jan 10, 2012 at 6:35 PM, pasquale vitale <pasquale_vitale@xxxxxxxxxxx> wrote:
Hi all,
I've creating my custom edit view for my task in fusion forge plugin.

Fusion forge uses a "dependent on task" multiselect field to add all task dependencies.

I think to use a list of checkbox that an user can select or deselect.

I want to use a TaskEditorPart (like comment or attachment) for display all dependency.

According to you does this have sense?
Do you any other suggestion?
 
Do you have any sample code for the TaskEditorPart usage?

Thanks,

pasquy


_______________________________________________
mylyn-dev mailing list
mylyn-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-dev




--
Steffen Pingel
Senior Software Developer, Eclipse Mylyn
Mylyn Tasks Lead
http://tasktop.com


Back to the top