mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-04 14:13:24 +02:00
Bug Fixing
This commit is contained in:
parent
61da74a2d0
commit
506fe19ef0
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue