mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-07 18:43:32 +02:00
Fix for 239208: 'Open external location' entry missing in Problems View popup menu
This commit is contained in:
parent
43f7fdc68d
commit
7c3c465132
1 changed files with 1 additions and 13 deletions
|
@ -981,19 +981,7 @@
|
||||||
</action>
|
</action>
|
||||||
</viewerContribution>
|
</viewerContribution>
|
||||||
<objectContribution
|
<objectContribution
|
||||||
objectClass="org.eclipse.core.resources.IMarker"
|
adaptable="true"
|
||||||
id="org.eclipse.cdt.ui.action.DeleteIProblemMarkers">
|
|
||||||
<action
|
|
||||||
label="%DeleteIProblemMarkerAction.label"
|
|
||||||
icon="icons/ovr16/error_co.gif"
|
|
||||||
class="org.eclipse.cdt.internal.ui.util.DeleteIProblemMarkerAction"
|
|
||||||
menubarPath="additions"
|
|
||||||
id="org.eclipse.cdt.ui.action.DeleteIProblemMarkers"/>
|
|
||||||
<filter
|
|
||||||
value="org.eclipse.cdt.core.indexermarker"
|
|
||||||
name="type"/>
|
|
||||||
</objectContribution>
|
|
||||||
<objectContribution
|
|
||||||
id="org.eclipse.cdt.ui.action.openExternalProblem"
|
id="org.eclipse.cdt.ui.action.openExternalProblem"
|
||||||
objectClass="org.eclipse.core.resources.IMarker">
|
objectClass="org.eclipse.core.resources.IMarker">
|
||||||
<action
|
<action
|
||||||
|
|
Loading…
Add table
Reference in a new issue