1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-30 11:43:33 +02:00

Patch for Tanya Wolff:

Fix for 71033: English "Find Refs" in Workbench Key preferences.
This commit is contained in:
Bogdan Gheorghe 2004-08-04 14:24:07 +00:00
parent 1ed9b81a2c
commit c7907f828b
3 changed files with 16 additions and 4 deletions

View file

@ -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-29 Tanya Wolff
Part Fix for 69768: CDT wasn't displaying non-English templates.

View file

@ -69,6 +69,12 @@ ActionDefinition.opendecl.description= Open an editor on the selected element's
ActionDefinition.opencview.name= Show in 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
CPluginPreferencePage.name=C/C++
CPluginEditorPreferencePage.name=Editor

View file

@ -599,14 +599,14 @@
id="org.eclipse.cdt.ui.edit.opencview">
</command>
<command
description="Find Declaration"
description="%ActionDefinition.finddecl.description"
category="org.eclipse.cdt.ui.category.source"
name="Find Declaration"
name="%ActionDefinition.finddecl.name"
id="org.eclipse.cdt.ui.search.finddecl"/>
<command
category="org.eclipse.cdt.ui.category.source"
description="Find Refs"
name="Find Refs"
description="%ActionDefinition.findrefs.description"
name="%ActionDefinition.findrefs.name"
id="org.eclipse.cdt.ui.search.findrefs"/>
<keyBinding
command="org.eclipse.cdt.ui.search.findrefs"