mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Bug # 229339 : Plug-in 'org.eclipse.cdt.ui' contributed an invalid Menu Extension
This commit is contained in:
parent
44ef37f350
commit
f4162abcc0
1 changed files with 7 additions and 12 deletions
|
@ -1347,6 +1347,13 @@
|
|||
label="%DeleteRcConfigAction.label"
|
||||
menubarPath="project/org.eclipse.cdt.ui.prjmenu/gm1"
|
||||
/>
|
||||
<action
|
||||
class="org.eclipse.cdt.ui.actions.WorkingSetConfigAction"
|
||||
id="org.eclipse.cdt.ui.wsselection"
|
||||
label="%wsselection"
|
||||
menubarPath="project/org.eclipse.cdt.ui.prjmenu/gm3"
|
||||
style="push"
|
||||
/>
|
||||
</actionSet>
|
||||
<actionSet
|
||||
label="%CElementCreationActionSet.label"
|
||||
|
@ -1412,18 +1419,6 @@
|
|||
tooltip="%toggleMarkOccurrences.tooltip">
|
||||
</action>
|
||||
</actionSet>
|
||||
<actionSet
|
||||
id="org.eclipse.cdt.managedbuilder.ui.WorkSet"
|
||||
label="%wsselection"
|
||||
visible="true">
|
||||
<action
|
||||
class="org.eclipse.cdt.ui.actions.WorkingSetConfigAction"
|
||||
id="org.eclipse.cdt.ui.wsselection"
|
||||
label="%wsselection"
|
||||
menubarPath="project/org.eclipse.cdt.ui.prjmenu/gm3"
|
||||
style="push">
|
||||
</action>
|
||||
</actionSet>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.ide.projectNatureImages">
|
||||
|
|
Loading…
Add table
Reference in a new issue