mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-01 04:33:36 +02:00
Patch for Tanya Wolff:
Fix for 71033: English "Find Refs" in Workbench Key preferences.
This commit is contained in:
parent
1ed9b81a2c
commit
c7907f828b
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-29 Tanya Wolff
|
2004-07-29 Tanya Wolff
|
||||||
|
|
||||||
Part Fix for 69768: CDT wasn't displaying non-English templates.
|
Part Fix for 69768: CDT wasn't displaying non-English templates.
|
||||||
|
|
|
@ -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.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
|
||||||
|
|
|
@ -599,14 +599,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