Community
Participate
Working Groups
It would be great if it were possible to know the TaskData for controls created when using @org.eclipse.mylyn.tasks.ui.editors.AbstractTaskEditorExtension@. This would enable task editor extensions to provide commands that relate to the task for which the extension was used. See the attached patch
Created attachment 187062 [details] patch that sets the taskAttribute as data on the control of every attribute editor
Created attachment 187063 [details] mylyn/context/zip
Thanks David. I'll look into adding this. Should be easy enough.
Thanks David. I have added a constant AbstractAttributeEditor.KEY_TASK_ATTRIBUTE that is used as the key to store the task attribute.
Thanks Steffen!