--- a/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_cmd_group.xml Wed Aug 18 09:41:40 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_cmd_group.xml Wed Aug 18 11:16:55 2010 -0500
@@ -2,15 +2,44 @@
<cheatsheet
title="Customize Command Groups">
-` <intro>
+` <intro
+ href="/com.nokia.carbide.cpp.doc.user/html/tasks/custom/carb_custom_menus.htm">
<description>
- To control which commands appear on toolbars and menus, use the Customize Perspective dialog.
+ To control which commands appear on toolbars and menus, use the <b>Customize Perspective</b> dialog.
</description>
</intro>
<item
title="Open the Customize Perspective dialog">
+
<description>
- The Customize Perspective provides management of the command groups and the items that appear on the toolbar and menus within each group.
+ The <b>Customize Perspective</b> provides management of the command groups and the items that appear on the toolbar and menus within each group.
</description>
+ <command
+ required="false"
+ serialization="org.eclipse.ui.window.customizePerspective"/>
</item>
+ <item
+ title="Select visible command groups">
+ <description>
+ <b>Body</b>
+ </description>
+ </item>
+ <item
+ title="Set visible menu options">
+ <description>
+ <b>Body</b>
+ </description>
+ </item>
+ <item
+ title="Set visible toolbar options">
+ <description>
+ <b>Body</b>
+ </description>
+ </item>
+ <item
+ title="Set command shortcuts">
+ <description>
+ <b>Body</b>
+ </description>
+ </item>
</cheatsheet>
--- a/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_code_styles.xml Wed Aug 18 09:41:40 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_code_styles.xml Wed Aug 18 11:16:55 2010 -0500
@@ -4,7 +4,7 @@
title="Customize Code Styles">
` <intro>
<description>
- To control the automatic formatting of your source code, use the Code Style preference panel.
+ To control the automatic formatting of your source code, use the <b>Code Style</b> preference panel.
</description>
</intro>
<item
--- a/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_editors.xml Wed Aug 18 09:41:40 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_editors.xml Wed Aug 18 11:16:55 2010 -0500
@@ -14,8 +14,65 @@
<description>
Under the <b>Preferences > General > Editor</b> section are several preference panels that control many aspects of the C/C++ editor.
</description>
- <command
- required="false"
- serialization="org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.ui.preferencePages.Editors)"/>
+ <command
+ required="false"
+ serialization="org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CEditorPreferencePage)"/>
</item>
+ <item
+ title="Content Assist">
+ <description>
+ <b>Body</b>
+ </description>
+ <command
+ required="false"
+ serialization="org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CodeAssistPreferencePage)"/>
+ </item>
+ <item
+ title="Folding">
+ <description>
+ <b>Body</b>
+ </description>
+ </item>
+ <item
+ title="Hovering">
+ <description>
+ <b>Body</b>
+ </description>
+ </item>
+ <item
+ title="Mark Occurrences">
+ <description>
+ <b>Body</b>
+ </description>
+ </item>
+ <item
+ title="Save Actions">
+ <description>
+ <b>Body</b>
+ </description>
+ </item>
+ <item
+ title="Scalability">
+ <description>
+ <b>Body</b>
+ </description>
+ </item>
+ <item
+ title="Syntax Coloring">
+ <description>
+ <b>Body</b>
+ </description>
+ </item>
+ <item
+ title="Templates">
+ <description>
+ <b>Body</b>
+ </description>
+ </item>
+ <item
+ title="Typing">
+ <description>
+ <b>Body</b>
+ </description>
+ </item>
</cheatsheet>
--- a/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_export_settings.xml Wed Aug 18 09:41:40 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_export_settings.xml Wed Aug 18 11:16:55 2010 -0500
@@ -2,18 +2,33 @@
<cheatsheet
title="Share my Settings">
-` <intro>
+` <intro
+ href="/com.nokia.carbide.cpp.doc.user/html/tasks/custom/carb_export_setup.htm">
<description>
- Intro text
+ Use the <b>Export</b> menu option to export your customized settings. Once exported you can then import them to other workspaces or share with your team members so everyone uses the same settings.
</description>
</intro>
<item
- title="one">
+ title="Share your Custom Settings">
<description>
- one
+ Under the <b>File > Export</b> menu option to open the Export wizard and save your customized settings.
+
</description>
- <command serialization="org.eclipse.ui.newWizard(newWizardId=org.eclipse.ui.wizards.new.project)" confirm="false">
- </command>
+ <command
+ required="false"
+ serialization="org.eclipse.ui.file.export"/>
</item>
+ <item
+ title="Select settings to share">
+ <description>
+ Select the <b>General > Installed Feature Configuration</b> option and click <b>Next</b>.
+ </description>
+ </item>
+ <item
+ title="Select features to export">
+ <description>
+ In the <b>Export Installed Features Confguration</b> choose one or more installed features, then click <b>Finish</b>.
+ </description>
+ </item>
</cheatsheet>