| Summary: | [Contributions] Platform should provide an extension point or API for contributions to the application TaskItem menu | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Markus Keller <markus.kell.r> |
| Component: | UI | Assignee: | Platform UI Triaged <platform-ui-triaged> |
| Status: | CLOSED DUPLICATE | QA Contact: | Prakash Rangaraj <prakash> |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | daniel_megert, pwebster, remy.suen |
| Version: | 3.6 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Markus Keller
If we were exposing this somehow, we basically have to supply the menu for one TaskItem per WorkbenchWindow shell? Is that correct? If that's the case, we can provide access through org.eclipse.ui.menus. Maybe menu:org.eclipse.ui.main.taskbar (similar to menu:org.eclipse.ui.main.menu and menu:org.eclipse.ui.main.toolbar) We could put it in its own namespace, taskbar:org.eclipse.ui.workbench.window, but that would limit contributions to only that namespace. Greater control, but no reuse of any menu: contributions. Then we can hook it up in each WorkbenchWindow, similar to how we provision the main MenuManager. PW See: Bug# 304234 & Bug# 317069 (In reply to comment #2) Thanks, I didn't find bug 304234 when I filed this bug. *** This bug has been marked as a duplicate of bug 304234 *** |