--- a/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_code_styles.xml Thu Aug 12 09:17:41 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_code_styles.xml Thu Aug 12 09:55:33 2010 -0500
@@ -6,11 +6,12 @@
Intro text
</intro>
<item
- title="one">
+ title="Customize code styles">
<description>
- one
+ Use the <Preferences > C/C++ > Code Style</b> preference panel to select a code style profile to format source files.
</description>
- <command serialization="org.eclipse.ui.newWizard(newWizardId=org.eclipse.ui.wizards.new.project)" confirm="false">
- </command>
+ <command
+ required="false"
+ serialization="org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CodeFormatterPreferencePage)"/>
</item>
</cheatsheet>
--- a/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_editors.xml Thu Aug 12 09:17:41 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_editors.xml Thu Aug 12 09:55:33 2010 -0500
@@ -3,14 +3,17 @@
<cheatsheet
title="Customize Editors">
` <intro>
- Intro text
+ This is the intro text.
</intro>
- <item
- title="one">
- <description>
- one
- </description>
- <command serialization="org.eclipse.ui.newWizard(newWizardId=org.eclipse.ui.wizards.new.project)" confirm="false">
- </command>
- </item>
+ <item
+ href="/com.nokia.carbide.cpp.doc.user/html/tasks/custom/carb_custom_editors.htm"
+ skip="true"
+ title="Customize the C/C++ editor">
+ <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)"/>
+ </item>
</cheatsheet>
--- a/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_key_commands.xml Thu Aug 12 09:17:41 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_key_commands.xml Thu Aug 12 09:55:33 2010 -0500
@@ -2,15 +2,17 @@
<cheatsheet
title="Customize Key Commands">
-` <intro>
+` <intro
+ href="/com.nokia.carbide.cpp.doc.user/html/tasks/custom/carb_custom_keys.htm">
Intro text
</intro>
<item
- title="one">
+ title="Customize key bindings">
<description>
- one
+ Open the <b>Preferences > General > Keys</b> preference panel to change the key commands used in Carbide. Choose from a preset theme or modify the current one to better suit your requirements.
</description>
- <command serialization="org.eclipse.ui.newWizard(newWizardId=org.eclipse.ui.wizards.new.project)" confirm="false">
- </command>
+ <command
+ required="false"
+ serialization="org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.ui.preferencePages.Keys)"/>
</item>
</cheatsheet>
--- a/core/com.nokia.carbide.cpp.doc.user/plugin.xml Thu Aug 12 09:17:41 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/plugin.xml Thu Aug 12 09:55:33 2010 -0500
@@ -118,6 +118,20 @@
id="com.nokia.carbide.cpp.doc.user.cheatsheet1176819414"
name="Creating and debugging an application project">
</cheatsheet>
+ <cheatsheet
+ category="com.nokia.carbide.how_to.cheatsheets"
+ composite="false"
+ contentFile="$nl$/html/cheatsheets/how_to_customize_key_commands.xml"
+ id="com.nokia.carbide.cpp.doc.user.cheatsheet1607489319"
+ name="Customize Key Commands">
+ </cheatsheet>
+ <cheatsheet
+ category="com.nokia.carbide.how_to.cheatsheets"
+ composite="false"
+ contentFile="$nl$/html/cheatsheets/how_to_customize_editors.xml"
+ id="com.nokia.carbide.cpp.doc.user.cheatsheet1890988061"
+ name="Customize Editors">
+ </cheatsheet>
</extension>