revised new how to cheat sheets
authorfturovic <frank.turovich@nokia.com>
Thu, 12 Aug 2010 09:55:33 -0500
changeset 1815 32e6452eb8d3
parent 1814 837f2f0d0b21
child 1816 2a6a8cc0b9a1
revised new how to cheat sheets
core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_code_styles.xml
core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_editors.xml
core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_key_commands.xml
core/com.nokia.carbide.cpp.doc.user/plugin.xml
--- 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 &lt;Preferences &gt; C/C++ &gt; 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 &gt; General &gt; 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 &gt; General &gt; 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>