spelling fixed and tcf page added
authorfturovic <frank.turovich@nokia.com>
Mon, 16 Aug 2010 13:23:01 -0500
changeset 1834 cd7a67219042
parent 1832 aaf2f7bc0609
child 1835 113f8e9d5cb6
spelling fixed and tcf page added
core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_code_styles.xml
core/com.nokia.carbide.cpp.doc.user/html/concepts/tcf.htm
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	Mon Aug 16 10:18:18 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_code_styles.xml	Mon Aug 16 13:23:01 2010 -0500
@@ -3,7 +3,9 @@
 <cheatsheet
       title="Customize Code Styles">
 `	<intro>
-		To control the automatic formatting of your source code, use the Code Style preference panel.
+		<description>
+			To control the automatic formatting of your source code, use the Code Style preference panel.
+		</description>
 	</intro>
 	<item
        title="Customize code styles">
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/tcf.htm	Mon Aug 16 13:23:01 2010 -0500
@@ -0,0 +1,24 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<meta http-equiv="Content-Style-Type" content="text/css" />
+<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
+<title>Target Communication Framework (TCF)</title>
+<link rel="StyleSheet" href="../../book.css" type="text/css"/>
+</head>
+<body >
+<h2>Target Communication Framework (TCF)</h2>
+<p><strong>TCF</strong> (Target Communication Framework) is a vendor-neutral, lightweight, extensible network protocol used mainly for communicating with embedded systems (targets). Its most distinguishing feature is that TCF is designed to transparently plug in value-adding servers between the  tool and the target. TCF is protocol agnostic in that it does not depend on a specific transport like TCP/IP, serial, SSH tunnel, or other. It also supports auto-discovery of targets and services, so any tool can determine which services are available from the target.</p>
+<p>Carbide.c++ uses TCF to communicate with <a href="trk.htm">TRK</a>, Trace, and other services on a target device. For example, the Carbide debugger uses TCF to communicate with the TRK remote agent to control debuggable programs running on the target. Other Carbide plug-ins can also use TCF to communicate with their specific services.</p>
+<h5>Related tasks</h5>
+<ul>
+  <li><a href="concepts.htm">Concepts</a> </li>
+  <li><a href="http://wiki.eclipse.org/DSDP/TCF">TCF</a> (Eclipse)</li>
+</ul>
+<div class="step">
+  <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
+
+</div>
+</body>
+</html>
--- a/core/com.nokia.carbide.cpp.doc.user/plugin.xml	Mon Aug 16 10:18:18 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/plugin.xml	Mon Aug 16 13:23:01 2010 -0500
@@ -47,8 +47,8 @@
 		 <cheatsheet
            composite="false"
 		   category="com.nokia.carbide.how_to.cheatsheets"
-           contentFile="html/cheatsheets/how_to_customize_cmd_groups.xml"
-           id="com.nokia.carbide.cpp.doc.user.customize_cmd_groups"
+           contentFile="html/cheatsheets/how_to_customize_cmd_group.xml"
+           id="com.nokia.carbide.cpp.doc.user.customize_cmd_group"
            name="Customize Toolbars and Menus"/>
 
 		 <cheatsheet
@@ -68,15 +68,15 @@
 		 <cheatsheet
            composite="false"
 		   category="com.nokia.carbide.how_to.cheatsheets"
-           contentFile="html/cheatsheets/how_to_customize_key_cmds.xml"
-           id="com.nokia.carbide.cpp.doc.user.customize_key_cmds"
+           contentFile="html/cheatsheets/how_to_customize_key_commands.xml"
+           id="com.nokia.carbide.cpp.doc.user.customize_key_commands"
            name="Customize Key Commands"/>
 
 		 <cheatsheet
            composite="false"
 		   category="com.nokia.carbide.how_to.cheatsheets"
-           contentFile="html/cheatsheets/how_to_customize_share_settings.xml"
-           id="com.nokia.carbide.cpp.doc.user.customize_share_settings"
+           contentFile="html/cheatsheets/how_to_customize_export_settings.xml"
+           id="com.nokia.carbide.cpp.doc.user.customize_export_settings"
            name="Share my Settings..."/>
 
    </extension>