View | Details | Raw Unified | Return to bug 71033
Collapse All | Expand All

(-)ChangeLog (+6 lines)
Lines 1-3 Link Here
1
2004-08-03 Tanya Wolff
2
3
	Fix for 71033: English "Find Refs" in Workbench Key preferences.
4
	*plugin.properties
5
	*plugin.xml
6
	
1
2004-07-30 Alain Magloire
7
2004-07-30 Alain Magloire
2
8
3
	Implementation of "Add Include" add the using directive.
9
	Implementation of "Add Include" add the using directive.
(-)plugin.properties (+6 lines)
Lines 78-83 Link Here
78
ActionDefinition.opencview.name= Show in C/C++ Project view
78
ActionDefinition.opencview.name= Show in C/C++ Project view
79
ActionDefinition.opencview.description= Show the selected resource in the C/C++ Project view
79
ActionDefinition.opencview.description= Show the selected resource in the C/C++ Project view
80
80
81
ActionDefinition.finddecl.name= Find Declaration
82
ActionDefinition.finddecl.description= Find Declaration
83
84
ActionDefinition.findrefs.name= Find References
85
ActionDefinition.findrefs.description= Find References
86
81
CEditor.name=C/C++ Editor
87
CEditor.name=C/C++ Editor
82
CPluginPreferencePage.name=C/C++
88
CPluginPreferencePage.name=C/C++
83
CPluginEditorPreferencePage.name=Editor
89
CPluginEditorPreferencePage.name=Editor
(-)plugin.xml (-4 / +4 lines)
Lines 624-637 Link Here
624
            id="org.eclipse.cdt.ui.edit.opencview">
624
            id="org.eclipse.cdt.ui.edit.opencview">
625
      </command>
625
      </command>
626
      <command
626
      <command
627
            description="Find Declaration"
627
            description="%ActionDefinition.finddecl.description"
628
            category="org.eclipse.cdt.ui.category.source"
628
            category="org.eclipse.cdt.ui.category.source"
629
            name="Find Declaration"
629
            name="%ActionDefinition.finddecl.name"
630
            id="org.eclipse.cdt.ui.search.finddecl"/>
630
            id="org.eclipse.cdt.ui.search.finddecl"/>
631
      <command
631
      <command
632
            category="org.eclipse.cdt.ui.category.source"
632
            category="org.eclipse.cdt.ui.category.source"
633
            description="Find Refs"
633
            description="%ActionDefinition.findrefs.description"
634
            name="Find Refs"
634
            name="%ActionDefinition.findrefs.name"
635
            id="org.eclipse.cdt.ui.search.findrefs"/>
635
            id="org.eclipse.cdt.ui.search.findrefs"/>
636
      <keyBinding
636
      <keyBinding
637
            command="org.eclipse.cdt.ui.search.findrefs"
637
            command="org.eclipse.cdt.ui.search.findrefs"

Return to bug 71033