From b10e292cf92310a849a6b60716d7a6268859d68e Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Mon, 7 Mar 2005 21:35:35 +0000 Subject: [PATCH] 2005-03-07 Alain Magloire Part of plan item 79518: for PathEntry variable manager. Not enable. * plugin.xml * src/org/eclipse/cdt/internal/ui/preferences/PathEntryVariableDialog.java * src/org/eclipse/cdt/internal/ui/preferences/PathEntryVariablePreferencePage.java * src/org/eclipse/cdt/internal/ui/preferences/PathEntryVariableGroup.java * src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties --- core/org.eclipse.cdt.ui/ChangeLog | 2 +- core/org.eclipse.cdt.ui/plugin.properties | 3 + core/org.eclipse.cdt.ui/plugin.xml | 2 +- .../cdt/internal/ui/ICHelpContextIds.java | 4 +- .../preferences/PathEntryVariableDialog.java | 38 ++++++------- .../PathEntryVariablePreferencePage.java | 7 +-- .../preferences/PathEntryVariablesGroup.java | 10 ++-- .../PreferencesMessages.properties | 56 +++++++++++-------- 8 files changed, 68 insertions(+), 54 deletions(-) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 71182380584..0da7e055e0e 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,4 +1,4 @@ -2005-03-06 Alain Magloire +2005-03-07 Alain Magloire Part of plan item 79518: for PathEntry variable manager. Not enable. * plugin.xml diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 46156251fb3..fdedc7c2f21 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -286,6 +286,9 @@ problemHoverDescription= Shows the description of the selected problem. # appearancePrefName= Appearance +# PathEntry Variable Preference Name +pathEntryVariablesPrefName=PathEntry Variables + #--- folding foldingStructureProvidersExtensionPoint= Folding Structure Providers defaultFoldingStructureProviderName= Default C Folding diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 442c37139fd..d9faafff4b6 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -627,7 +627,7 @@ id="org.eclipse.cdt.ui.preferences.AppearancePreferencePage">