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">
-