From 206694da401b96a190c98ad98c8e309f523ad6ae Mon Sep 17 00:00:00 2001 From: Hoda Amer Date: Thu, 5 Feb 2004 18:16:08 +0000 Subject: [PATCH] Content Assist Preference fix --- core/org.eclipse.cdt.ui/ChangeLog | 3 +++ .../ui/preferences/PreferencesMessages.properties | 9 +++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 5610c8147e8..485361bb845 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,6 @@ +2004-02-05 Hoda Amer + Small prefrence page fix + 2004-02-05 Alain Magloire From Chris Wiebe: 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 646204593c4..07d25cf4316 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 @@ -73,14 +73,15 @@ CEditorPreferencePage.ContentAssistPage.searchGroupTitle=Search scope for comple CEditorPreferencePage.ContentAssistPage.searchGroupCurrentFileOption=&Search current file and included files CEditorPreferencePage.ContentAssistPage.searchGroupCurrentProjectOption=Search current &project CEditorPreferencePage.ContentAssistPage.searchGroupCurrentProjectAndDependenciesOption=Search current project and &dependent projects -CEditorPreferencePage.ContentAssistPage.insertSingleProposalAutomatically=Insert single &proposals automatically +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.autoActivationGroupTitle=Auto activation: -CEditorPreferencePage.ContentAssistPage.autoActivationEnableDot=Enable . as trigger -CEditorPreferencePage.ContentAssistPage.autoActivationEnableArrow=Enable -> as trigger +CEditorPreferencePage.ContentAssistPage.autoActivationEnableDot=Enable "." as trigger +CEditorPreferencePage.ContentAssistPage.autoActivationEnableArrow=Enable "->" as trigger CEditorPreferencePage.ContentAssistPage.autoActivationDelay=dela&y (in milli seconds) CEditorPreferencePage.ContentAssistPage.completionProposalBackgroundColor=&Background for completion proposals: CEditorPreferencePage.ContentAssistPage.completionProposalForegroundColor=&Foreground for completion proposals: CEditorPreferencePage.ContentAssistPage.parameterBackgroundColor=Bac&kground for method parameters: -CEditorPreferencePage.ContentAssistPage.parameterForegroundColor=Fo®round for method parameters: \ No newline at end of file +CEditorPreferencePage.ContentAssistPage.parameterForegroundColor=Fo®round for method parameters: +CEditorPreferencePage.ContentAssistPage.autoActivationEnableDoubleColon=Enable "::" as trigger