From 57b692cf9df26611a7dcc5b1753e09a4d5ab890a Mon Sep 17 00:00:00 2001 From: Anton Leherbauer Date: Thu, 20 Nov 2008 11:27:44 +0000 Subject: [PATCH] Bug 250422 - preference keywords --- core/org.eclipse.cdt.ui/plugin.properties | 17 ++++ core/org.eclipse.cdt.ui/plugin.xml | 107 ++++++++++++++++++++-- 2 files changed, 115 insertions(+), 9 deletions(-) diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 6cee9a42112..a322f3b2b13 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -506,3 +506,20 @@ cElementHyperlinkDetector= C/C++ Elements keybinding.MSVS= Microsoft Visual Studio wsselection= Configs for Working set + +# Keywords for Preferences +preferenceKeywords.common=c cpp cplusplus cdt +preferenceKeywords.codestyle=profile codestyle project specific comment indentation brace white space blank line new control statement wrapping tab parenthesis bracket +preferenceKeywords.codetemplates=comment code constructor method file type content +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.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 +preferenceKeywords.syntaxcoloring=editor colors semantic coloring highlighting multi line single line comment task tag class struct union function method static field constant keywords local variable operators brackets strings type variable inherited method declaration +preferenceKeywords.templates=editor templates snippet macros +preferenceKeywords.folding=editor folding section comment header function method statement preprocessor +preferenceKeywords.markoccurrences=editor occurrence mark highlight +preferenceKeywords.smarttyping=editor typing type close comment tabs indentation indent imports wrap escape semicolons braces brackets parenthesis parentheses strings literals paste pasting tabulator automatically diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index d94ecf6ca71..4bca9b64c36 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -666,107 +666,147 @@ name="%CPluginPreferencePage.name" class="org.eclipse.cdt.internal.ui.preferences.CPluginPreferencePage" id="org.eclipse.cdt.ui.preferences.CPluginPreferencePage"> + + + + + + + id="org.eclipse.cdt.ui.preferences.CodeColoringPreferencePage"> + + + + id="org.eclipse.cdt.ui.preferences.FoldingPreferencePage"> + + + + id="org.eclipse.cdt.ui.preferences.HoverPreferencePage"> + + + + + + + + + + + + + name="%indexerPrefName"> + + + + + name="%todoTaskPrefName"> + + + + id="org.eclipse.cdt.ui.preferences.CodeTemplatePreferencePage"> + + + + id="org.eclipse.cdt.ui.preferences.MarkOccurrencesPreferencePage"> + + + + id="org.eclipse.cdt.ui.preferences.CScalabilityPreferences"> + + +