ibid- forgot to add all files
authorfturovic <frank.turovich@nokia.com>
Thu, 07 Oct 2010 15:17:07 -0500
changeset 2141 9526bdb37542
parent 2140 3cc835ea617d
child 2142 1458a474103c
ibid- forgot to add all files
core/com.nokia.carbide.cpp.doc.user/book.css
core/com.nokia.carbide.cpp.doc.user/html/debugger/variables/view_expressions.htm
core/com.nokia.carbide.cpp.doc.user/html/debugger/variables/viewing_expressions.htm
core/com.nokia.carbide.cpp.doc.user/html/debugger/views/view_expressions.htm
--- a/core/com.nokia.carbide.cpp.doc.user/book.css	Thu Oct 07 15:15:27 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/book.css	Thu Oct 07 15:17:07 2010 -0500
@@ -1,172 +1,174 @@
-/*	
-	Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
-	All rights reserved. 
+/*
+	Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+	All rights reserved.
 	License: http://www.eclipse.org/legal/epl-v10.html
 */
 
 /*	Add whitespace around entire display to avoid crowding edges of view 	*/
-html {
-	margin: 2px 10px 10px 10px;
-	}
+html { margin: 2px 10px 10px 10px; }
 
 /* 20091007 added verdana and ariel to list to match SFO website fonts choices */
-body, p, table, li {
+body, p, table, li
+{
 	font-family: Verdana, Ariel, Helvetica, sans-serif;
 	font-size: 1.0em;
-	font-size: 0.9em;
 	font-weight: normal;
 }
 
-h1, h2, h3, h4, h5, h6, strong, em {
+h1, h2, h3, h4, h5, h6, strong, em
+{
 	font-family: Verdana, Ariel, Helvetica, sans-serif;
-	color: #000000;	
-	}
+	color: #000000;
+}
 
 /* 20091007 - changed sizes to use em versus px */
-h1 { font-size: 1.3em }
-h2 { font-size: 1.2em }
-h3 { font-size: 1.1em }
-h4 { font-size: 1.0em }
-h5 { font-size: 0.9em }
-h6 { font-size: 0.8em }
+h1 { font-size: 1.3em; }
+h2 { font-size: 1.2em; }
+h3 { font-size: 1.1em; }
+h4 { font-size: 1.0em; }
+h5 { font-size: 0.9em; }
+h6 { font-size: 0.8em; }
 
 /*	For headlines at the top of a view, add space	*/
 /*	20090224-changed green fade to gold header image	*/
-h1, h2, h3 {
+h1, h2, h3
+{
 	background-image: url(html/images/gold_header.png);
 	background-repeat: no-repeat;
-	padding:10px 0px 10px 12px;	
-	}
+	padding: 10px 0px 10px 12px;
+}
 
 /* 20091007 SFO styling added */
-h1.NavTitle		{ font-size: 1.2em }
-h3	.NavListTitle 	{ font-size: 1.1em }
+h1.NavTitle { font-size: 1.2em; }
+h3	.NavListTitle { font-size: 1.1em; }
 
-li	{
-	margin-bottom:8px;	
-	margin-top:8px;
-	}
+li
+{
+	margin-bottom: 8px;
+	margin-top: 8px;
+}
 
 /*	Footer includes space and a gray line above the company logo	*/
-#footer {
-	padding-top:10px;
-	margin-top:20px;
-	border-top:1px solid #999;
+#footer
+{
+	padding-top: 10px;
+	margin-top: 20px;
+	border-top: 1px solid #999;
 	font-family: Verdana, Ariel, Helvetica, sans-serif;
 	font-size: 0.8em;
 	color: #333333;
-	}
+}
 
-.listing	{
+.listing
+{
 	background-color: #FFFFCC;
 	font-family: "Courier New", Courier, mono;
 	font-size: 1.1em;
 	color: #000000;
 	margin: 5px 0px;
-	}
-		
-.code, pre	{
+}
+
+.code, pre
+{
 	font-family: "Courier New", Courier, mono;
 	font-size: 1.1em;
 	color: #000000;
-	}
+}
 
-.step	{
+.step
+{
 	/* background-color: #EEE; */
 	/* margin: 10px 0px; */
 	/* color: #111; */
 	/* border-bottom:2px solid #EEE; */
-	}
-	
-.substep	{
-	background-color: #EEE;
-	}
-	
-	
+}
+
+.substep { background-color: #EEE; }
+
 /*	Figure/Listing/Table titles are centered and gray	*/
-p.table {
+p.table
+{
 	color: #999;
 	font-weight: bold;
 	padding-top: 5px;
-	}
+}
 
-table	{
+table
+{
 	border: solid #999 1px;
 	table-layout: auto;
-	}
+}
 
-td, th	{
+td, th
+{
 	border: solid #999 1px;
 	padding: 5px;
-	vertical-align:top;
-	}
-	
-th	{
-	background-color: #C9D2C9;
-	}
+	vertical-align: top;
+}
 
-div.ol.p	{
-	margin-left: 3em;
-	}
+th { background-color: #C9D2C9; }
+div.ol.p { margin-left: 3em; }
 
 /* Make all ordered/unordered list items appear in bold gray */
-div ol > li, div ul > li {
-	font-weight:bold;
+div ol > li, div ul > li
+{
+	font-weight: bold;
 	color: #333;
-	}
+}
+
+div ol > p, div ul > p, div li > p { font-weight: normal; }
 
-div ol > p, div ul > p, div li > p {
-	font-weight:normal;
-	}
-	
-div h5, div h4	{
-	padding:5px 0px 5px 12px;
+div h5, div h4
+{
+	padding: 5px 0px 5px 12px;
 	background-color: #D3DAD4;
-	font-weight:bold;
+	font-weight: bold;
 	color: #000000;
-	}
-	
-	
+}
+
 /*	Notes stand out using a light top & bottom borders with dark gray text	*/
-p.note {
+p.note
+{
 	color: #333;
 	padding: 5px;
 	margin-left: 1em;
 	margin-right: 1em;
 	border-top: solid #BBB thin;
 	border-bottom: solid #BBB thin;
-	}
+}
 
-	
 /*	Figure/Listing/Table titles are centered and gray	*/
-p.figure {
+p.figure
+{
 	color: #026690;
 	text-align: center;
 	font-weight: bold;
-	}
-
+}
 
 /*	highly visible red background and white text for things that need fixing before release	*/
 /*  SHOULD NOT BE PRESENT IN RELEASED PRODUCTS */
-.fix	{
+.fix
+{
 	background-color: red;
 	font-weight: bold;
 	color: white;
-	}
+}
 
-.question	{
-	font-style:italic;
-	font-weight:bold;
+.question
+{
+	font-style: italic;
+	font-weight: bold;
 	color: #555;
-	}
-	
-.titleSmall {
+}
+
+.titleSmall
+{
 	font-family: Verdana, Ariel, Helvetica, sans-serif;
 	font-size: 0.8em;
-	}
+}
 
-	
-.plain {
+.plain
+{
 	font-family: Verdana, Ariel, Helvetica, sans-serif;
 	font-size: 0.9em;
 	font-style: normal;
@@ -175,8 +177,8 @@
 	font-variant: normal;
 	color: #000000;
 	text-decoration: none;
-	}
+}
 
-a:link 		{ color: #026690 }
-a:visited	{ color: #555555 }
-a:hover 	{ color: #FFD62C }
+a:link { color: #026690; }
+a:visited { color: #555555; }
+a:hover { color: #FFD62C; }
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/com.nokia.carbide.cpp.doc.user/html/debugger/variables/view_expressions.htm	Thu Oct 07 15:17:07 2010 -0500
@@ -0,0 +1,168 @@
+<!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" />
+<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
+<title>Viewing Expressions</title>
+<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
+<style type="text/css">
+<!--
+.style1 {font-weight: bold}
+-->
+</style>
+</head>
+<body >
+<h2>Viewing Expressions </h2>
+<p>The <img src="../../images/command_link.png" border="0" alt="" /> <a href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.debug.ui.ExpressionView)")' class="command-link"><b>Expressions</b></a> view allows manipulation of  expressions. An <i>expression</i> is a snippet of code that is evaluated to produce a value. In Carbide they are defined using C/C++ expressions. Some expressions may need to be evaluated at a specific location in the program so that its variables can be referenced. </p>
+<p>The <b>Expressions</b> view displays these panes: </p>
+<ul>
+  <li><b>Expressions</b> list pane&#8212;Lists expressions and expression hierarchies. Click the hierarchical controls to expand or collapse the expression. Right-click to open the Expressions view context menu.</li>
+  <li><b>Value</b> pane&#8212;Shows the current value of each corresponding expression. Double-click a value to change it. Right-click to set viewing options.</li>
+</ul>
+<p align="center"><img src="../images/view_expressions.png" width="667" height="358"></p>
+<p class="figure">Figure 1 - Expressions view </p>
+<div class="step">
+    <h4>To open the Expressions view </h4>
+    <ul>
+        <li>Click the Window &gt; Show View &gt; Expressions menu option</li>
+        <p>A <b>Expressions</b> view appears.</p>
+    </ul>
+</div>
+<h3>Expressions view toolbar icons</h3>
+<p>The following commands appear on the Expressions view toolbar:</p>
+<table width="88%"  border="0" cellpadding="2" cellspacing="0">
+  <tr>
+    <th width="25%" scope="col">Item</th>
+    <th width="10%" scope="col">Icons</th>
+    <th width="65%" scope="col">Explanation</th>
+  </tr>
+  <tr>
+    <td><b>Show Type Names </b></td>
+    <td><div align="center"><img src="../images/var_toggle_type_names_icon.png" width="19" height="19" /></div></td>
+    <td>Toggles the display of type names in the <strong>Expressions</strong> view. </td>
+  </tr>
+  <tr>
+    <td><b>Show Logical Structure </b></td>
+    <td><div align="center"><img src="../images/var_show_logical_struct_icon.png" width="19" height="19" /></div></td>
+    <td>Not available in C/C++ yet. </td>
+  </tr>
+  <tr>
+    <td><b>Collapse All </b></td>
+    <td><div align="center"><img src="../images/var_collapse_all_icon.png" width="17" height="18" /></div></td>
+    <td>Collapses all expanded expressions into the top level. </td>
+  </tr>
+  <tr>
+      <td><strong>Create a New Watch Expression</strong></td>
+      <td><div align="center"><img src="../images/icon_add.png" alt="Add New Watch Expression icon" width="18" height="18"></div></td>
+      <td><p>Click to open the <strong>Add New Expression </strong>dialog. Enter the expression to add, then click <strong>OK</strong>.</p>
+        <p align="center"><img src="../images/wnd_add_watch_expr.png" alt="Add Watch Expression window" width="530" height="357"></p></td>
+  </tr>
+  <tr>
+    <td><b>Remove Selected Expression </b></td>
+    <td><div align="center"><img src="../images/var_remove_selected_globals_icon.png" width="18" height="16" /></div></td>
+    <td>Click to remove all currently selected expressions from the expressions list. </td>
+  </tr>
+  <tr>
+    <td><b>Remove All Expressions </b></td>
+    <td><div align="center"><img src="../images/var_remove_all_globals_icon.png" width="19" height="19" /></div></td>
+    <td>Click to remove all expressions from the expressions list. </td>
+  </tr>
+  <tr>
+      <td><strong>View Menu</strong></td>
+      <td><div align="center"><img src="../images/icon_menu_white.png" alt="View menu" width="12" height="12"></div></td>
+      <td><p>Click the <strong>View Menu</strong> icon to set the layout of the <strong>Expressions</strong> view.</p>
+        <p align="center"><img src="../images/menu_vew_expressions_01.png" alt="View menu" width="326" height="158"></p></td>
+  </tr>
+</table>
+<h3>Expressions view context menu options</h3>
+<p>Right-click in the Expression's pane in the <span class="style1">Expressions</span> view to access the context menu commands shown in Figure 2.</p>
+<p align="center"><img src="../images/menu_vew_expressions_02.png" alt="Expressions view context menu" width="429" height="408"></p>
+<p class="figure">Figure 2. <span class="style1">Expressions</span> view context menu commands (Expression list pane)</p>
+<p>The  commands include: </p>
+<table width="800"  border="0" cellpadding="2" cellspacing="0">
+  <tr>
+    <th width="25%" scope="col">Item</th>
+    <th width="75%" scope="col">Explanation</th>
+  </tr>
+  <tr>
+    <td><b>Select All</b></td>
+    <td>Selects all the expressions shown in the <strong>Expressions</strong> view.</td>
+  </tr>
+  <tr>
+    <td><b>Copy Expressions</b></td>
+    <td><p>Copies the selected expressions to the clipboard.</p>
+        <p class="note"><strong>NOTE</strong> Only the selected expressions visible in the Expressions view are copied. Expressions listed outside the boundary of the view are not in memory and can't be copied at this time.</p></td>
+  </tr>
+  <tr>
+    <td><b>Remove</b></td>
+    <td><p>Remove the selected expressions from the <strong>Expressions</strong> view list.</p>
+        </td>
+  </tr>
+  <tr>
+    <td><b>Remove All</b></td>
+    <td>Remove all expressions from the <strong>Expressions</strong> view list.</td>
+  </tr>
+  <tr>
+    <td><b>Find...</b></td>
+    <td><p>Opens a <b>Find</b> dialog to search the <strong>Expressions</strong> view list. Enter the expression to search for and click <strong>OK</strong>.</p>
+        <p align="center"><img src="../images/wnd_find_expressions.png" alt="Find Expressions dialog" width="398" height="437"></p></td>
+  </tr>
+  <tr>
+    <td><b>Change Value...</b></td>
+    <td><p>Opens the <b>Set Value</b> dialog where you can modify the value assigned to the selected expressions. Change the value and click <b>OK</b>.</p>
+        <p align="center"><img src="../images/wnd_set_value.png" width="488" height="234"></p></td>
+  </tr>
+  <tr>
+    <td><b>Add Watch Expression...</b></td>
+    <td><p>Opens the <a href="adding_expressions.htm">Add Watch Exression</a> dialog for creation of a new expression.</p>    </td>
+  </tr>
+  <tr>
+    <td><b>Disable</b></td>
+    <td>Disables automatic evaluation of the selected expression and appends <span class="code">(disabled)</span> to the expression name. Useful when you have lots of expressions but are concentrating on only a few. The more expressions that need evaluaton, the longer it takes to update the Expressions view.</td>
+  </tr>
+  <tr>
+    <td><b>Enable</b></td>
+    <td>Enables automatic evaluation of the selected expression. Enables a disabled expression so that it is evaluated during the debug session.</td>
+  </tr>
+  <tr>
+    <td><b>Edit Watch Expression...</b></td>
+    <td>Opens the <b>Edit Watch Expression</b> dialog where you can modify the expression and enable it for automatic evaluation.</td>
+  </tr>
+  <tr>
+      <td><strong>Add Watchpoint (C/C++)...</strong></td>
+      <td><p>Opens the <a href="../watchpoints/setting_watchpoints.htm">Add Watchpoint</a> dialog enabling you to define a watchpoint on the variable.</p>
+        <p align="center"><img src="../images/wnd_add_watchpoint.png" alt="Add Watchpoint window" width="238" height="253"></p></td>
+  </tr>
+  <tr>
+      <td><strong>Cast To Type...</strong></td>
+      <td><p>Opens the <b>Cast to Type</b> dialog where you can assign a new type to the expression. Enter the type and click <strong>OK</strong>. </p>
+          <p>All cast expressions are then shown using the <strong>Restore Original Type</strong> menu option making them easy to identify and restore later.</p></td>
+  </tr>
+  <tr>
+      <td><strong>Display As Array...</strong></td>
+      <td>Opens the <strong>Display as Array</strong> dialog where you can set array parameters to show the variables. Enter the <strong>Start index</strong> and <strong>Length</strong>, then click <strong>OK</strong> to update how the variables are shown in the Variables view.</td>
+  </tr>
+  <tr>
+      <td><strong>Format</strong></td>
+      <td><p>Change the selected variable's  display format. The default setting is Natural, or the format assigned when the variable is defined. For example, the decimal value of 256 would appear as:</p>
+          <ul>
+              <li>Binary (<span class="code">0b100000</span>)</li>
+              <li>Natural (<span class="code">256</span>)</li>
+              <li>Decimal (<span class="code">256</span>)</li>
+              <li>Hexadecimal (<span class="code">0x100</span>)</li>
+        </ul></td>
+  </tr>
+  <tr>
+      <td><strong>Watch</strong></td>
+      <td>Creates a watchpoint on the selected variable and displays it in the <a href="../watchpoints/watchpoints.htm">Watchpoint</a> view. </td>
+  </tr>
+</table>
+<h5>Other references</h5>
+<ul>
+  <li><a href="variables.htm">Variables and Expressions Overview</a></li>
+</ul>
+<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>
+</body>
+</html>
--- a/core/com.nokia.carbide.cpp.doc.user/html/debugger/variables/viewing_expressions.htm	Thu Oct 07 15:15:27 2010 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,160 +0,0 @@
-<!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>Viewing Expressions</title>
-<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
-<style type="text/css">
-<!--
-.style1 {font-weight: bold}
--->
-</style>
-</head>
-<body >
-<h2>Viewing Expressions </h2>
-<p>The <b>Expressions</b> view allows manipulation of  expressions. An <i>expression</i> is a snippet of code that is evaluated to produce a value. In Carbide they are defined using C/C++ expressions. Some expressions may need to be evaluated at a specific location in the program so that its variables can be referenced. </p>
-<p>The Expressions view displays these panes: </p>
-<ul>
-  <li>Expressions list pane&#8212;Lists expressions and expression hierarchies. Click the hierarchical controls to expand or collapse the expression. Right-click to open the Expressions view context menu.</li>
-  <li>Value pane&#8212;Shows the current value of each corresponding expression. Double-click a value to change it. Right-click to set viewing options.</li>
-</ul>
-<p align="center"><img src="../images/view_expressions.png" width="667" height="358"></p>
-<p class="figure">Figure 1 - Expressions view </p>
-<h3>Expressions view toolbar icons</h3>
-<p>The following commands appear on the Expressions view toolbar:</p>
-<table width="88%"  border="0" cellpadding="2" cellspacing="0">
-  <tr>
-    <th width="25%" scope="col">Item</th>
-    <th width="10%" scope="col">Icons</th>
-    <th width="65%" scope="col">Explanation</th>
-  </tr>
-  <tr>
-    <td><b>Show Type Names </b></td>
-    <td><div align="center"><img src="../images/var_toggle_type_names_icon.png" width="19" height="19" /></div></td>
-    <td>Toggles the display of type names in the <strong>Expressions</strong> view. </td>
-  </tr>
-  <tr>
-    <td><b>Show Logical Structure </b></td>
-    <td><div align="center"><img src="../images/var_show_logical_struct_icon.png" width="19" height="19" /></div></td>
-    <td>Not available in C/C++ yet. </td>
-  </tr>
-  <tr>
-    <td><b>Collapse All </b></td>
-    <td><div align="center"><img src="../images/var_collapse_all_icon.png" width="17" height="18" /></div></td>
-    <td>Collapses all expanded expressions into the top level. </td>
-  </tr>
-  <tr>
-      <td><strong>Create a New Watch Expression</strong></td>
-      <td><div align="center"><img src="../images/icon_add.png" alt="Add New Watch Expression icon" width="18" height="18"></div></td>
-      <td><p>Click to open the <strong>Add New Expression </strong>dialog. Enter the expression to add, then click <strong>OK</strong>.</p>
-        <p align="center"><img src="../images/wnd_add_watch_expr.png" alt="Add Watch Expression window" width="530" height="357"></p></td>
-  </tr>
-  <tr>
-    <td><b>Remove Selected Expression </b></td>
-    <td><div align="center"><img src="../images/var_remove_selected_globals_icon.png" width="18" height="16" /></div></td>
-    <td>Click to remove all currently selected expressions from the expressions list. </td>
-  </tr>
-  <tr>
-    <td><b>Remove All Expressions </b></td>
-    <td><div align="center"><img src="../images/var_remove_all_globals_icon.png" width="19" height="19" /></div></td>
-    <td>Click to remove all expressions from the expressions list. </td>
-  </tr>
-  <tr>
-      <td><strong>View Menu</strong></td>
-      <td><div align="center"><img src="../images/icon_menu_white.png" alt="View menu" width="12" height="12"></div></td>
-      <td><p>Click the <strong>View Menu</strong> icon to set the layout of the <strong>Expressions</strong> view.</p>
-        <p align="center"><img src="../images/menu_vew_expressions_01.png" alt="View menu" width="326" height="158"></p></td>
-  </tr>
-</table>
-<h3>Expressions view context menu options</h3>
-<p>Right-click in the Expression's pane in the <span class="style1">Expressions</span> view to access the context menu commands shown in Figure 2.</p>
-<p align="center"><img src="../images/menu_vew_expressions_02.png" alt="Expressions view context menu" width="429" height="408"></p>
-<p class="figure">Figure 2. <span class="style1">Expressions</span> view context menu commands (Expression list pane)</p>
-<p>The  commands include: </p>
-<table width="800"  border="0" cellpadding="2" cellspacing="0">
-  <tr>
-    <th width="25%" scope="col">Item</th>
-    <th width="75%" scope="col">Explanation</th>
-  </tr>
-  <tr>
-    <td><b>Select All</b></td>
-    <td>Selects all the expressions shown in the <strong>Expressions</strong> view.</td>
-  </tr>
-  <tr>
-    <td><b>Copy Expressions</b></td>
-    <td><p>Copies the selected expressions to the clipboard.</p>
-        <p class="note"><strong>NOTE</strong> Only the selected expressions visible in the Expressions view are copied. Expressions listed outside the boundary of the view are not in memory and can't be copied at this time.</p></td>
-  </tr>
-  <tr>
-    <td><b>Remove</b></td>
-    <td><p>Remove the selected expressions from the <strong>Expressions</strong> view list.</p>
-        </td>
-  </tr>
-  <tr>
-    <td><b>Remove All</b></td>
-    <td>Remove all expressions from the <strong>Expressions</strong> view list.</td>
-  </tr>
-  <tr>
-    <td><b>Find...</b></td>
-    <td><p>Opens a <b>Find</b> dialog to search the <strong>Expressions</strong> view list. Enter the expression to search for and click <strong>OK</strong>.</p>
-        <p align="center"><img src="../images/wnd_find_expressions.png" alt="Find Expressions dialog" width="398" height="437"></p></td>
-  </tr>
-  <tr>
-    <td><b>Change Value...</b></td>
-    <td><p>Opens the <b>Set Value</b> dialog where you can modify the value assigned to the selected expressions. Change the value and click <b>OK</b>.</p>
-        <p align="center"><img src="../images/wnd_set_value.png" width="488" height="234"></p></td>
-  </tr>
-  <tr>
-    <td><b>Add Watch Expression...</b></td>
-    <td><p>Opens the <a href="adding_expressions.htm">Add Watch Exression</a> dialog for creation of a new expression.</p>    </td>
-  </tr>
-  <tr>
-    <td><b>Disable</b></td>
-    <td>Disables automatic evaluation of the selected expression and appends <span class="code">(disabled)</span> to the expression name. Useful when you have lots of expressions but are concentrating on only a few. The more expressions that need evaluaton, the longer it takes to update the Expressions view.</td>
-  </tr>
-  <tr>
-    <td><b>Enable</b></td>
-    <td>Enables automatic evaluation of the selected expression. Enables a disabled expression so that it is evaluated during the debug session.</td>
-  </tr>
-  <tr>
-    <td><b>Edit Watch Expression...</b></td>
-    <td>Opens the <b>Edit Watch Expression</b> dialog where you can modify the expression and enable it for automatic evaluation.</td>
-  </tr>
-  <tr>
-      <td><strong>Add Watchpoint (C/C++)...</strong></td>
-      <td><p>Opens the <a href="../watchpoints/setting_watchpoints.htm">Add Watchpoint</a> dialog enabling you to define a watchpoint on the variable.</p>
-        <p align="center"><img src="../images/wnd_add_watchpoint.png" alt="Add Watchpoint window" width="238" height="253"></p></td>
-  </tr>
-  <tr>
-      <td><strong>Cast To Type...</strong></td>
-      <td><p>Opens the <b>Cast to Type</b> dialog where you can assign a new type to the expression. Enter the type and click <strong>OK</strong>. </p>
-          <p>All cast expressions are then shown using the <strong>Restore Original Type</strong> menu option making them easy to identify and restore later.</p></td>
-  </tr>
-  <tr>
-      <td><strong>Display As Array...</strong></td>
-      <td>Opens the <strong>Display as Array</strong> dialog where you can set array parameters to show the variables. Enter the <strong>Start index</strong> and <strong>Length</strong>, then click <strong>OK</strong> to update how the variables are shown in the Variables view.</td>
-  </tr>
-  <tr>
-      <td><strong>Format</strong></td>
-      <td><p>Change the selected variable's  display format. The default setting is Natural, or the format assigned when the variable is defined. For example, the decimal value of 256 would appear as:</p>
-          <ul>
-              <li>Binary (<span class="code">0b100000</span>)</li>
-              <li>Natural (<span class="code">256</span>)</li>
-              <li>Decimal (<span class="code">256</span>)</li>
-              <li>Hexadecimal (<span class="code">0x100</span>)</li>
-        </ul></td>
-  </tr>
-  <tr>
-      <td><strong>Watch</strong></td>
-      <td>Creates a watchpoint on the selected variable and displays it in the <a href="../watchpoints/watchpoints.htm">Watchpoint</a> view. </td>
-  </tr>
-</table>
-<h5>Other references</h5>
-<ul>
-  <li><a href="variables.htm">Variables and Expressions Overview</a></li>
-</ul>
-<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>
-</body>
-</html>
--- a/core/com.nokia.carbide.cpp.doc.user/html/debugger/views/view_expressions.htm	Thu Oct 07 15:15:27 2010 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,92 +0,0 @@
-<!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" />
-<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
-<title>Expressions Window</title>
-<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
-</head>
-<body >
-<h2>Expressions View </h2>
-<p>Use the <img src="../../images/command_link.png" border="0" alt="" /> <a href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.debug.ui.ExpressionView)")' class="command-link"><b>Expressions</b></a> view to inspect frequently used variables as their values change during a debugging session. You can monitor and manipulate:</p>
-<ul>
-  <li>global and local variables</li>
-  <li>structure members</li>
-  <li>array elements</li>
-</ul>
-<p>The <b>Expressions</b> view displays these panes: </p>
-<ul>
-  <li>Expression pane (left) &#8212; Lists expressions and expression hierarchies. Click the hierarchical controls to expand or collapse the expression view.</li>
-  <li>Value pane (right) &#8212; Shows the current value of each corresponding expression. Double-click a value to change it.</li>
-</ul>
-<p>Figure 1 shows the <b>Expressions</b> view.</p>
-<p align="center"><img src="../../reference/images/view_expressions.png" width="439" height="144" /></p>
-<p class="figure">Figure 1 - Expressions view </p>
-<div class="step">
-    <h4>Opening an Expressions view </h4>
-    <ul>
-        <li>Select Window &gt; Show View &gt; Expressions</li>
-        <li>OR</li>
-        <li>Right-click a variable in the <a href="view_variables.htm">Variables</a> or editor view and choose the Add Watchpoint (C/C++) menu item</li>
-        <p>An <b>Expressions</b> view appears in the current perspective.</p>
-    </ul>
-</div>
-<h3>Expressions view toolbar icons</h3>
-<p>The following commands appear on the <b>Expressions</b> view toolbar: </p>
-<h5>Table 1. Expressions view &mdash;items </h5>
-<table width="88%"  border="0" cellpadding="2" cellspacing="0">
-  <tr>
-      <th width="34%" scope="col">Item</th>
-      <th width="14%" scope="col">Icons</th>
-      <th width="52%" scope="col">Explanation</th>
-  </tr>
-    <tr>
-      <td><b>Show Type Names </b></td>
-      <td><div align="center"><img src="../../images/icons/var_toggle_type_names_icon.png" width="19" height="19" /></div></td>
-      <td>Toggles the display of type names in the Expressions view. </td>
-    </tr>
-    <tr>
-      <td><b>Show Logical Structure </b></td>
-      <td><div align="center"><img src="../../images/icons/var_show_logical_struct_icon.png" width="19" height="19" /></div></td>
-      <td>Not available in C/C++ yet. </td>
-    </tr>
-    <tr>
-      <td><b>Collapse All </b></td>
-      <td><div align="center"><img src="../../images/icons/var_collapse_all_icon.png" width="17" height="18" /></div></td>
-      <td>Collapses all expanded expressions into the top level. </td>
-    </tr>
-    <tr>
-      <td><b>New Watch Expression</b></td>
-      <td><div align="center"><img src="../images/icon_add.png" alt="New Watch Expression icon" width="18" height="18"></div></td>
-      <td>Click to open the <b>Add Watch Expression</b> dialog.</td>
-    </tr>
-    <tr>
-      <td><b>Remove Selected Expression </b></td>
-      <td><div align="center"><img src="../../images/icons/var_remove_selected_globals_icon.png" width="18" height="16" /></div></td>
-      <td>Click to remove all currently selected expressions from the expressions list. </td>
-    </tr>
-    <tr>
-      <td><b>Remove All Expressions </b></td>
-      <td><div align="center"><img src="../../images/icons/var_remove_all_globals_icon.png" width="19" height="19" /></div></td>
-      <td>Click to remove all expressions from the expressions list. </td>
-    </tr>
-    <tr>
-      <td><b>View Menu</b></td>
-      <td><center>
-          <img src="../../reference/images/icon_menu_white.png" alt="View menu icon" width="12" height="12">
-      </center>
-      </td>
-      <td>Click to specify the Layout options for the <b>Expressions</b> view.</td>
-    </tr>
-</table>
-<h5>Related tasks</h5>
-<ul>
-  <li><a href="../variables/adding_expressions.htm">Adding &amp; Removing Expressions</a></li>
-  <li><a href="../variables/editing_expressions.htm">Editing Expressions</a></li>
-</ul>
-<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>
-
-</body>
-</html>