1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

Bug 324262: Remove command for 'Open Definition'.

This commit is contained in:
Markus Schorn 2010-09-02 07:08:18 +00:00
parent 1e7636523a
commit 97428465a4
2 changed files with 4 additions and 18 deletions

View file

@ -90,9 +90,6 @@ ActionDefinition.toggleComment.description= Comment/Uncomment the selected lines
ActionDefinition.opendecl.name= Open Declaration
ActionDefinition.opendecl.description= Open an editor on the selected element's declaration(s)
ActionDefinition.opendef.name= Open Definition
ActionDefinition.opendef.description= Open an editor on the selected element's definition
ActionDefinition.opencview.name= Show in C/C++ Project view
ActionDefinition.opencview.description= Show the selected resource in the C/C++ Project view
@ -586,4 +583,5 @@ ActionDefinition.selectNext.name = Select Next C/C++ Element
ActionDefinition.selectPrevious.description = Expand the selection to enclosing C/C++ element
ActionDefinition.selectPrevious.name = Select Previous C/C++ Element
ActionDefinition.selectLast.description = Restore last selection in C/C++ editor
ActionDefinition.selectLast.name = Restore Last C/C++ Selection
ActionDefinition.selectLast.name = Restore Last C/C++ Selection
overrideAnnotation.label = C/C++ Override indicators

View file

@ -1808,12 +1808,6 @@
contextId="org.eclipse.cdt.ui.cViewScope"
commandId="org.eclipse.cdt.ui.edit.open.include.browser"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
<!--removed, see bug 167162
<key
sequence="M1+F3"
contextId="org.eclipse.cdt.ui.cEditorScope"
commandId="org.eclipse.cdt.ui.edit.opendef"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/-->
<key
sequence="F3"
contextId="org.eclipse.cdt.ui.cEditorScope"
@ -2054,7 +2048,7 @@
<!-- MSVS Edit.GoToDefinition -->
<key
sequence="F12"
commandId="org.eclipse.cdt.ui.edit.opendef"
commandId="org.eclipse.cdt.ui.edit.opendecl"
contextId="org.eclipse.cdt.ui.cEditorScope"
schemeId="org.eclipse.cdt.ui.visualstudio"/>
@ -2263,12 +2257,6 @@
categoryId="org.eclipse.cdt.ui.category.source"
id="org.eclipse.cdt.ui.edit.text.c.indent">
</command>
<command
name="%ActionDefinition.opendef.name"
categoryId="org.eclipse.cdt.ui.category.source"
description="%ActionDefinition.opendef.description"
id="org.eclipse.cdt.ui.edit.opendef">
</command>
<command
name="%ActionDefinition.opendecl.name"
categoryId="org.eclipse.cdt.ui.category.source"
@ -2624,7 +2612,7 @@
</specification>
<specification
annotationType="org.eclipse.cdt.ui.overrideIndicator"
label="C/C++ Override indicators"
label="%overrideAnnotation.label"
annotationImageProvider ="org.eclipse.cdt.internal.ui.editor.OverrideIndicatorImageProvider"
textPreferenceKey="overrideIndicator"
textPreferenceValue="false"