Bug 384997 - WorkbenchMenuService is not implemented!
Summary: WorkbenchMenuService is not implemented!
Status: CLOSED DUPLICATE of bug 366528
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-13 01:51 EDT by Jeeeyul Lee CLA
Modified: 2012-07-13 02:48 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeeeyul Lee CLA 2012-07-13 01:51:18 EDT
Build Identifier: Eclipse 4.2

WorkbenchMenuService#populateContributionManager()
and
WorkbenchMenuService#releaseContributions()

are not implementd.

So we can't define custom menuURI to let other plugin contribute some menu through menuContribution.

It worked fine with eclipse 3.2 ~ 3.7 as Public API
So, it cause critical comparability issue now.


Reproducible: Always

Steps to Reproduce:
1. Create some contribution manager
2. Let IMenuService populate menu with some URI
3. Not works
Comment 1 Thomas Schindl CLA 2012-07-13 02:34:05 EDT
Looks like a dup of bug #366528
Comment 2 Jeeeyul Lee CLA 2012-07-13 02:48:05 EDT

*** This bug has been marked as a duplicate of bug 366528 ***