added new remote connection cheatsheet
authorfturovic <frank.turovich@nokia.com>
Tue, 19 May 2009 15:59:12 -0500
changeset 167 260432b65ee7
parent 166 db95bb765b25
child 168 5376c680dd66
child 169 fd101e2ac6ad
added new remote connection cheatsheet
core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/new_remote_conn.xml
core/com.nokia.carbide.cpp.doc.user/plugin.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/new_remote_conn.xml	Tue May 19 15:59:12 2009 -0500
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<cheatsheet
+      title="Creating On-device Connections">
+   <intro>
+      <description>
+         Use the <b>New Connections</b> window to create, edit, and manage remote connection settings to enable on-device debugging and the installation of remote agents.
+      </description>
+   </intro>
+   <item
+         href="/com.nokia.carbide.cpp.doc.user/html/reference/trk/wnd_new_connection_wizard.htm"
+         title="Open the New Connections window">
+      <description>
+         Use the <b>New Connections</b> window to create, edit, and manage remote connection settings to enable on-device debugging and the installation of remote agents.
+      </description>
+      <command
+            required="false"
+            serialization="org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.makeFast=com.nokia.carbide.remoteconnections.view.ConnectionsView)"/>
+   </item>
+   <item
+         href="/com.nokia.carbide.cpp.doc.user/html/reference/trk/wnd_new_connection_wizard.htm"
+         title="Define the remote connection">
+      <description>
+         Use the <b>Edit connection name and type</b> page to define basic remote connection settings.
+         
+      </description>
+      <subitem
+            label="Enter a name for this connection">
+      </subitem>
+      <subitem
+            label="Select the connectin type required to connect to the remote device.">
+      </subitem>
+      <subitem
+            label="Click Next.">
+      </subitem>
+   </item>
+   <item
+         href="/com.nokia.carbide.cpp.doc.user/html/reference/trk/wnd_new_connection_wizard.htm"
+         title="Select serial port and device OS">
+      <description>
+         In the <b>Connection settings</b> page specify the connection settings, the device OS, and verify the presence of a remote agent.
+      </description>
+      <subitem
+            label="Select the serial port">
+     </subitem>
+      <subitem
+            label="Select the device OS used by the conenction setting">
+      </subitem>
+   </item>
+   <item
+         href="/com.nokia.carbide.cpp.doc.user/html/reference/trk/wnd_new_connection_wizard.htm"
+         title="Verify connection and presence of remote agent">
+      <description>
+         Select service to test and click Initiate service testing
+      </description>
+      <subitem
+            label="Select a service in the Select the service to test list.">
+      </subitem>
+      <subitem
+            label="Click Initiate service test to  test connection.">
+      </subitem>
+      <subitem
+            label="Examine Status box for results.">
+      </subitem>
+      <subitem
+            label="Click Finish.">
+      </subitem>
+   </item>
+   <item
+         href="/com.nokia.carbide.cpp.doc.user/html/reference/trk/view_remote_connection.htm"
+         title="Verify and monitor connections">
+      <description>
+         Verify and monitor connections using the <b>Remote Connections</b> view.
+      </description>
+      <command
+            required="false"
+            serialization="org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.makeFast=com.nokia.carbide.remoteconnections.view.ConnectionsView)"/>
+   </item>
+</cheatsheet>
--- a/core/com.nokia.carbide.cpp.doc.user/plugin.xml	Tue May 19 15:50:55 2009 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/plugin.xml	Tue May 19 15:59:12 2009 -0500
@@ -25,6 +25,7 @@
       <category
             id="com.nokia.carbide.ide.cheatsheets"
             name="Carbide.c++ Getting Started" />
+            
       <cheatsheet
             category="com.nokia.carbide.ide.cheatsheets"
             contentFile="html/cheatsheets/getStarted_cs.xml"
@@ -43,9 +44,22 @@
 		   composite="true"
 		   category="com.nokia.carbide.trk.cheatsheets"
            contentFile="html/cheatsheets/trk_appTrk_Using_cs.xml"
+           id="com.nokia.carbide.cpp.doc.user.new_remote_connection"
+           name="Creating On-device Connections"/>
+
+		 <cheatsheet
+		   composite="true"
+		   category="com.nokia.carbide.trk.cheatsheets"
+           contentFile="html/cheatsheets/trk_appTrk_Using_cs.xml"
            id="com.nokia.carbide.cpp.doc.user.trk_appTRK_Using"
            name="Run Mode On-Device Debugging"/>
 	   
+          <cheatsheet
+            category="com.nokia.carbide.trk.cheatsheets"
+			contentFile="html/cheatsheets/stop_mode_cs.xml"
+            id="com.nokia.carbide.cpp.doc.user.stop_mode"
+            name="Stop Mode On-Device Debugging" />
+
    </extension>
 
    <extension
@@ -81,11 +95,6 @@
             id="com.nokia.carbide.cpp.doc.user.trk_appTrk_viewdata"
             name="Viewing Registers and Symbian OS Data and Troubleshooting Tips" />
 
-          <cheatsheet
-            category="com.nokia.carbide.trk.cheatsheets"
-			contentFile="html/cheatsheets/stop_mode_cs.xml"
-            id="com.nokia.carbide.cpp.doc.user.stop_mode"
-            name="Stop Mode On-Device Debugging" />
 
    </extension>