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:
parent
43f7fdc68d
commit
7c3c465132
1 changed files with 1 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue