From b03158193f6f864fa56225e2f43cf014d42cbf06 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Mon, 14 Jul 2003 15:34:57 +0000 Subject: [PATCH] Patch for Bogdan Gheorge: - UI for C/C++ Search --- core/org.eclipse.cdt.ui/ChangeLog | 10 ++ core/org.eclipse.cdt.ui/plugin.properties | 10 +- core/org.eclipse.cdt.ui/plugin.xml | 105 ++++++++++++------ .../cdt/ui/CElementContentProvider.java | 1 - .../eclipse/cdt/ui/IWorkingCopyManager.java | 6 +- .../cdt/ui/wizards/ReferenceBlock.java | 11 +- .../eclipse/cdt/ui/wizards/TabFolderPage.java | 9 +- 7 files changed, 101 insertions(+), 51 deletions(-) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index ed0095a2d63..8ffdc563d09 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,13 @@ +2003-07-11 Bogdan Gheorghe + Added new C/C++ Search menu item. + + Added: + * src/org/eclipse/cdt/internal/ui/search/OpenCSearchPageAction.java + + Modified: + * plugin.properties + * plugin.xml + 2003-07-08 John Camelon Updated IScanner, clients & implementations to use IScannerInfo. diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 696721737ba..e98d67e8a7c 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -94,8 +94,9 @@ ToolName.archiver = Archiver ToolName.linker = Linker ToolName.command = Command Line -#C/C++ Search +# C/C++ Search CSearchPage.label= C/C++ Search +openCSearchPageAction.label= &C/C++... ElementNameSorter.label= &Name ElementNameSorter.tooltip= Sort the view by C Element Name ParentNameSorter.label= &Parent Name @@ -103,3 +104,10 @@ ParentNameSorter.tooltip= Sort the view by C Element Parent Name PathNameSorter.label= P&ath PathNameSorter.tooltip= Sort the view by Resource Path +# Action sets +CSearchActionSet.label= C/C++ Search +CSearchActionSet.description= Action set containing search related C/C++ actions + +# Menus +searchMenu.label= Se&arch + diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 5cd156a5904..ef4008fef7c 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -26,9 +26,9 @@ - - + + @@ -137,8 +137,8 @@ id="org.eclipse.cdt.ui.MakeView"> - + - - + category="org.eclipse.cdt.ui.preferences.CPluginPreferencePage" + class="org.eclipse.cdt.internal.ui.preferences.TodoTaskPreferencePage" + id="org.eclipse.cdt.ui.preferences.TodoTaskPreferencePage"> + @@ -346,13 +346,16 @@ value="org.eclipse.cdt.core.managedBuildNature"> - - - + + + + @@ -526,7 +529,6 @@ configuration="org.eclipse.ui.defaultAcceleratorConfiguration"> -