mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42: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
|
||||
targetID="#CEditorRulerContext"
|
||||
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
|
||||
label="%BreakpointProperties.label"
|
||||
helpContextId="breakpoint_properties_action_context"
|
||||
|
@ -1201,6 +1194,8 @@
|
|||
|
||||
</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" />
|
||||
<not>
|
||||
<test property="org.eclipse.cdt.debug.ui.createBreakpointAdapt" value="org.eclipse.cdt.debug.core.model.ICTracepoint"/>
|
||||
|
@ -1759,6 +1754,18 @@
|
|||
</visibleWhen>
|
||||
</command>
|
||||
</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
|
||||
point="org.eclipse.core.runtime.adapters">
|
||||
|
|
Loading…
Add table
Reference in a new issue