From f072ce9223f834cae38a7b70d49e4e122735c4bf Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Thu, 24 Jan 2013 20:11:14 -0800 Subject: [PATCH] Bug 399036 - Add C/C++ Code Style category to preference export --- core/org.eclipse.cdt.ui/plugin.properties | 6 ++++-- core/org.eclipse.cdt.ui/plugin.xml | 24 ++++++++++++++++++++--- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 51c079b50e5..82a725516ba 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -629,9 +629,11 @@ LanguageSettingsProviderAssociationExtensionPoint=Language Settings Provider UI overrideAnnotation.label = C/C++ Override indicators transfer.EditorAppearance.name = C/C++ Editor Appearance -transfer.EditorAppearance.description = Preference related to how the editor presents the edited code to the user (including colors, fonts, hovers, foldings, etc...) +transfer.EditorAppearance.description = Preferences related to how the editor presents the edited code to the user (including colors, fonts, hovers, foldings, etc...) transfer.EditorBehavior.name = C/C++ Editor Behavior -transfer.EditorBehavior.description = Preference related to how the editor process the edited code (typing, save action, etc...) +transfer.EditorBehavior.description = Preferences related to how the editor deals with the edited code (typing, save action, etc...) +transfer.CodeStyle.name = C/C++ Code Style +transfer.CodeStyle.description = C/C++ > Code Style preferences # Refresh Exclusion Contributors RefreshExclusionContributor.name = Resources diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 7b23e99066c..e86fecfc6d4 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -4497,6 +4497,7 @@ @@ -4555,6 +4556,7 @@ @@ -4588,15 +4590,31 @@ - - + %transfer.EditorBehavior.description + + + + + + + + + + + + + %transfer.CodeStyle.description + +