core/com.nokia.carbide.cpp.doc.user/plugin.xml
changeset 1920 b6a66d85e102
parent 1893 e29df1745269
child 1940 8193259c7a95
--- a/core/com.nokia.carbide.cpp.doc.user/plugin.xml	Mon Aug 30 16:39:11 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/plugin.xml	Mon Aug 30 16:44:20 2010 -0500
@@ -47,13 +47,6 @@
 		 <cheatsheet
            composite="false"
 		   category="com.nokia.carbide.how_to.cheatsheets"
-           contentFile="html/cheatsheets/how_to_find_n_add_extensions.xml"
-           id="com.nokia.carbide.cpp.doc.user.add_extensions"
-           name="Find and Add Extensions"/>
-
-		 <cheatsheet
-           composite="false"
-		   category="com.nokia.carbide.how_to.cheatsheets"
            contentFile="html/cheatsheets/how_to_customize_code_styles.xml"
            id="com.nokia.carbide.cpp.doc.user.customize_code_styles"
            name="Customize Code Styles"/>
@@ -86,6 +79,13 @@
            id="com.nokia.carbide.cpp.doc.user.customize_export_settings"
            name="Share my Settings..."/>
 
+		 <cheatsheet
+           composite="false"
+		   category="com.nokia.carbide.how_to.cheatsheets"
+           contentFile="html/cheatsheets/how_to_find_n_add_extensions.xml"
+           id="com.nokia.carbide.cpp.doc.user.add_extensions"
+           name="Find and Add Extensions"/>
+
    </extension>
 
    <extension
@@ -119,15 +119,31 @@
             id="com.nokia.carbide.cpp.doc.user.stop_mode"
             name="Stop Mode On-Device Debugging" />
 			
-          <cheatsheet
-            category="com.nokia.carbide.ide.cheatsheets"
-            composite="false"
-            contentFile="$nl$/html/cheatsheets/getStarted_cs.xml"
-            id="com.nokia.carbide.cpp.doc.user.cheatsheet1176819414"
-             name="Creating and debugging an application project" />
-
    </extension>
 
+   <extension
+         point="org.eclipse.ui.cheatsheets.cheatSheetContent">
+         
+         <!-- CREATE A PLATSIM CATEGORY -->
+		<category
+			id="com.nokia.platsim.cheatsheets"
+			name="PlatSim" />
+            
+         <!-- ADD PLATSIM TOPICS TO CATEGORY -->
+		<cheatsheet
+			category="com.nokia.platsim.cheatsheets"
+			contentFile="html/cheatsheets/platsim_create_images.xml"
+			id="com.nokia.platsim.platsim_create_images"
+			name="Creating images in PlatSim" />
+			
+		<cheatsheet
+			category="com.nokia.platsim.cheatsheets"
+			contentFile="html/cheatsheets/platsim_debugging.xml"
+			id="com.nokia.platsim.platsim_debugging"
+			name="PlatSim debugging in Carbide.c++" />
+			
+   </extension>
+   
 	<!--
    <extension
          point="org.eclipse.ui.cheatsheets.cheatSheetContent">