mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Patch for Tanya Wolff:
Fix for 71033: English "Find Refs" in Workbench Key preferences.
This commit is contained in:
parent
d4261f7fc8
commit
16d71675fa
3 changed files with 16 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2004-08-03 Tanya Wolff
|
||||||
|
|
||||||
|
Fix for 71033: English "Find Refs" in Workbench Key preferences.
|
||||||
|
*plugin.properties
|
||||||
|
*plugin.xml
|
||||||
|
|
||||||
2004-07-30 Alain Magloire
|
2004-07-30 Alain Magloire
|
||||||
|
|
||||||
Implementation of "Add Include" add the using directive.
|
Implementation of "Add Include" add the using directive.
|
||||||
|
|
|
@ -78,6 +78,12 @@ ActionDefinition.opendecl.description= Open an editor on the selected element's
|
||||||
ActionDefinition.opencview.name= Show in C/C++ Project view
|
ActionDefinition.opencview.name= Show in C/C++ Project view
|
||||||
ActionDefinition.opencview.description= Show the selected resource in the C/C++ Project view
|
ActionDefinition.opencview.description= Show the selected resource in the C/C++ Project view
|
||||||
|
|
||||||
|
ActionDefinition.finddecl.name= Find Declaration
|
||||||
|
ActionDefinition.finddecl.description= Find Declaration
|
||||||
|
|
||||||
|
ActionDefinition.findrefs.name= Find References
|
||||||
|
ActionDefinition.findrefs.description= Find References
|
||||||
|
|
||||||
CEditor.name=C/C++ Editor
|
CEditor.name=C/C++ Editor
|
||||||
CPluginPreferencePage.name=C/C++
|
CPluginPreferencePage.name=C/C++
|
||||||
CPluginEditorPreferencePage.name=Editor
|
CPluginEditorPreferencePage.name=Editor
|
||||||
|
|
|
@ -624,14 +624,14 @@
|
||||||
id="org.eclipse.cdt.ui.edit.opencview">
|
id="org.eclipse.cdt.ui.edit.opencview">
|
||||||
</command>
|
</command>
|
||||||
<command
|
<command
|
||||||
description="Find Declaration"
|
description="%ActionDefinition.finddecl.description"
|
||||||
category="org.eclipse.cdt.ui.category.source"
|
category="org.eclipse.cdt.ui.category.source"
|
||||||
name="Find Declaration"
|
name="%ActionDefinition.finddecl.name"
|
||||||
id="org.eclipse.cdt.ui.search.finddecl"/>
|
id="org.eclipse.cdt.ui.search.finddecl"/>
|
||||||
<command
|
<command
|
||||||
category="org.eclipse.cdt.ui.category.source"
|
category="org.eclipse.cdt.ui.category.source"
|
||||||
description="Find Refs"
|
description="%ActionDefinition.findrefs.description"
|
||||||
name="Find Refs"
|
name="%ActionDefinition.findrefs.name"
|
||||||
id="org.eclipse.cdt.ui.search.findrefs"/>
|
id="org.eclipse.cdt.ui.search.findrefs"/>
|
||||||
<keyBinding
|
<keyBinding
|
||||||
command="org.eclipse.cdt.ui.search.findrefs"
|
command="org.eclipse.cdt.ui.search.findrefs"
|
||||||
|
|
Loading…
Add table
Reference in a new issue