Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-integrators] Customizing context menu

The Task List is standard Eclipse view that is extensible through the
standard Eclipse platform mechanism. The Eclipse corner articles and
the Eclipse wiki are a good source of documentation about the various
extension points such as org.eclipse.ui.viewActions or
org.eclipse.ui.menus.

It is currently not easily possible to customize the Task List popup
menu entirely since some contributions are added programatically.
Please comment on this bug if you require additional extensibility:

 219896: refactor action enablement in the task list view
 https://bugs.eclipse.org/bugs/show_bug.cgi?id=219896

Steffen


On Wed, Apr 15, 2009 at 8:20 AM, pankaj chaitram turkar
<pankaj.684@xxxxxxxxx> wrote:
> Hi,
>
> I want to customize the Menu Items for the Tasks in Task List view. How do I
> customize the context menu.
>
> thanks,
> Pankaj
>
>
>
> _______________________________________________
> 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