mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 12:25:35 +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
|
||||
CPluginFileTypesPreferencePage.name=File Types
|
||||
CodeFormatterPreferencePage.name=Code Formatter
|
||||
CodeAssistPreferencePage.name=Code Assist
|
||||
CodeAssistPreferencePage.name=Content Assist
|
||||
|
||||
todoPageName=C/C++ Task Tags
|
||||
todoTaskPrefName=Task Tags
|
||||
|
@ -316,7 +316,7 @@ c.contextType.name = C
|
|||
|
||||
# completion
|
||||
|
||||
completionContributors=Code Assist Completion Contributor
|
||||
completionContributors=Content Assist Completion Contributor
|
||||
|
||||
# Indexer Preference Name
|
||||
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 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>
|
||||
</annotation>
|
||||
|
||||
|
|
|
@ -70,8 +70,8 @@ CEditorPreferencePage.contentAssistTabTitle=Content A&ssist
|
|||
CEditorPreferencePage.invalid_input=Invalid input.
|
||||
CEditorPreferencePage.empty_input=Empty input
|
||||
|
||||
CodeAssistPreferencePage.name=Code Assist
|
||||
CodeAssistPreferencePage.description=Code Assist
|
||||
CodeAssistPreferencePage.name=Content Assist
|
||||
CodeAssistPreferencePage.description=Content Assist
|
||||
CEditorPreferencePage.ContentAssistPage.searchGroupTitle=Search scope for completion proposals:
|
||||
CEditorPreferencePage.ContentAssistPage.searchGroupCurrentFileOption=S&earch current file and included files
|
||||
CEditorPreferencePage.ContentAssistPage.searchGroupCurrentProjectOption=Search current &project
|
||||
|
|
Loading…
Add table
Reference in a new issue