diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties
index 71a9341e652..ad43e1f9bd7 100644
--- a/core/org.eclipse.cdt.ui/plugin.properties
+++ b/core/org.eclipse.cdt.ui/plugin.properties
@@ -592,4 +592,9 @@ ActionDefinition.selectPrevious.description = Expand the selection to enclosing
ActionDefinition.selectPrevious.name = Select Previous C/C++ Element
ActionDefinition.selectLast.description = Restore last selection in C/C++ editor
ActionDefinition.selectLast.name = Restore Last C/C++ Selection
-overrideAnnotation.label = C/C++ Override indicators
\ No newline at end of file
+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.EditorBehavior.name = C/C++ Editor Behavior
+transfer.EditorBehavior.description = Preference related to how the editor process the edited code (typing, save action, etc...)
diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml
index c30c108d493..8382e186c8d 100644
--- a/core/org.eclipse.cdt.ui/plugin.xml
+++ b/core/org.eclipse.cdt.ui/plugin.xml
@@ -3832,4 +3832,107 @@
label="%BuildConsole.name">
+