mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-21 16:05:25 +02:00
Bug 242355 - Action "Open Disassembly" is enabled when it should not
This commit is contained in:
parent
475e923db6
commit
8e70b3930f
1 changed files with 5 additions and 3 deletions
|
@ -97,7 +97,7 @@
|
||||||
relationship="stack">
|
relationship="stack">
|
||||||
</view>
|
</view>
|
||||||
<viewShortcut
|
<viewShortcut
|
||||||
id="org.eclipse.cdt.debug.internal.ui.views.executables.ExecutablesView">
|
id="org.eclipse.cdt.debug.ui.executablesView">
|
||||||
</viewShortcut>
|
</viewShortcut>
|
||||||
<actionSet
|
<actionSet
|
||||||
id="org.eclipse.cdt.debug.ui.debugActionSet">
|
id="org.eclipse.cdt.debug.ui.debugActionSet">
|
||||||
|
@ -1483,7 +1483,7 @@
|
||||||
icon="icons/obj16/mapentry_obj.gif"
|
icon="icons/obj16/mapentry_obj.gif"
|
||||||
id="org.eclipse.cdt.debug.ui.sourceContainerPresentation.mapEntry"/>
|
id="org.eclipse.cdt.debug.ui.sourceContainerPresentation.mapEntry"/>
|
||||||
<sourceContainerPresentation
|
<sourceContainerPresentation
|
||||||
browserClass="org.eclipse.cdt.debug.internal.ui.sourcelookup.AbsolutePathSourceContainerBrowser "
|
browserClass="org.eclipse.cdt.debug.internal.ui.sourcelookup.AbsolutePathSourceContainerBrowser"
|
||||||
containerTypeID="org.eclipse.cdt.debug.core.containerType.absolutePath"
|
containerTypeID="org.eclipse.cdt.debug.core.containerType.absolutePath"
|
||||||
icon="icons/obj16/abspath_obj.gif"
|
icon="icons/obj16/abspath_obj.gif"
|
||||||
id="org.eclipse.cdt.debug.ui.sourceContainerPresentation.absolutePath"/>
|
id="org.eclipse.cdt.debug.ui.sourceContainerPresentation.absolutePath"/>
|
||||||
|
@ -1678,7 +1678,9 @@
|
||||||
tooltip="%OpenDisassembly.tooltip">
|
tooltip="%OpenDisassembly.tooltip">
|
||||||
<visibleWhen
|
<visibleWhen
|
||||||
checkEnabled="false">
|
checkEnabled="false">
|
||||||
<iterate>
|
<iterate
|
||||||
|
ifEmpty="false"
|
||||||
|
operator="or">
|
||||||
<adapt
|
<adapt
|
||||||
type="org.eclipse.cdt.debug.core.disassembly.IDisassemblyContextProvider">
|
type="org.eclipse.cdt.debug.core.disassembly.IDisassemblyContextProvider">
|
||||||
</adapt>
|
</adapt>
|
||||||
|
|
Loading…
Add table
Reference in a new issue