Bug 578581

Summary: MarkerSupportView custom groupings requires use of internal GroupsContribution
Product: [Eclipse Project] Platform Reporter: Enda O Brien <e.obrien>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.23   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:

Description Enda O Brien CLA 2022-02-04 07:17:18 EST
The markerSupport extension contains a method of creating custom marker groupings.
However it does not appear to be possible to implement handling without referring to the internal GroupsContribution class as follows for example.

<menu
   id="problemsGroupByMenu"
   label="%MarkerGroupMenu.GroupBy">
    <dynamic
          class="org.eclipse.ui.internal.views.markers.GroupsContribution"
          id="org.eclipse.ui.ide.dynamic1">
    </dynamic>
</menu>

Maybe GroupsContribution could be made API.