1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Fix for 239208: 'Open external location' entry missing in Problems View popup menu

This commit is contained in:
Anton Leherbauer 2008-07-10 11:13:29 +00:00
parent 43f7fdc68d
commit 7c3c465132

View file

@ -981,19 +981,7 @@
</action>
</viewerContribution>
<objectContribution
objectClass="org.eclipse.core.resources.IMarker"
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
adaptable="true"
id="org.eclipse.cdt.ui.action.openExternalProblem"
objectClass="org.eclipse.core.resources.IMarker">
<action