Bug 578581 - MarkerSupportView custom groupings requires use of internal GroupsContribution
Summary: MarkerSupportView custom groupings requires use of internal GroupsContribution
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.23   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-04 07:17 EST by Enda O Brien CLA
Modified: 2022-02-04 07:17 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.