mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
no kbd-shortcut for open element in debug perspective, bug 235920.
This commit is contained in:
parent
677ff3aff6
commit
4b6912f7b5
1 changed files with 9 additions and 5 deletions
|
@ -2064,6 +2064,14 @@
|
||||||
<part id="org.eclipse.cdt.ui.editor.CEditor"/>
|
<part id="org.eclipse.cdt.ui.editor.CEditor"/>
|
||||||
<part id="org.eclipse.cdt.ui.CView"/>
|
<part id="org.eclipse.cdt.ui.CView"/>
|
||||||
</actionSetPartAssociation>
|
</actionSetPartAssociation>
|
||||||
|
<actionSetPartAssociation
|
||||||
|
targetID="org.eclipse.cdt.ui.OpenActionSet">
|
||||||
|
<part id="org.eclipse.cdt.ui.editor.CEditor"/>
|
||||||
|
</actionSetPartAssociation>
|
||||||
|
<actionSetPartAssociation
|
||||||
|
targetID="org.eclipse.cdt.ui.NavigationActionSet">
|
||||||
|
<part id="org.eclipse.cdt.ui.editor.CEditor"/>
|
||||||
|
</actionSetPartAssociation>
|
||||||
<actionSetPartAssociation
|
<actionSetPartAssociation
|
||||||
targetID="org.eclipse.ui.edit.text.actionSet.annotationNavigation">
|
targetID="org.eclipse.ui.edit.text.actionSet.annotationNavigation">
|
||||||
<part id="org.eclipse.cdt.ui.editor.CEditor"/>
|
<part id="org.eclipse.cdt.ui.editor.CEditor"/>
|
||||||
|
@ -2072,10 +2080,6 @@
|
||||||
targetID="org.eclipse.cdt.ui.text.c.actionSet.presentation">
|
targetID="org.eclipse.cdt.ui.text.c.actionSet.presentation">
|
||||||
<part id="org.eclipse.cdt.ui.editor.CEditor"/>
|
<part id="org.eclipse.cdt.ui.editor.CEditor"/>
|
||||||
</actionSetPartAssociation>
|
</actionSetPartAssociation>
|
||||||
<actionSetPartAssociation
|
|
||||||
targetID="org.eclipse.cdt.ui.OpenActionSet">
|
|
||||||
<part id="org.eclipse.cdt.ui.editor.CEditor"/>
|
|
||||||
</actionSetPartAssociation>
|
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.cdt.ui.BinaryParserPage">
|
point="org.eclipse.cdt.ui.BinaryParserPage">
|
||||||
|
|
Loading…
Add table
Reference in a new issue