From 66e00e89c1469c97ad0132902e0bba23d56ca3f4 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 20 Nov 2002 22:10:16 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.ui/ChangeLog | 9 +++++++++ core/org.eclipse.cdt.ui/plugin.properties | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 9310d3cefa8..0b7ed39723b 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,12 @@ +2002-11-20 Alain Magloire + + Move the Index property page in the C/C++ project category. + * src/.../internal/ui/preferences/CIndexerManager.java: Removed. + * src/.../internal/ui/preferences/CProjectPropertyPage.java (indexerBlock): + Add the indexer block to the CProjectPropertyPage tab. + * src/.../ui/wizard/IndexerBlock.java: New file implementing + the indexer TabItem. + 2002-11-20 David Inglis * src/.../internal/ui/cview/CView.java Added support for label decorators diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 8a862cf8d69..662abac835b 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -47,7 +47,6 @@ CPluginPreferencePage.name=C/C++ CPluginEditorPreferencePage.name=C/C++ Editor CPluginTemplatePreferencePage.name=Code Templates CProjectPropertyPage.name=C/C++ Project -CIndexerPropertyPage.name=C/C++ Indexer CLaunchingPropertyPage.executionArguments.name=C Execution Arguments CApplicationLauncher.label=Executable CApplicationLauncher.description=Launch a local command