mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 250422 - preference keywords (follow up)
This commit is contained in:
parent
57b692cf9d
commit
78bcda1074
2 changed files with 2 additions and 1 deletions
|
@ -514,7 +514,7 @@ preferenceKeywords.codetemplates=comment code constructor method file type conte
|
|||
preferenceKeywords.todo=case sensitive task tag todo xxx fix fixme project comments
|
||||
preferenceKeywords.indexer=index skip references type macro search build configuration cache memory performance
|
||||
|
||||
preferenceKeywords.ceditor=editor quick assist appearance navigation colors smart caret positioning highlight matching bracket inactive code foreground background save trailing whitespace newline doxygen
|
||||
preferenceKeywords.ceditor=editor appearance navigation colors smart caret positioning highlight matching bracket inactive code foreground background save trailing whitespace newline doxygen
|
||||
preferenceKeywords.contentassist=editor content code assist complete completion insert overwrite single proposal common prefix automatically auto activation trigger category categories separate specific word hippie template
|
||||
preferenceKeywords.scalability=editor mode large file lines disable performance
|
||||
preferenceKeywords.hover=editor hover annotation key modifier combined variable problem string source documentation
|
||||
|
|
|
@ -673,6 +673,7 @@
|
|||
category="org.eclipse.cdt.ui.preferences.CPluginPreferencePage"
|
||||
class="org.eclipse.cdt.internal.ui.preferences.CEditorPreferencePage"
|
||||
id="org.eclipse.cdt.ui.preferences.CEditorPreferencePage">
|
||||
<keywordReference id="org.eclipse.cdt.ui.ceditor"/>
|
||||
<keywordReference id="org.eclipse.cdt.ui.common"/>
|
||||
</page>
|
||||
<page
|
||||
|
|
Loading…
Add table
Reference in a new issue