diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index c50ecacbdc0..5aa9989d6c4 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,6 @@ +2004-06-11 Bogdan Gheorghe + Fix for Bug 66016: Moved search related items from work in progress to search page + 2004-06-10 Bogdan Gheorghe Fix for Bug 65132: moving folder onto itself deletes entire project diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index e1769ede15c..b4ef4679b25 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -150,6 +150,8 @@ HideHeaderFiles.description= Hides all Header files WorkInProgress.name=Work In Progress +CDTSearch.name=Search + CDTIndexerProperty.name=C/C++ Indexer CDTFileTypesProperty.name=C/C++ File Types diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 6e49f8d9edc..7e6b0ba4ef0 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -379,6 +379,11 @@ class="org.eclipse.cdt.internal.ui.preferences.CFileTypesPreferencePage" id="org.eclipse.cdt.ui.preferences.CFileTypesPreferences"> +