Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Prigogin2013-08-05 19:34:03 +0000
committerSergey Prigogin2013-08-05 19:34:03 +0000
commit1bc312c51729b713a9665f09f016b868bd37141c (patch)
tree3afe32591e9dd6fac44e47ef4360427bed0bff8a /core/org.eclipse.cdt.ui/plugin.xml
parent44dab709d9eeaa5fd97204b64e1cc7adffdd97dc (diff)
downloadorg.eclipse.cdt-1bc312c51729b713a9665f09f016b868bd37141c.tar.gz
org.eclipse.cdt-1bc312c51729b713a9665f09f016b868bd37141c.tar.xz
org.eclipse.cdt-1bc312c51729b713a9665f09f016b868bd37141c.zip
Bug 45203. Added organizeIncludes.* preferences to C/C++ Code Style
preference export.
Diffstat (limited to 'core/org.eclipse.cdt.ui/plugin.xml')
-rw-r--r--core/org.eclipse.cdt.ui/plugin.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml
index 1c8c0b60ba4..59fb20ab78a 100644
--- a/core/org.eclipse.cdt.ui/plugin.xml
+++ b/core/org.eclipse.cdt.ui/plugin.xml
@@ -4836,15 +4836,16 @@
name="%transfer.CodeStyle.name">
<mapping scope="instance">
<entry node="org.eclipse.cdt.ui">
+ <key name="class_member_ascending_visibility_order"/>
<key name="codetemplates." match="prefix"/>
- <key name="nameStyle." match="prefix"/>
- <key name="includeStyle." match="prefix"/>
- <key name="forwardDeclare." match="prefix"/>
<key name="includes.partnerFileSuffixes"/>
+ <key name="includeStyle." match="prefix"/>
<key name="formatter_profile"/>
- <key name="class_member_ascending_visibility_order"/>
+ <key name="forwardDeclare." match="prefix"/>
<key name="function_output_parameters_before_input"/>
<key name="function_pass_output_parameters_by_pointer"/>
+ <key name="nameStyle." match="prefix"/>
+ <key name="organizeIncludes." match="prefix"/>
</entry>
</mapping>
<description>

Back to the top