commented out platsim cheatsheet extensions
authorfturovic <frank.turovich@nokia.com>
Thu, 02 Sep 2010 11:47:53 -0500
changeset 1940 8193259c7a95
parent 1939 7b07262fa83f
child 1941 44ce4a0a0dac
child 1958 aac450e0c99e
commented out platsim cheatsheet extensions
core/com.nokia.carbide.cpp.doc.user/book.css
core/com.nokia.carbide.cpp.doc.user/plugin.xml
--- a/core/com.nokia.carbide.cpp.doc.user/book.css	Thu Sep 02 10:35:39 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/book.css	Thu Sep 02 11:47:53 2010 -0500
@@ -12,7 +12,7 @@
 /* 20091007 added verdana and ariel to list to match SFO website fonts choices */
 body, p, table, li {
 	font-family: Verdana, Ariel, Helvetica, sans-serif;
-	font-size: 1.0em;
+	font-size: 0.9em;
 	font-weight: normal;
 }
 
--- a/core/com.nokia.carbide.cpp.doc.user/plugin.xml	Thu Sep 02 10:35:39 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/plugin.xml	Thu Sep 02 11:47:53 2010 -0500
@@ -121,20 +121,22 @@
 			
    </extension>
 
+	<!-- CREATED FOR SDK DOCS, NOT NEEDED IN CARBIDE
    <extension
          point="org.eclipse.ui.cheatsheets.cheatSheetContent">
          
-         <!-- CREATE A PLATSIM CATEGORY -->
+         <!-- CREATE A PLATSIM CATEGORY
 		<category
 			id="com.nokia.platsim.cheatsheets"
 			name="PlatSim" />
             
-         <!-- ADD PLATSIM TOPICS TO CATEGORY -->
+         <!-- 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" />
+			name="Creating images for PlatSim" />
 			
 		<cheatsheet
 			category="com.nokia.platsim.cheatsheets"
@@ -143,6 +145,7 @@
 			name="PlatSim debugging in Carbide.c++" />
 			
    </extension>
+    -->
    
 	<!--
    <extension