From 506fe19ef0f8b219164d00fd9d99753b7f72baa4 Mon Sep 17 00:00:00 2001 From: Hoda Amer Date: Tue, 8 Jun 2004 18:46:25 +0000 Subject: [PATCH] Bug Fixing --- core/org.eclipse.cdt.ui/ChangeLog | 2 ++ .../internal/ui/preferences/PreferencesMessages.properties | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 1ac4e4d694a..d71160e97ac 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -2,6 +2,8 @@ Fix for bug 51482, 61039 * src/org/eclipse/cdt/internal/ui/preferences/TemplatePreferencePage.java * src/org/eclipse/cdt/internal/ui/preferences/ColorEditor.java + Fix for bug 44552 + Patch from Dave applied. 2004-06-08 Hoda Amer Fixes for bugs 62780, 62783, 62784 diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties index e34fbf1ee2b..4ba0d641d6e 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties @@ -76,11 +76,11 @@ CEditorPreferencePage.ContentAssistPage.searchGroupCurrentProjectAndDependencies CEditorPreferencePage.ContentAssistPage.insertSingleProposalAutomatically=&Insert single proposals automatically CEditorPreferencePage.ContentAssistPage.showOnlyProposalsWithCorrectVisibility=Show only proposals visible in the invocation conte&xt CEditorPreferencePage.ContentAssistPage.showProposalsInAlphabeticalOrder=Present proposals in a&lphabetical order -CEditorPreferencePage.ContentAssistPage.timeoutDelay=Content Assist parsing &timeout (in milli seconds) +CEditorPreferencePage.ContentAssistPage.timeoutDelay=Content Assist parsing &timeout (ms) CEditorPreferencePage.ContentAssistPage.autoActivationGroupTitle=Auto activation: CEditorPreferencePage.ContentAssistPage.autoActivationEnableDot=Enable "." as trigger CEditorPreferencePage.ContentAssistPage.autoActivationEnableArrow=Enable "->" as trigger -CEditorPreferencePage.ContentAssistPage.autoActivationDelay=dela&y (in milli seconds) +CEditorPreferencePage.ContentAssistPage.autoActivationDelay=dela&y (ms) CEditorPreferencePage.ContentAssistPage.completionProposalBackgroundColor=&Background for completion proposals: CEditorPreferencePage.ContentAssistPage.completionProposalForegroundColor=&Foreground for completion proposals: CEditorPreferencePage.ContentAssistPage.parameterBackgroundColor=Bac&kground for method parameters: