mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Bug 373040 - [breakpoints] Breakpoint Types submenu in editor ruler popup doesn't work.
This commit is contained in:
parent
7872ff527c
commit
5fc0587f6d
1 changed files with 14 additions and 7 deletions
|
@ -415,13 +415,6 @@
|
||||||
<viewerContribution
|
<viewerContribution
|
||||||
targetID="#CEditorRulerContext"
|
targetID="#CEditorRulerContext"
|
||||||
id="org.eclipse.cdt.debug.ui.CEditorRulerActions">
|
id="org.eclipse.cdt.debug.ui.CEditorRulerActions">
|
||||||
<action
|
|
||||||
label="%BreakpointTypes.label"
|
|
||||||
class="org.eclipse.debug.ui.actions.RulerBreakpointTypesActionDelegate"
|
|
||||||
id="org.eclipse.cdt.debug.ui.breakpointTypesAction"
|
|
||||||
menubarPath="debug"
|
|
||||||
style="pulldown">
|
|
||||||
</action>
|
|
||||||
<action
|
<action
|
||||||
label="%BreakpointProperties.label"
|
label="%BreakpointProperties.label"
|
||||||
helpContextId="breakpoint_properties_action_context"
|
helpContextId="breakpoint_properties_action_context"
|
||||||
|
@ -1201,6 +1194,8 @@
|
||||||
|
|
||||||
</and>
|
</and>
|
||||||
<and>
|
<and>
|
||||||
|
<instanceof value="org.eclipse.cdt.debug.internal.ui.breakpoints.CBreakpointContext">
|
||||||
|
</instanceof>
|
||||||
<test property="org.eclipse.cdt.debug.ui.createBreakpointAdapt" value="org.eclipse.cdt.debug.core.model.ICBreakpoint" />
|
<test property="org.eclipse.cdt.debug.ui.createBreakpointAdapt" value="org.eclipse.cdt.debug.core.model.ICBreakpoint" />
|
||||||
<not>
|
<not>
|
||||||
<test property="org.eclipse.cdt.debug.ui.createBreakpointAdapt" value="org.eclipse.cdt.debug.core.model.ICTracepoint"/>
|
<test property="org.eclipse.cdt.debug.ui.createBreakpointAdapt" value="org.eclipse.cdt.debug.core.model.ICTracepoint"/>
|
||||||
|
@ -1759,6 +1754,18 @@
|
||||||
</visibleWhen>
|
</visibleWhen>
|
||||||
</command>
|
</command>
|
||||||
</menuContribution>
|
</menuContribution>
|
||||||
|
<menuContribution
|
||||||
|
locationURI="popup:#CEditorRulerContext?after=debug">
|
||||||
|
<menu
|
||||||
|
id="breakpointTypes"
|
||||||
|
label="%BreakpointTypes.label">
|
||||||
|
<dynamic
|
||||||
|
id="org.eclipse.debug.ui.actions.BreakpointTypesContribution"
|
||||||
|
class="org.eclipse.debug.ui.actions.BreakpointTypesContribution">
|
||||||
|
</dynamic>
|
||||||
|
</menu>
|
||||||
|
</menuContribution>
|
||||||
|
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.core.runtime.adapters">
|
point="org.eclipse.core.runtime.adapters">
|
||||||
|
|
Loading…
Add table
Reference in a new issue