eclipse.platform.ui
eclipse.platform.ui copied to clipboard
Bug 578581 - MarkerSupportView custom groupings requires use of internal GroupsContribution
This is a patch submission for the bugzilla issue here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=578581
The proposal is to have an API equivalent of the ContributionItem for Marker groups. This will allow clients to create their own custom groupings.
Note: Creating the custom groupings was always possible but relied on referencing the internal GroupsContribution in the xml definition.