mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 12:55:40 +02:00
Changed label 'Code Assist' to 'Content Assist', bug 85064
This commit is contained in:
parent
e081e89bd0
commit
68c96e4c2b
3 changed files with 5 additions and 5 deletions
|
@ -121,7 +121,7 @@ CPluginTemplatePreferencePage.name=Templates
|
||||||
CPluginBuildConsolePreferencePage.name=Build Console
|
CPluginBuildConsolePreferencePage.name=Build Console
|
||||||
CPluginFileTypesPreferencePage.name=File Types
|
CPluginFileTypesPreferencePage.name=File Types
|
||||||
CodeFormatterPreferencePage.name=Code Formatter
|
CodeFormatterPreferencePage.name=Code Formatter
|
||||||
CodeAssistPreferencePage.name=Code Assist
|
CodeAssistPreferencePage.name=Content Assist
|
||||||
|
|
||||||
todoPageName=C/C++ Task Tags
|
todoPageName=C/C++ Task Tags
|
||||||
todoTaskPrefName=Task Tags
|
todoTaskPrefName=Task Tags
|
||||||
|
@ -316,7 +316,7 @@ c.contextType.name = C
|
||||||
|
|
||||||
# completion
|
# completion
|
||||||
|
|
||||||
completionContributors=Code Assist Completion Contributor
|
completionContributors=Content Assist Completion Contributor
|
||||||
|
|
||||||
# Indexer Preference Name
|
# Indexer Preference Name
|
||||||
indexerPrefName=Indexer
|
indexerPrefName=Indexer
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
The notion of what is "optimal" may vary from one application to another. This extension point allows the contribution of completion filters which best suit the needs of the user in any given situation.
|
The notion of what is "optimal" may vary from one application to another. This extension point allows the contribution of completion filters which best suit the needs of the user in any given situation.
|
||||||
|
|
||||||
The decision about which filter will actually be used remains with the user who can select his preference from a list of all contributed filters (menu Window - Preferences - C/C++ - Editor - Code Assist).
|
The decision about which filter will actually be used remains with the user who can select his preference from a list of all contributed filters (menu Window - Preferences - C/C++ - Editor - Content Assist).
|
||||||
</documentation>
|
</documentation>
|
||||||
</annotation>
|
</annotation>
|
||||||
|
|
||||||
|
|
|
@ -70,8 +70,8 @@ CEditorPreferencePage.contentAssistTabTitle=Content A&ssist
|
||||||
CEditorPreferencePage.invalid_input=Invalid input.
|
CEditorPreferencePage.invalid_input=Invalid input.
|
||||||
CEditorPreferencePage.empty_input=Empty input
|
CEditorPreferencePage.empty_input=Empty input
|
||||||
|
|
||||||
CodeAssistPreferencePage.name=Code Assist
|
CodeAssistPreferencePage.name=Content Assist
|
||||||
CodeAssistPreferencePage.description=Code Assist
|
CodeAssistPreferencePage.description=Content Assist
|
||||||
CEditorPreferencePage.ContentAssistPage.searchGroupTitle=Search scope for completion proposals:
|
CEditorPreferencePage.ContentAssistPage.searchGroupTitle=Search scope for completion proposals:
|
||||||
CEditorPreferencePage.ContentAssistPage.searchGroupCurrentFileOption=S&earch current file and included files
|
CEditorPreferencePage.ContentAssistPage.searchGroupCurrentFileOption=S&earch current file and included files
|
||||||
CEditorPreferencePage.ContentAssistPage.searchGroupCurrentProjectOption=Search current &project
|
CEditorPreferencePage.ContentAssistPage.searchGroupCurrentProjectOption=Search current &project
|
||||||
|
|
Loading…
Add table
Reference in a new issue