core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_code_styles.xml
author fturovic <frank.turovich@nokia.com>
Mon, 16 Aug 2010 13:23:01 -0500
changeset 1834 cd7a67219042
parent 1827 c4dfc9fb8522
child 1852 7c276283c49e
permissions -rw-r--r--
spelling fixed and tcf page added
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1797
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     2
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     3
<cheatsheet
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     4
      title="Customize Code Styles">
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     5
`	<intro>
1834
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents: 1827
diff changeset
     6
		<description>
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents: 1827
diff changeset
     7
			To control the automatic formatting of your source code, use the Code Style preference panel.
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents: 1827
diff changeset
     8
		</description>
1797
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     9
	</intro>
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    10
	<item
1815
32e6452eb8d3 revised new how to cheat sheets
fturovic <frank.turovich@nokia.com>
parents: 1797
diff changeset
    11
       title="Customize code styles">
1797
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    12
		<description>
1827
c4dfc9fb8522 revised new cheatsheets contents
fturovic <frank.turovich@nokia.com>
parents: 1815
diff changeset
    13
			Use the <b>Preferences &gt; C/C++ &gt; Code Style</b> preference panel to select a code style profile to format source files.
1797
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    14
		</description>
1815
32e6452eb8d3 revised new how to cheat sheets
fturovic <frank.turovich@nokia.com>
parents: 1797
diff changeset
    15
  <command
32e6452eb8d3 revised new how to cheat sheets
fturovic <frank.turovich@nokia.com>
parents: 1797
diff changeset
    16
        required="false"
32e6452eb8d3 revised new how to cheat sheets
fturovic <frank.turovich@nokia.com>
parents: 1797
diff changeset
    17
        serialization="org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CodeFormatterPreferencePage)"/>
1797
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    18
	</item>
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    19
</cheatsheet>