Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Documentation Update patch


Here is another doc update patch, the following files were updated:

\topics_Reference.xml
\topics_Tasks.xml

\concepts\cdt_c_content_assist.htm
\concepts\cdt_c_search.htm
\concepts\cdt_o_concepts.htm

\getting_started\cdt_o_tutorial.htm

\reference\cdt_u_c_pref.htm

\tasks\cdt_t_comment_out.htm
\tasks\cdt_t_manualbuild.htm
\tasks\cdt_t_new_cpp.htm
\tasks\cdt_t_shift_code.htm
\tasks\cdt_t_autosave.htm
\tasks\cdt_t_cbuild_pref.htm
\tasks\cdt_t_contentassist.htm
\tasks\cdt_t_conv_proj.htm
\tasks\cdt_t_imp_code_temp.htm
\tasks\cdt_t_prvw_hide_files.htm
\tasks\cdt_t_open_declarations.htm
\tasks\cdt_t_search.htm
\tasks\cdt_t_setbuildorder.htm
\tasks\cdt_t_add_codetemp.htm
\tasks\cdt_t_proj_new.htm
\tasks\cdt_t_cust_cpp_editor.htm
\tasks\cdt_t_add_brkpnts.htm
\tasks\cdt_t_run_arg.htm
\tasks\cdt_t_run_com.htm
\tasks\cdt_t_run_dbg.htm
\tasks\cdt_t_run_env.htm
\tasks\cdt_t_run_config.htm
\tasks\cdt_t_run_main.htm
\tasks\cdt_t_run_source.htm
\tasks\cdt_t_update_man.htm
\tasks\cdt_t_new_run_config.htm
\tasks\cdt_t_proj_rename.htm
\tasks\cdt_t_new_make.htm
\tasks\cdt_t_proj_parser.htm
\tasks\cdt_t_proj_paths.htm
\tasks\cdt_t_show_proj_files.htm
\tasks\cdt_o_brkpnts_watch.htm
\tasks\cdt_o_build_task.htm
\tasks\cdt_o_con_assist.htm
\tasks\cdt_o_debug.htm
\tasks\cdt_o_proj_files.htm
\tasks\cdt_o_run.htm
\tasks\cdt_o_run_config.htm
\tasks\cdt_o_tasksview.htm
\tasks\cdt_o_write_code.htm

\tasks\cdt_o_proj_prop.htm -> deleted.


Screen captures were added, procedures were changed for 2.0, testing a _javascript_ to shrink images until the user clicks them.



Dave Williams
Technical Writer
Rational Software
IBM Software Group
(613) 591-2962

Attachment: new_images.zip
Description: Zip archive

Index: topics_Concepts.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/topics_Concepts.xml,v
retrieving revision 1.3
diff -u -r1.3 topics_Concepts.xml
--- topics_Concepts.xml	19 Dec 2003 20:47:29 -0000	1.3
+++ topics_Concepts.xml	26 Apr 2004 14:50:02 -0000
@@ -5,7 +5,6 @@
 <toc label="Concepts">
           <topic label="What's new" href="concepts/cdt_c_whatsnew.htm"/>
           <topic label="CDT overview" href="concepts/cdt_c_over_cdt.htm"/>
-          <topic label="How to bring C/C++ source files into Eclipse" href="concepts/cdt_w_existing_code.htm"/>
           <topic label="CDT Projects" href="concepts/cdt_o_projects.htm">
                <topic label="CDT projects" href="concepts/cdt_c_projects.htm"/>
                <topic label="Project file views" href="concepts/cdt_c_proj_file_views.htm"/>
Index: topics_Getting_Started.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/topics_Getting_Started.xml,v
retrieving revision 1.3
diff -u -r1.3 topics_Getting_Started.xml
--- topics_Getting_Started.xml	19 Dec 2003 20:47:29 -0000	1.3
+++ topics_Getting_Started.xml	26 Apr 2004 14:50:02 -0000
@@ -8,4 +8,5 @@
           <topic label="Creating your makefile" href="getting_started/cdt_w_newmake.htm"/>
           <topic label="Building your project" href="getting_started/cdt_w_build.htm"/>
           <topic label="Debugging your project" href="getting_started/cdt_w_debug.htm"/>
+          <topic label="How to bring C/C++ source files into Eclipse" href="getting_started/cdt_w_existing_code.htm"/>
 </toc>
Index: topics_Reference.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/topics_Reference.xml,v
retrieving revision 1.4
diff -u -r1.4 topics_Reference.xml
--- topics_Reference.xml	19 Apr 2004 14:57:01 -0000	1.4
+++ topics_Reference.xml	26 Apr 2004 14:50:02 -0000
@@ -3,7 +3,7 @@
 <!-- Defines topics that will be inserted under the C/C++ Development User Guide menu-->
 
      <toc label="Reference">
-          <topic label="Views" href="cdt_o_views.htm">
+          <topic label="Views" href="reference/cdt_o_views.htm">
                <topic label="Outline view" href="reference/cdt_u_outlineview.htm"/>
                <topic label="Debug views" href="reference/cdt_o_dbg_view.htm">
                     <topic label="Registers view" href="reference/cdt_u_registersview.htm"/>
Index: topics_Tasks.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/topics_Tasks.xml,v
retrieving revision 1.4
diff -u -r1.4 topics_Tasks.xml
--- topics_Tasks.xml	22 Dec 2003 20:42:51 -0000	1.4
+++ topics_Tasks.xml	26 Apr 2004 14:50:02 -0000
@@ -3,70 +3,73 @@
 <!-- Defines topics that will be inserted under the C/C++ Development User Guide menu-->
 
      <toc label="Tasks">
-          <topic label="Updating the CDT" href="tasks/cdt_t_update_man.htm"/>
-          <topic label="Working with C/C++ project files" href="tasks/cdt_o_proj_files.htm">
-	         <topic label="Creating a project" href="tasks/cdt_t_proj_new.htm"/>
-		   <topic label="Renaming a project" href="tasks/cdt_t_proj_rename.htm"/>
-               <topic label="Creating a C/C++ file" href="tasks/cdt_t_new_cpp.htm"/>
-               <topic label="Creating a makefile" href="tasks/cdt_t_new_make.htm"/>
-		   <topic label="Assigning a C or C++ nature to a project" href="tasks/cdt_t_conv_proj.htm"/>
-               <topic label="Displaying C/C++ file components in the C/C++ Projects view" href="tasks/cdt_t_show_proj_files.htm"/>
-               <topic label="Hiding files by type in the C/C++ Projects view" href="tasks/cdt_t_prvw_hide_files.htm"/>
-          </topic>
-          <topic label="Writing code" href="tasks/cdt_o_write_code.htm">
-               <topic label="Customizing the C/C++ editor" href="tasks/cdt_t_cust_cpp_editor.htm"/>
-               <topic label="Commenting out code" href="tasks/cdt_t_comment_out.htm"/>
-               <topic label="Shifting lines of code to the right or left" href="tasks/cdt_t_shift_code.htm"/>
-               <topic label="Searching for C/C++ elements" href="tasks/cdt_t_search.htm"/>
-               <topic label="Navigating to C/C++ declarations" href="tasks/cdt_t_open_declarations.htm"/>
-               <topic label="Working with content assist" href="tasks/cdt_o_con_assist.htm">
-                    <topic label="Using Content Assist" href="tasks/cdt_t_contentassist.htm"/>
-                    <topic label="Creating and editing code templates" href="tasks/cdt_t_add_codetemp.htm"/>
-                    <topic label="Importing and exporting code templates" href="tasks/cdt_t_imp_code_temp.htm"/>
-               </topic>
-          </topic>
-          <topic label="Building projects" href="tasks/cdt_o_build_task.htm">
-               <topic label="Selecting referenced projects" href="tasks/cdt_t_proj_ref.htm"/>
-               <topic label="Defining build settings" href="tasks/cdt_t_proj_build_set.htm"/>
-               <topic label="Filtering errors" href="tasks/cdt_t_proj_error_parser.htm"/>
-               <topic label="Including paths and symbols" href="tasks/cdt_t_proj_paths.htm"/>
-               <topic label="Select a deployment platform" href="tasks/cdt_t_proj_platf.htm"/>
-               <topic label="Setting a build order" href="tasks/cdt_t_setbuildorder.htm"/>
-               <topic label="Manually building" href="tasks/cdt_t_manualbuild.htm"/>
-               <topic label="Autosaving on a manual build" href="tasks/cdt_t_autosave.htm"/>
-               <topic label="Creating a make target" href="tasks/cdt_t_addmaketarget.htm"/>
-               <topic label="Customizing the C-Build view" href="tasks/cdt_t_cbuild_pref.htm"/>
-               <topic label="Viewing and managing compile errors" href="tasks/cdt_o_tasksview.htm">
-                    <topic label="Jumping to errors" href="tasks/cdt_t_jumperror.htm"/>
-                    <topic label="Filtering errors" href="tasks/cdt_t_filtererror.htm"/>
-                    <topic label="Setting reminders" href="tasks/cdt_t_setreminder.htm"/>
-               </topic>
-          </topic>
-          <topic label="Running and Debugging Projects" href="tasks/cdt_o_run.htm">
-               <topic label="Selecting a run or debug configuration" href="tasks/cdt_t_run_config.htm"/>
-               <topic label="Creating or editing a run/debug configuration" href="tasks/cdt_o_run_config.htm">
-               <topic label="Selecting a binary parser" href="tasks/cdt_t_proj_parser.htm"/>
-                    <topic label="Creating a run or debug configuration" href="tasks/cdt_t_new_run_config.htm"/>
-                    <topic label="Selecting an application to run" href="tasks/cdt_t_run_main.htm"/>
-                    <topic label="Specifying execution arguments" href="tasks/cdt_t_run_arg.htm"/>
-                    <topic label="Setting environment variables" href="tasks/cdt_t_run_env.htm"/>
-                    <topic label="Defining debug settings" href="tasks/cdt_t_run_dbg.htm"/>
-                    <topic label="Specifying the location of source files" href="tasks/cdt_t_run_source.htm"/>
-                    <topic label="Specifying the location of the run configuration" href="tasks/cdt_t_run_com.htm"/>
-               </topic>
-               <topic label="Debugging" href="tasks/cdt_o_debug.htm"/>
-               <topic label="Debugging a program" href="tasks/cdt_t_debug_prog.htm">
-                    <topic label="Working with breakpoints and watchpoints" href="tasks/cdt_o_brkpnts_watch.htm"/>
-                    <topic label="Adding breakpoints" href="tasks/cdt_t_add_brkpnts.htm"/>
-                    <topic label="Adding watchpoints" href="tasks/cdt_t_add_watch.htm"/>
-                    <topic label="Removing breakpoints and watchpoints" href="tasks/cdt_t_rem_wtch_brk.htm"/>
-                    <topic label="Enabling and disabling breakpoints" href="tasks/cdt_t_endis_able_brk_wtch.htm"/>
-               </topic>
-               <topic label="Controlling debug execution in the debug view" href="tasks/cdt_t_controldebug.htm"/>
-               <topic label="Stepping into assembler functions" href="tasks/cdt_t_disassembly.htm"/>
-               <topic label="Working with variables" href="tasks/cdt_t_variables.htm"/>
-               <topic label="Adding expressions" href="tasks/cdt_t_expressions.htm"/>
-               <topic label="Working with registers" href="tasks/cdt_t_registers.htm"/>
-               <topic label="Working with memory" href="tasks/cdt_t_memory.htm"/>
-          </topic>
+		<topic label="Update your installation of the CDT" href="cdt_t_update_man.htm"/>
+		<topic label="Creating a project" href="cdt_t_proj_new.htm"/>
+		<topic label="Work with C or C++ project files" href="cdt_o_proj_files.htm">
+			<topic label="Display file members in the C/C++ Projects view" href="cdt_t_show_proj_files.htm"/>
+			<topic label="Assign a C or C++ nature to a project" href="cdt_t_conv_proj.htm"/>
+			<topic label="Create a cpp file" href="cdt_t_new_cpp.htm"/>
+			<topic label="Create a makefile" href="cdt_t_new_make.htm"/>
+			<topic label="Hide files of a given type" href="cdt_t_prvw_hide_files.htm"/>
+		</topic>
+		<topic label="Write code" href="cdt_o_write_code.htm">
+			<topic label="Customize the C/C++ editor" href="cdt_t_cust_cpp_editor.htm"/>
+			<topic label="Comment out code" href="cdt_t_comment_out.htm"/>
+			<topic label="Use Content Assist" href="cdt_o_con_assist.htm">
+				<topic label="Inserting code elements and code templates into your code" href="cdt_t_contentassist.htm"/>
+				<topic label="Creating and editing code templates" href="cdt_t_add_codetemp.htm"/>
+				<topic label="Importing and exporting code templates" href="cdt_t_imp_code_temp.htm"/>
+			</topic>
+			<topic label="Shift lines of code to the left or right" href="cdt_t_shift_code.htm"/>
+			<topic label="Search for C/C++ elements" href="cdt_t_search.htm"/>
+			<topic label="Navigate to C/C++ declarations by name" href="cdt_t_open_declarations.htm"/>
+		</topic>
+		<topic label="Build your C or C++ projects" href="cdt_o_build_task.htm">
+			<topic label="Rename a project" href="cdt_t_proj_rename.htm"/>
+			<topic label="Select referenced projects" href="cdt_t_proj_ref.htm"/>
+			<topic label="Configure Project Builds" href="cdt_t_proj_build_set.htm"/>
+			<topic label="Control which build errors are displayed" href="cdt_t_proj_error_parser.htm"/>
+			<topic label="Select a binary parser" href="cdt_t_proj_parser.htm"/>
+			<topic label="Include paths and symbols" href="cdt_t_proj_paths.htm"/>
+			<topic label="Select deployment platform for managed make projects" href="cdt_t_proj_platf.htm"/>
+			<topic label="Set build order" href="cdt_t_setbuildorder.htm"/>
+			<topic label="Build your project as required" href="cdt_t_manualbuild.htm"/>
+			<topic label="Autosaving on manual build" href="cdt_t_autosave.htm"/>
+			<topic label="Add a make target" href="cdt_t_addmaketarget.htm"/>
+			<topic label="Customize the Console view" href="cdt_t_cbuild_pref.htm"/>
+			<topic label="View and manage compile errors" href="cdt_o_tasksview.htm">
+				<topic label="Jump to errors" href="cdt_t_jumperror.htm"/>
+				<topic label="Filter errors" href="cdt_t_filtererror.htm"/>
+				<topic label="Set reminders" href="cdt_t_setreminder.htm"/>
+			</topic>
+		</topic>
+		<topic label="Run/debug your C or C++ projects" href="cdt_o_run.htm">
+			<topic label="Specify a project and application to run" href="cdt_o_run_config.htm">
+				<topic label="Select a run or debug configuration" href="cdt_t_run_config.htm"/>
+				<topic label="Create a run or debug configuration" href="cdt_t_new_run_config.htm"/>
+				<topic label="Specify a project and application" href="cdt_t_run_main.htm"/>
+				<topic label="Specify the execution arguments and the working directory" href="cdt_t_run_arg.htm"/>
+				<topic label="Set the environment variables and values" href="cdt_t_run_env.htm"/>
+				<topic label="Select a debugger" href="cdt_t_run_dbg.htm"/>
+				<topic label="Specify the location of source files" href="cdt_t_run_source.htm"/>
+				<topic label="Specifying the location of the run configuration" href="cdt_t_run_com.htm"/>
+			</topic>
+			<topic label="Debug an application" href="cdt_o_debug.htm">
+				<topic label="Start a debug session" href="cdt_t_debug_prog.htm"/>
+				<topic label="Add, remove, enable or disable breakpoints and watchpoints" href="cdt_o_brkpnts_watch.htm">
+					<topic label="Add breakpoints" href="cdt_t_add_brkpnts.htm"/>
+					<topic label="Add watchpoints" href="cdt_t_add_watch.htm"/>
+					<topic label="Remove breakpoints and watchpoints" href="cdt_t_rem_wtch_brk.htm"/>
+					<topic label="Enable or disable breakpoints and watchpoints" href="cdt_t_endis_able_brk_wtch.htm"/>
+				</topic>
+				<topic label="Control your debug execution" href="cdt_t_controldebug.htm"/>
+				<topic label="Work in disassembly mode" href="cdt_t_disassembly.htm"/>
+				<topic label="View or change a variable" href="cdt_t_variables.htm"/>
+				<topic label="Add and expression" href="cdt_t_expressions.htm"/>
+				<topic label="Change registers or how they are displayed" href="cdt_t_registers.htm"/>
+				<topic label="Change memory or how it is displayed" href="cdt_t_memory.htm"/>
+			</topic>
+		</topic>
+		<topic label="Searching the CDT" href="cdt_t_search.htm"/>
+
 </toc>
Index: concepts/cdt_c_content_assist.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_content_assist.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_c_content_assist.htm
--- concepts/cdt_c_content_assist.htm	11 Apr 2004 13:11:23 -0000	1.3
+++ concepts/cdt_c_content_assist.htm	26 Apr 2004 14:50:02 -0000
@@ -35,7 +35,7 @@
   <li>Enumerations</li>
 </ul>
 
-You trigger the Code completion feature when you call Content Assist (such as when you type <tt>Ctrl+Space</tt>), but you alsow invoke it when you type 
+You trigger the Code completion feature when you call Content Assist (such as when you type <tt>Ctrl+Space</tt>), but you also invoke it when you type 
 &quot<b>.</b>&quot, &quot<b>-></b>&quot or &quot<b>::</b>&quot.</p>
 
 <img src="../images/contentAssist_example.gif" border="0" width="598" height="544" alt="C++ example showing Code Assist popup">
Index: concepts/cdt_c_search.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_search.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_c_search.htm
--- concepts/cdt_c_search.htm	19 Dec 2003 20:47:29 -0000	1.2
+++ concepts/cdt_c_search.htm	26 Apr 2004 14:50:02 -0000
@@ -3,8 +3,6 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>C/C++ search</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
@@ -77,13 +75,17 @@
   <tr>
     <td width="19%">&nbsp;Field </td>
     <td width="81%">Searches for fields that are members of a class, struct, or 
-    union.<p>Searching for fields also finds enumerators.</td>
+    union.
   </tr>
   <tr>
     <td width="19%">&nbsp;Enumeration</td>
     <td width="81%">Searches for enumerations.</td>
   </tr>
   <tr>
+    <td width="19%">&nbsp;Enumerator</td>
+    <td width="81%">Searches for enumerators.</td>
+  </tr>
+  <tr>
     <td width="19%">&nbsp;Namespace</td>
     <td width="81%">Searches for namespaces.</td>
   </tr>
@@ -105,6 +107,7 @@
   <li>Workspace</li>
   <li>Working Set</li>
   <li>Selected Resources</li>
+  <li>Project</li>
 </ul>
 <h2>Wildcard characters</h2>
 <p>You can use wildcard characters to further refine your search.</p>
Index: concepts/cdt_o_concepts.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_o_concepts.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_o_concepts.htm
--- concepts/cdt_o_concepts.htm	11 Apr 2004 13:11:23 -0000	1.3
+++ concepts/cdt_o_concepts.htm	26 Apr 2004 14:50:02 -0000
@@ -28,12 +28,6 @@
     <td align="left" width="110"><a href="cdt_c_over_cdt.htm">CDT overview</a></td>
   </tr>
   <tr>
-    <td align="left" width="334">Recommended approaches for dealing with source 
-    files and files systems that were created outside of Eclipse</td>
-    <td align="left" width="110"><a href="../getting_started/cdt_w_existing_code.htm">How to bring 
-    C/C++ source into Eclipse</a></td>
-  </tr>
-  <tr>
     <td align="left" width="334">C/C++ projects</td>
     <td align="left" width="110"><a href="cdt_o_projects.htm">CDT projects</a></td>
   </tr>
Index: getting_started/cdt_o_tutorial.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_o_tutorial.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_o_tutorial.htm
--- getting_started/cdt_o_tutorial.htm	12 Apr 2004 14:50:50 -0000	1.2
+++ getting_started/cdt_o_tutorial.htm	26 Apr 2004 14:50:03 -0000
@@ -54,6 +54,12 @@
     your project</td>
     <td align="left" width="206"><a href="cdt_w_debug.htm">Debugging your project</a></td>
   </tr>
+  <tr>
+    <td align="left" width="334">Recommended approaches for dealing with source 
+    files and files systems that were created outside of Eclipse</td>
+    <td align="left" width="110"><a href="../getting_started/cdt_w_existing_code.htm">How to bring 
+    C/C++ source into Eclipse</a></td>
+  </tr>
 </table>
 
 <p>&nbsp;</p>
Index: reference/cdt_u_c_pref.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_c_pref.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_c_pref.htm
--- reference/cdt_u_c_pref.htm	19 Apr 2004 14:57:01 -0000	1.1
+++ reference/cdt_u_c_pref.htm	26 Apr 2004 14:50:07 -0000
@@ -15,7 +15,7 @@
 <h1>C/C++ page, Preferences window</h1>
 
 <p>The C/C++ Preference dialog box allows you to make changes to your C/C++ environment.</p>
-<p><img src="../images/C-C++Preferences.png" border="0" width="635" height="539" alt="C/C++ Main Preferences Window"></p>
+<p><img src="../images/c_cpp_preferences.png" border="0" width="635" height="539" alt="C/C++ Main Preferences Window"></p>
 <dl>
   <dt>Link view selection to active editor</dt>
   <dd>Select this checkbox to open an item selectedin the Projects view, in the Editor view.</dd>
@@ -36,4 +36,4 @@
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: tasks/cdt_o_brkpnts_watch.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_o_brkpnts_watch.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_o_brkpnts_watch.htm
--- tasks/cdt_o_brkpnts_watch.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_o_brkpnts_watch.htm	26 Apr 2004 14:50:07 -0000
@@ -3,8 +3,6 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Working with breakpoints and watchpoints</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
@@ -16,34 +14,13 @@
 
 <p>This section explains how to work with breakpoints and watchpoints.</p>
 
-<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="508">
-  <tr>
-    <th align="left" valign="bottom" width="279">To</th>
-    <th align="left" width="206">See</th>
-  </tr>
-  <tr>
-    <td align="left" width="279">Add breakpoints</td>
-    <td align="left" width="206"><a href="cdt_t_add_brkpnts.htm">Adding 
-    breakpoints</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="279">Add watchpoints</td>
-    <td align="left" width="206"><a href="cdt_t_add_watch.htm">Adding 
-    watchpoints</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="279">Remove breakpoints and watchpoints</td>
-    <td align="left" width="206"><a href="cdt_t_rem_wtch_brk.htm">Removing 
-    breakpoints and watchpoints</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="279">Enable or disable breakpoints and watchpoints</td>
-    <td align="left" width="206"><a href="cdt_t_rem_wtch_brk.htm">Disabling and 
-    enabling breakpoints and watchpoints</a></td>
-  </tr>
-  </table>
+<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_add_brkpnts.htm">Add breakpoints</a><br>
+<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_add_watch.htm">Add watchpoints</a><br>
+<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_rem_wtch_brk.htm">Remove breakpoints and watchpoints</a><br>
+<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_endis_able_brk_wtch.htm">Enable or disable breakpoints and watchpoints</a><br>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+
+<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
 
 </body>
 
Index: tasks/cdt_o_build_task.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_o_build_task.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_o_build_task.htm
--- tasks/cdt_o_build_task.htm	22 Dec 2003 20:42:51 -0000	1.3
+++ tasks/cdt_o_build_task.htm	26 Apr 2004 14:50:07 -0000
@@ -3,91 +3,31 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Building projects</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
 </head>
-
 <body>
 
 <h1>Building projects</h1>
 <p>This sections explains how to build your project and manage compile 
 errors.</p>
-<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="505">
-  <tr>
-    <th align="left" valign="bottom" width="199">To</th>
-    <th align="left" width="283">See</th>
-  </tr>
-  <tr>
-    <td align="left" width="278">Rename a project</td>
-    <td align="left" width="239"><a href="cdt_t_proj_rename.htm">Renaming a 
-    project</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="278">Select referenced projects</td>
-    <td align="left" width="239"><a href="cdt_t_proj_ref.htm">Selecting 
-    referenced projects</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="278">Configure how the CDT handles make errors, 
-    change the default build command and specify a make target</td>
-    <td align="left" width="239"><a href="cdt_t_proj_build_set.htm">Defining build 
-    settings</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="278">Control which build errors are displayed</td>
-    <td align="left" width="239"><a href="cdt_t_proj_error_parser.htm">Filtering 
-    errors</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="278">Select a binary parser</td>
-    <td align="left" width="239"><a href="cdt_t_proj_parser.htm">Selecting a 
-    binary parser</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="278">Include paths and symbols</td>
-    <td align="left" width="239"><a href="cdt_t_proj_paths.htm">Including paths 
-    and symbols</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="278">For Managed Make projects, select a deployment platform for managed 
-    make projects</td>
-    <td align="left" width="239"><a href="cdt_t_proj_platf.htm">Selecting a 
-    deployment platform</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="199">Set build order</td>
-    <td align="left" width="283"><a href="cdt_t_setbuildorder.htm">Setting a 
-    build order</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="199">Build your project as required</td>
-    <td align="left" width="283"><a href="cdt_t_manualbuild.htm">Building 
-    manually</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="199">Save modified resources before you build</td>
-    <td align="left" width="283"><a href="cdt_t_autosave.htm">Autosaving on a 
-    manual build</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="199">Add a make target</td>
-    <td align="left" width="283"><a href="cdt_t_addmaketarget.htm">Creating a make 
-    target</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="199">Customize the C-Build view</td>
-    <td align="left" width="283"><a href="cdt_t_cbuild_pref.htm">Customizing the 
-    C-Build view</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="199">View and manage compile errors</td>
-    <td align="left" width="283"><a href="cdt_o_tasksview.htm">Viewing and 
-    managing compile errors</a></td>
-  </tr>
-  </table>
+	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_rename.htm">Rename a project</a><br>
+	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_ref.htm">Select referenced projects</a><br>
+	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_build_set.htm">Configure how the CDT handles make errors, change the default build command and specify a make target</a><br>
+	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_error_parser.htm">Control which build errors are displayed</a><br>
+	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_parser.htm">Select a binary parser</a><br>
+	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_paths.htm">Include paths and symbols</a><br>
+	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_platf.htm">For Managed Make projects, select a deployment platform for managed make projects</a><br>
+	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_setbuildorder.htm">Set build order</a><br>
+	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_manualbuild.htm">Build your project as required</a><br>
+	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_autosave.htm">Save modified resources before you build</a><br>
+	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_addmaketarget.htm">Add a make target</a><br>
+	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_cbuild_pref.htm">Customize the C-Build view</a><br>
+	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_o_tasksview.htm">View and manage compile errors</a><br>
+		<img src="../images/trans.gif" border="0" width="50"height="1" alt=""><a style="text-decoration:none" href="cdt_t_jumperror.htm">Jump to errors</a><br>
+		<img src="../images/trans.gif" border="0" width="50"height="1" alt=""><a style="text-decoration:none" href="cdt_t_filtererror.htm">Filter errors</a><br>
+		<img src="../images/trans.gif" border="0" width="50"height="1" alt=""><a style="text-decoration:none" href="cdt_t_setreminder.htm">Set reminders</a><br>
 
 <p>
 
Index: tasks/cdt_o_con_assist.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_o_con_assist.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_o_con_assist.htm
--- tasks/cdt_o_con_assist.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_o_con_assist.htm	26 Apr 2004 14:50:07 -0000
@@ -3,8 +3,6 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Working with Content Assist</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
@@ -14,32 +12,11 @@
 
 <h1>Working with Content Assist</h1>
 <p>This section provides information on code entry aids.</p>
-<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="474">
-  <tr>
-    <th align="left" valign="bottom" width="236">To learn about</th>
-    <th align="left" width="215">See</th>
-  </tr>
-  <tr>
-    <td align="left" width="236">Inserting code elements and code templates into 
-    your code</td>
-    <td align="left" width="215"><a href="cdt_t_contentassist.htm">Using Content 
-    Assist</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="236">Creating and editing code templates</td>
-    <td align="left" width="215"><a href="cdt_t_add_codetemp.htm">Creating and 
-    editing code templates</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="236">Importing and exporting code templates</td>
-    <td align="left" width="215"><a href="cdt_t_imp_code_temp.htm">Importing and 
-    exporting code templates</a></td>
-  </tr>
-  </table>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_contentassist.htm">Inserting code elements and code templates into your code</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_add_codetemp.htm">Creating and editing code templates</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_imp_code_temp.htm">Importing and exporting code templates</a><br>
 
-<p>
-
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
 </body>
 
 </html>
Index: tasks/cdt_o_debug.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_o_debug.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_o_debug.htm
--- tasks/cdt_o_debug.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_o_debug.htm	26 Apr 2004 14:50:08 -0000
@@ -3,8 +3,6 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Debugging</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
@@ -16,56 +14,20 @@
 
 <p>This section explains how to debug your project.</p>
 
-<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="508">
-  <tr>
-    <th align="left" valign="bottom" width="279">To</th>
-    <th align="left" width="206">See</th>
-  </tr>
-  <tr>
-    <td align="left" width="279">Start a debug session</td>
-    <td align="left" width="206"><a href="cdt_t_debug_prog.htm">Debugging a 
-    program</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="279">Add, remove, enable or disable breakpoints and 
-    watchpoints</td>
-    <td align="left" width="206"><a href="cdt_o_brkpnts_watch.htm">Working with 
-    breakpoints and watchpoints</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="279">Control your debug execution</td>
-    <td align="left" width="206"><a href="cdt_t_controldebug.htm">Controlling 
-    your debug execution</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="279">Work in disassembly mode</td>
-    <td align="left" width="206"><a href="cdt_t_disassembly.htm">Stepping into 
-    assembler functions</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="279">View or change a variable</td>
-    <td align="left" width="206"><a href="cdt_t_variables.htm">Working with 
-    variables</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="279">Add and expression</td>
-    <td align="left" width="206"><a href="cdt_t_expressions.htm">Adding 
-    expressions</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="279">Change registers or how they are displayed</td>
-    <td align="left" width="206"><a href="cdt_t_registers.htm">Working with 
-    registers</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="279">Change memory or how it is displayed</td>
-    <td align="left" width="206"><a href="cdt_t_memory.htm">Working with memory</a></td>
-  </tr>
-</table>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_debug_prog.htm">Start a debug session</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_brkpnts_watch.htm">Add, remove, enable or disable breakpoints and watchpoints</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_add_brkpnts.htm">Add breakpoints</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_add_watch.htm">Add watchpoints</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_rem_wtch_brk.htm">Remove breakpoints and watchpoints</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_endis_able_brk_wtch.htm">Enable or disable breakpoints and watchpoints</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_controldebug.htm">Control your debug execution</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_disassembly.htm">Work in disassembly mode</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_variables.htm">View or change a variable</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_expressions.htm">Add and expression</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_registers.htm">Change registers or how they are displayed</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_memory.htm">Change memory or how it is displayed</a><br>
 
-<p>&nbsp;</p>
-
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"</p>
 
 </body>
 
Index: tasks/cdt_o_proj_files.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_o_proj_files.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_o_proj_files.htm
--- tasks/cdt_o_proj_files.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_o_proj_files.htm	26 Apr 2004 14:50:08 -0000
@@ -3,8 +3,6 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Working with C/C++ project files</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
@@ -13,42 +11,15 @@
 <body>
 
 <h1>Working with C/C++ project files</h1>
-&nbsp;<p>This section explains how to create and manage project files.</p>
-<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="540">
-  <tr>
-    <th align="left" valign="bottom" width="161">To</th>
-    <th align="left" width="356">See</th>
-  </tr>
-  <tr>
-    <td align="left" width="161">Display file members in the C/C++ Projects view</td>
-    <td align="left" width="356"><a href="cdt_t_show_proj_files.htm">Displaying 
-    C/C++ file components in the C/C++ Projects view</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="161">Assign a C or C++ nature to a project</td>
-    <td align="left" width="356"><a href="cdt_t_conv_proj.htm">Assigning a C or 
-    C++ nature to a project</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="161">Create a cpp file</td>
-    <td align="left" width="356"><a href="cdt_t_new_cpp.htm">Creating a C++ 
-    file</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="161">Create a makefile</td>
-    <td align="left" width="356"><a href="cdt_t_new_make.htm">Creating a 
-    makefile</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="161">Hide files of a given type</td>
-    <td align="left" width="356"><a href="cdt_t_prvw_hide_files.htm">Hiding 
-    files by type in the C/C++ Projects view</a></td>
-  </tr>
-  </table>
+<p>This section explains how to create and manage project files.</p>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_show_proj_files.htm">Display file members in the C/C++ Projects view</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_conv_proj.htm">Assign a C or C++ nature to a project</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_new_cpp.htm">Create a cpp file</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_new_make.htm">Create a makefile</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_prvw_hide_files.htm">Hide files of a given type</a><br>
 
-&nbsp;<p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
 </body>
 
 </html>
Index: tasks/cdt_o_run.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_o_run.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_o_run.htm
--- tasks/cdt_o_run.htm	22 Dec 2003 20:42:51 -0000	1.3
+++ tasks/cdt_o_run.htm	26 Apr 2004 14:50:08 -0000
@@ -3,8 +3,6 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Running and debugging projects</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
@@ -13,33 +11,31 @@
 <body>
 
 <h1>Running and debugging projects</h1>
-<p>This section explains how to run a C or C++ application using an 
-existing run configuration and how to create a new run configuration.</p>
-<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="540">
-  <tr>
-    <th align="left" valign="bottom" width="256">To</th>
-    <th align="left" width="261">See</th>
-  </tr>
-  <tr>
-    <td align="left" width="256">Specify a project and application to run</td>
-    <td align="left" width="261"><a href="cdt_o_run_config.htm">Creating or 
-    editing a run/debug configuration</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="256">Create a run or debug configuration</td>
-    <td align="left" width="261"><a href="cdt_t_run_config.htm">Selecting a run 
-    or debug 
-    configuration</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="256">Debug an application</td>
-    <td align="left" width="261"><a href="cdt_o_debug.htm">Debugging</a></td>
-  </tr>
-  </table>
+<p>This section explains how to run a C or C++ application using an existing run configuration and how to create a new run configuration.</p>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_run_config.htm">Specify a project and application to run</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_config.htm">Select a run or debug configuration</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_new_run_config.htm">Create a run or debug configuration</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_main.htm">Specify a project and application</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_arg.htm">Specify the execution arguments &amp the working directory</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_env.htm">Set the environment variables and values</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_dbg.htm">Select a debugger</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_source.htm">Specify the location of source files</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_com.htm">Specifying the location of the run configuration</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_debug.htm">Debug an application</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_debug_prog.htm">Start a debug session</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_o_brkpnts_watch.htm">Add, remove, enable or disable breakpoints and watchpoints</a><br>
+			<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_add_brkpnts.htm">Add breakpoints</a><br>
+			<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_add_watch.htm">Add watchpoints</a><br>
+			<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_rem_wtch_brk.htm">Remove breakpoints and watchpoints</a><br>
+			<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_endis_able_brk_wtch.htm">Enable or disable breakpoints and watchpoints</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_controldebug.htm">Control your debug execution</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_disassembly.htm">Work in disassembly mode</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_variables.htm">View or change a variable</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_expressions.htm">Add and expression</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_registers.htm">Change registers or how they are displayed</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_memory.htm">Change memory or how it is displayed</a><br>
 
-<p>
-
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
 </body>
 
 </html>
Index: tasks/cdt_o_run_config.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_o_run_config.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_o_run_config.htm
--- tasks/cdt_o_run_config.htm	22 Dec 2003 20:42:51 -0000	1.3
+++ tasks/cdt_o_run_config.htm	26 Apr 2004 14:50:08 -0000
@@ -3,8 +3,6 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Creating or editing a run/debug configuration</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
@@ -26,59 +24,15 @@
   <li>Source</li>
   <li>Common</li>
 </ul>
-<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="540">
-  <tr>
-    <th align="left" valign="bottom" width="256">To</th>
-    <th align="left" width="261">See</th>
-  </tr>
-  <tr>
-    <td align="left" width="256">Select a run or debug configuration</td>
-    <td align="left" width="261"><a href="cdt_t_run_config.htm">Selecting a run 
-    or debug 
-    configuration</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="256">Create a run or debug configuration</td>
-    <td align="left" width="261"><a href="cdt_t_new_run_config.htm">Creating a 
-    run or debug configuration</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="256">Specify a project and application to run or 
-    debug</td>
-    <td align="left" width="261"><a href="cdt_t_run_main.htm">Selecting an 
-    application to run</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="256">Specify the execution arguments an application 
-    uses and the working directory for a run or debug configuration</td>
-    <td align="left" width="261"><a href="cdt_t_run_arg.htm">Specifying 
-    execution arguments</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="256">Set the environment variables and values to use 
-    when running or debugging application</td>
-    <td align="left" width="261"><a href="cdt_t_run_env.htm">Setting environment 
-    variables</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="256">Select a debugger to use when debugging an 
-    application</td>
-    <td align="left" width="261"><a href="cdt_t_run_dbg.htm">Defining debug 
-    settings</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="256">Specify the location of source files used when 
-    debugging a C or C++ application</td>
-    <td align="left" width="261"><a href="cdt_t_run_source.htm">Specifying the 
-    location of source files</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="256">Specify where the run configuration is stored, 
-    how you access it, and what perspective to open when running an application</td>
-    <td align="left" width="261"><a href="cdt_t_run_com.htm">Specifying the 
-    location of the run configuration</a></td>
-  </tr>
-  </table>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_config.htm">Select a run or debug configuration</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_new_run_config.htm">Create a run or debug configuration</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_main.htm">Specify a project and application</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_arg.htm">Specify the execution arguments &amp the working directory</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_env.htm">Set the environment variables and values</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_dbg.htm">Select a debugger</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_source.htm">Specify the location of source files</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_com.htm">Specifying the location of the run configuration</a><br>
+
 
 &nbsp;<p>
 
Index: tasks/cdt_o_tasks.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_o_tasks.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_o_tasks.htm
--- tasks/cdt_o_tasks.htm	22 Dec 2003 20:42:51 -0000	1.3
+++ tasks/cdt_o_tasks.htm	26 Apr 2004 14:50:08 -0000
@@ -3,8 +3,6 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Tasks</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
@@ -13,42 +11,70 @@
 <body>
 
 <h1>Tasks</h1>
-&nbsp;<p>Task topics provide step-by-step procedural instructions to help you 
-perform required tasks.</p>
-<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="540">
-  <tr>
-    <th align="left" valign="bottom" width="218">To</th>
-    <th align="left" width="299">See</th>
-  </tr>
-  <tr>
-    <td align="left" width="218">Update your installation of the CDT</td>
-    <td align="left" width="299"><a href="cdt_t_update_man.htm">Updating the CDT</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="218">Create projects</td>
-    <td align="left" width="299"><a href="cdt_t_proj_new.htm">Creating a project</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="218">Work with C or C++ project files</td>
-    <td align="left" width="299"><a href="cdt_o_proj_files.htm">Working with 
-    C/C++ project files</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="218">Write code</td>
-    <td align="left" width="299"><a href="cdt_o_write_code.htm">Writing code</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="218">Build your C or C++ projects</td>
-    <td align="left" width="299"><a href="cdt_o_build_task.htm">Building 
-    projects</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="218">Run/debug your C or C++ projects</td>
-    <td align="left" width="299"><a href="cdt_o_run.htm">Running and debugging</a></td>
-  </tr>
-  </table>
-<p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<p>Task topics provide step-by-step procedural instructions to help you perform required tasks.</p>
+
+<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_update_man.htm">Update your installation of the CDT</a><br>
+<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_new.htm">Creating a project</a><br>
+<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_proj_files.htm">Work with C or C++ project files</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_show_proj_files.htm">Display file members in the C/C++ Projects view</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_conv_proj.htm">Assign a C or C++ nature to a project</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_new_cpp.htm">Create a cpp file</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_new_make.htm">Create a makefile</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_prvw_hide_files.htm">Hide files of a given type</a><br>
+<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_write_code.htm">Write code</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_cust_cpp_editor.htm">Customize the C/C++ editor</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_comment_out.htm">Comment out code</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_o_con_assist.htm">Use Content Assist</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_contentassist.htm">Inserting code elements and code templates into your code</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_add_codetemp.htm">Creating and editing code templates</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_imp_code_temp.htm">Importing and exporting code templates</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_shift_code.htm">Shift lines of code to the left or right</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_search.htm">Search for C/++ elements</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_open_declarations.htm">Navigate to C/C++ declarations by name</a><br>
+<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_build_task.htm">Build your C or C++ projects</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_rename.htm">Rename a project</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_ref.htm">Select referenced projects</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_build_set.htm">Configure how the CDT handles make errors, change the default build command and specify a make target</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_error_parser.htm">Control which build errors are displayed</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_parser.htm">Select a binary parser</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_paths.htm">Include paths and symbols</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_platf.htm">For Managed Make projects, select a deployment platform for managed make projects</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_setbuildorder.htm">Set build order</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_manualbuild.htm">Build your project as required</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_autosave.htm">Autosaving on manual build</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_addmaketarget.htm">Add a make target</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_cbuild_pref.htm">Customize the Console view</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_o_tasksview.htm">View and manage compile errors</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_jumperror.htm">Jump to errors</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_filtererror.htm">Filter errors</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_setreminder.htm">Set reminders</a><br>
+<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_run.htm">Run/debug your C or C++ projects</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_o_run_config.htm">Specify a project and application to run</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_config.htm">Select a run or debug configuration</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_new_run_config.htm">Create a run or debug configuration</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_main.htm">Specify a project and application</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_arg.htm">Specify the execution arguments &amp the working directory</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_env.htm">Set the environment variables and values</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_dbg.htm">Select a debugger</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_source.htm">Specify the location of source files</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_com.htm">Specifying the location of the run configuration</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_o_debug.htm">Debug an application</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_debug_prog.htm">Start a debug session</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_o_brkpnts_watch.htm">Add, remove, enable or disable breakpoints and watchpoints</a><br>
+			<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_t_add_brkpnts.htm">Add breakpoints</a><br>
+			<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_t_add_watch.htm">Add watchpoints</a><br>
+			<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_t_rem_wtch_brk.htm">Remove breakpoints and watchpoints</a><br>
+			<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_t_endis_able_brk_wtch.htm">Enable or disable breakpoints and watchpoints</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_controldebug.htm">Control your debug execution</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_disassembly.htm">Work in disassembly mode</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_variables.htm">View or change a variable</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_expressions.htm">Add and expression</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_registers.htm">Change registers or how they are displayed</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_memory.htm">Change memory or how it is displayed</a><br>
+
+
+
+<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
 </body>
 
 </html>
Index: tasks/cdt_o_tasksview.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_o_tasksview.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_o_tasksview.htm
--- tasks/cdt_o_tasksview.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_o_tasksview.htm	26 Apr 2004 14:50:08 -0000
@@ -3,8 +3,6 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Viewing and managing compile errors</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
@@ -16,28 +14,12 @@
 
 <p>This section describes how to view and manage compile errors. Compile errors 
 are displayed in the Tasks view.</p>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_jumperror.htm">Jump to errors</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_filtererror.htm">Filter errors</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_setreminder.htm">Set reminders</a><br>
 
-<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="299">
-  <tr>
-    <th align="left" valign="bottom" width="110">To</th>
-    <th align="left" width="166">See</th>
-  </tr>
-  <tr>
-    <td align="left" width="110">Jump to errors</td>
-    <td align="left" width="166"><a href="cdt_t_jumperror.htm">Jumping to errors</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="110">Filter errors</td>
-    <td align="left" width="166"><a href="cdt_t_filtererror.htm">Filtering the 
-    Tasks view</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="110">Set reminders</td>
-    <td align="left" width="166"><a href="cdt_t_setreminder.htm">Setting reminders</a></td>
-  </tr>
-  </table>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
 
 </body>
 
Index: tasks/cdt_o_write_code.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_o_write_code.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_o_write_code.htm
--- tasks/cdt_o_write_code.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_o_write_code.htm	26 Apr 2004 14:50:08 -0000
@@ -3,8 +3,6 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Writing code</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
@@ -13,47 +11,18 @@
 <body>
 
 <h1>Writing code</h1>
-&nbsp;<p>This sections explains how to work with the C/C++ editor.</p>
-<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="476">
-  <tr>
-    <th align="left" valign="bottom" width="214">To</th>
-    <th align="left" width="239">See</th>
-  </tr>
-  <tr>
-    <td align="left" width="214">Customize the C/C editor</td>
-    <td align="left" width="239"><a href="cdt_t_cust_cpp_editor.htm">Customizing 
-    the C/C++ editor</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="214">Comment out code</td>
-    <td align="left" width="239"><a href="cdt_t_comment_out.htm">Commenting out 
-    code</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="214">Use Content Assist</td>
-    <td align="left" width="239"><a href="cdt_o_con_assist.htm">Working with 
-    Content Assist</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="214">Shift lines of code to the left or right</td>
-    <td align="left" width="239"><a href="cdt_t_shift_code.htm">Shifting lines 
-    of code to the left or right</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="161">Search for C/++ elements</td>
-    <td align="left" width="356"><a href="cdt_t_search.htm">Searching for C/C++ 
-    elements</a></td>
-  </tr>
-  <tr>
-    <td align="left" width="161">Navigate to C/C++ declarations by name</td>
-    <td align="left" width="356"><a href="cdt_t_open_declarations.htm">Navigating 
-    to C/C++ declarations</a></td>
-  </tr>
-  </table>
+<p>This sections explains how to work with the C/C++ editor.</p>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_cust_cpp_editor.htm">Customize the C/C++ editor</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_comment_out.htm">Comment out code</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_con_assist.htm">Use Content Assist</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_contentassist.htm">Inserting code elements and code templates into your code</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_add_codetemp.htm">Creating and editing code templates</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_imp_code_temp.htm">Importing and exporting code templates</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_shift_code.htm">Shift lines of code to the left or right</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_search.htm">Search for C/++ elements</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_open_declarations.htm">Navigate to C/C++ declarations by name</a><br>
 
-&nbsp;<p>
-
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
 </body>
 
 </html>
Index: tasks/cdt_t_add_brkpnts.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_add_brkpnts.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_add_brkpnts.htm
--- tasks/cdt_t_add_brkpnts.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_add_brkpnts.htm	26 Apr 2004 14:50:08 -0000
@@ -3,11 +3,17 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Adding breakpoints</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -18,17 +24,13 @@
 enabled when you debug, the execution suspends before that line of code 
 executes.</p>
 
-<p>To add a breakpoint:</p>
-
-<ol>
-  <li>Point to the marker bar located in the left margin of the <b>C/C++ Editor</b> beside the line of code 
-  where you want to add a breakpoint.</li>
-  <li>Right-click the marker bar, and select <b>
-  Add Breakpoint</b>.</li>
-  <p>A dot <img alt="Icon: Breakpoint object" src="../images/icon_breakpoint_obj.gif" width="16" height="16"> is 
-  displayed in the marker bar and 
-  in the <b>Breakpoints</b> view, along with the name of the associated file.</p>
-</ol>
+<p>To add a breakpoint point, double click the marker bar located in the left margin of the 
+  <b>C/C++ Editor</b> beside the line of code where you want to add a breakpoint. A dot 
+  <img alt="Icon: Breakpoint object" src="../images/icon_breakpoint_obj.gif" width="16" height="16"> is 
+  displayed in the marker bar and in the <b>Breakpoints</b> view, along with the name of the associated file.<br>
+  <img src="../images/add_breakpoint.png" width="227" height="168" onClick="changeSize(this,227,168);" 
+       alt="Screen Capture of the edit view with the cursor highlighting a breakpoint" title="click to toggle image size">
+  </p>
 <p>For more information on marker bar icons, see <b>Workbench User Guide &gt; 
 Reference &gt; User interface information &gt; Icons and buttons &gt; Editor area 
 marker bar</b>.</p>
Index: tasks/cdt_t_add_codetemp.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_add_codetemp.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_add_codetemp.htm
--- tasks/cdt_t_add_codetemp.htm	19 Dec 2003 20:47:29 -0000	1.2
+++ tasks/cdt_t_add_codetemp.htm	26 Apr 2004 14:50:08 -0000
@@ -3,11 +3,17 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Creating and editing code templates</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -22,7 +28,11 @@
 <ol>
   <li>Click <b>Window &gt; Preferences</b>.</li>
   <li>Expand <b>C/C++</b>, and click <b>Code Templates</b>.</li>
-  <li>Click <b>New</b>.</li>
+  <li>Click <b>New</b>.<br>
+  <img src="../images/code_templates_new.png" width="365" height="304" onClick="changeSize(this,365,304);" 
+       alt="Screen capture for inserting a new Code Template" title="click to toggle image size">
+
+  </li>
   <li><p>Do the following:</p>
 	<ul>
   		<li>In the <b>Name</b> field, enter a template name.</li>
@@ -43,7 +53,10 @@
 <ol>
   <li>Click <b>Window &gt; Preferences</b>.</li>
   <li>Expand <b>C/C++</b>, and click <b>Code Templates</b>.</li>
-  <li>Click <b>Edit</b>. The New Template dialog box opens.</li>
+  <li>Click <b>Edit</b>. The New Template dialog box opens.<br>
+  <img src="../images/code_templates_edit.png" width="368" height="269" onClick="changeSize(this,368,269);" 
+  	   alt="Screen capture for editing a Code Template" title="click to toggle image size">
+  </li>
   <li><p>Do the following:</p>
 	<ul>
   		<li>In the <b>Name</b> field, change the template name to create a new 
Index: tasks/cdt_t_autosave.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_autosave.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_autosave.htm
--- tasks/cdt_t_autosave.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_autosave.htm	26 Apr 2004 14:50:08 -0000
@@ -3,11 +3,17 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Autosaving on a manual build</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -22,7 +28,9 @@
 <p>To save resources before manual builds:</p>
 <ol>
   <li>Click <b>Window &gt; Preferences</b>. </li>
-  <li>Select <b>Workbench</b> from the list.</li>
+  <li>Select <b>Workbench</b> from the list.<br>
+  <img src="../images/workbench_prop.png" width="318" height="270" onClick="changeSize(this,318,270);" 
+	alt="Screen Capture of Workbench Properties" title="click to toggle image size"></li>
   <li>On the Workbench page, select the <b>Save all modified resources automatically 
   prior to manual build</b> check box.<li>Click <b>OK</b>.</li>
   <p>The CDT will now save your resources when you build a project.</ol>
Index: tasks/cdt_t_cbuild_pref.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_cbuild_pref.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_cbuild_pref.htm
--- tasks/cdt_t_cbuild_pref.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_cbuild_pref.htm	26 Apr 2004 14:50:08 -0000
@@ -3,11 +3,17 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Customizing the C-Build view</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -18,11 +24,13 @@
 <p>To set C-Build view preferences</p>
 <ol>
   <li>Click <b>Window &gt; Preferences</b>.</li>
-  <li>Expand <b>C/C++</b>, and click <b>Build Console</b>.</li>
-  <li>To display information on the latest build, select the <b>Always clear C-Build view before building</b> check box.</li>
-  <li>To open the C-Build view when a project is built, select the <b>Open C-Build view when building</b> check box.</li>
-  <li>To display the C-Build view if it is already open when a project is built, 
-  select the <b>Bring the C-Build view to top when building (if present)</b>.</li>
+  <li>Expand <b>C/C++</b>, and click <b>Build Console</b>.<br>
+  <img src="../images/BuildConsole.png" width="318" height="270" onClick="changeSize(this,318,270);" 
+       alt="Screen Capture of Build Console Properties" title="click to toggle image size"></li>
+  <li>To display information on the latest build, select the <b>Always clear console before building</b> check box.</li>
+  <li>To open the C-Build view when a project is built, select the <b>Open console when building</b> check box.</li>
+  <li>To display the console if it is already open when a project is built, 
+  select the <b>Bring the console to top when building (if present)</b>.</li>
   <li>Click <b>OK</b>.</li>
 </ol>
 
Index: tasks/cdt_t_comment_out.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_comment_out.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_comment_out.htm
--- tasks/cdt_t_comment_out.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_comment_out.htm	26 Apr 2004 14:50:08 -0000
@@ -3,8 +3,6 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Commenting out code</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
Index: tasks/cdt_t_contentassist.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_contentassist.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_contentassist.htm
--- tasks/cdt_t_contentassist.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_contentassist.htm	26 Apr 2004 14:50:08 -0000
@@ -3,11 +3,17 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Using Content Assist</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -22,12 +28,12 @@
 
 <ol>
   <li>In the C/C++ editor, type at least the first letter of a code template or 
-  element.</li>
-  <li>Click <b>Edit &gt; Content Assist</b>.<br>
+  element then <b>Ctrl+Space</b>.<br>
   A list displays the code templates 
-    <img border="0" src="../images/template_obj.gif" width="16" height="16"> followed by the elements, in 
-  alphabetical order, that start with the letter combination 
-  you typed.</li>
+    <img border="0" src="../images/template_obj.gif" width="16" height="16"> followed by the elements that start with the letter combination you typed.</li>
+	<img src="../images/contentAssist_example.png" width="299" height="272" onClick="changeSize(this,299,272);" 
+         alt="Screen Capture of Content Assist Example" title="click to toggle image size">
+	
   <li>Do one of the following: 
   <ul>
     <li>Continue typing. The list shortens. When there is only one item in the 
@@ -39,27 +45,26 @@
 </ol>
 
 <p>To set Content Assist preferences:</p>
-
 <ol>
   <li>Click <b>Window &gt; Preferences</b>.</li>
   <li>Expand <b>C/C++</b>, and click<b>C/C++ Editor</b>.</li>
-  <li>Click the <b>Content Assist</b> tab.</li>
+  <li>Click the <b>Content Assist</b> tab.<br>
+  <img src="../images/contentAssist_preferences.png" width="334" height="263" onClick="changeSize(this,334,263);" 
+       alt="Screen Capture of Content Assist Preferences" title="click to toggle image size"></li>
   <li>Do  the following: 
   <ul>
-    <li>To insert an element when you open Content Assist and it is the only 
-    item 
-    in the list, select the <b>Insert single proposals automatically</b> check 
-    box.</li>
-    <li>To automatically open Content Assist when you type the first letter of an 
-    element for which there is a match, select the <b>Enable auto activation</b>. 
-    </li>
-    <li>To turn on Content Assist after a given number of seconds, type a value 
-    in the <b>Auto activation delay</b> box.</li>
-    <li>To specify a character that, if typed in the C/C++ editor, causes code 
-    assist to be invoked immediately&nbsp; before the delay times out, type a 
-    trigger in the <b>Auto activation triggers for C:</b> box.</li>
-    <li>To change the background color of the Content Assist dialog box, click 
-    the color palette button.</li>
+    <li>To change the scope from which Content Assist retrieves its proposals, select 
+	either <b>Search current file and included files</b> or <b>Search current project</b> 
+	by selecting the appropriate the radio button.</li>
+	<li>To insert an element when you open Content Assist and it is the only 
+    item in the list, select the <b>Insert single proposals automatically</b> check box.</li>
+    <li>To automatically insert a proposal, if it is the only one found when Content Assist is invoked, select the <b>Enable auto activation</b> checkbox.</li>
+    <li>To display proposals in alphabetical order, rather than by relevance, select the <b>Present proposals in alphabetical order</b> checkbox. </li>
+    <li>To change the timeout deley for Content Assist enter the value for <b>Content Assist parsing timeout</b> in the text box area.</li>
+    <li>Enable Auto activation of content assist for ".", "->" or "::" triggers by selecting the appropriate checkboxes.
+	<li>To change the delay	before invoking Content Assist using the triggers (shown above), enter the new delay in the <b>Auto activation delay</b> text box area.
+    <li>To change the background color of the Content Assist dialog box, click the color palette button.</li>
+    <li>To change the foreground color of the Content Assist dialog box, click the color palette button.</li>
   </ul>
   </li>
   <li>Click <b>OK</b>.</li>
Index: tasks/cdt_t_conv_proj.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_conv_proj.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_conv_proj.htm
--- tasks/cdt_t_conv_proj.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_conv_proj.htm	26 Apr 2004 14:50:08 -0000
@@ -3,11 +3,17 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Assigning a C or C++ nature to a project</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -19,9 +25,11 @@
 <p>To assign a C or C++ nature to a project</p>
 
 <ol>
-  <li>Click <b>File &gt; New &gt; Other</b>.</li>
+  <li>Click <b>File &gt; New &gt; Other</b>.<br>
+  <img src="../images/new_project.png" width="267" height="236" onClick="changeSize(this,267,236);" 
+         alt="Screen Capture of the New Project window" title="click to toggle image size"></li>
   <li>Click <b>C</b> or <b>C++</b>.</li>
-  <li>Click <b>Convert to Make Project</b>.</li>
+  <li>Click <b>Convert to C/C++ Make Project</b>.</li>
   <li>Click <b>Next</b>.</li>
   <li>In the Candidates for conversion list, select the projects to convert.</li>
   <li>In the Convert to C or C++ box, click <b>C Project</b> or <b>C++ Project</b>.</li>
Index: tasks/cdt_t_cust_cpp_editor.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_cust_cpp_editor.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_t_cust_cpp_editor.htm
--- tasks/cdt_t_cust_cpp_editor.htm	12 Apr 2004 14:48:21 -0000	1.3
+++ tasks/cdt_t_cust_cpp_editor.htm	26 Apr 2004 14:50:08 -0000
@@ -1,11 +1,18 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html lang="en">
-
 <head>
 	<meta http-equiv="Content-Language" content="en-us">
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Customizing the C/C++ editor</title>
 	<link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 <!--INFOPOP
 Customize the appearance of the C/C++ Editor.
@@ -22,13 +29,16 @@
   	<li>Click <b>Window &gt; Preferences</b>.</li><br>
   	<li>Expand<b> C/C++</b>, and click <b>C/C++ Editor</b>.</li><br>
 	<li>To set general preferences for the editor click the <b>General</b> tab.<br>
-	<br><br><p><img src="../images/editor_general_preferences.png" border="0" width="670" height="607" alt="Editor General Preferences Dialog Box"></p><br><br>
+	<img src="../images/editor_general_preferences.png" width="335" height="304" onClick="changeSize(this,335,304);" 
+	     alt="Editor General Preferences Dialog Box" title="click to toggle image size"></li>
 	<li>On the General Page set your preferences and click <b>Apply</b>. For a description of the General preferences click <a href="../reference/cdt_u_c_editor_gen.htm">here</a>.</li><br>
 	<li>To control the information that is displayed in the margins of the C/C++ editor, click the <b>Annotations</b> tab.<br>
-	<br><br><p><img src="../images/editor_annotations_preferences.png" border="0" width="670" height="607" alt="Editor Annotations Preferences Dialog Box"></p>	<br><br>
+	<img src="../images/editor_annotations_preferences.png" width="335" height="304" onClick="changeSize(this,335,304);" 
+	     alt="Editor Annotations Preferences Dialog Box" title="click to toggle image size"></li>
 	<li>On the Annotations page set your preferences and click <b>Apply</b>. For a description of the Annotation preferences click <a href="../reference/cdt_u_c_editor_anno.htm">here</a>.</li><br>
 	<li>To customize the color of the text in the editable area of the C/C++ editor, click the <b>Colors</b> tab.<br>
-	<br><br><p><img src="../images/editor_color_preferences.png" border="0" width="670" height="607" alt="Editor Color Preferences Dialog Box"></p><br><br>
+	<img src="../images/editor_color_preferences.png" width="335" height="304" onClick="changeSize(this,335,304);" 
+	     alt="Editor Color Preferences Dialog Box" title="click to toggle image size"></li>
 	<li>On the Colors page set your preferences and click <b>Apply</b>. For a description of the Color preferences click <a href="../reference/cdt_u_c_editor_color.htm">here</a>.</li><br>
 	<li>To customize Content Assist preferences, click the <b>Content Assist</b> tab. For more information, see <a href="cdt_t_contentassist.htm">Using Content Assist</a></li><br>
 	<li>Click <b>OK</b>.</li><br>
Index: tasks/cdt_t_imp_code_temp.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_imp_code_temp.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_imp_code_temp.htm
--- tasks/cdt_t_imp_code_temp.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_imp_code_temp.htm	26 Apr 2004 14:50:08 -0000
@@ -1,24 +1,18 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html lang="en">
-
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Importing and exporting code templates</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<style>
-<!--
-.e{margin-left:1em;text-indent:-1em;margin-right:1em}
-.m{color:blue}
-.pi{color:blue}
-.c{cursor:hand}
-.b{color:red}
-.t{color:#990000}
-.tx{font-weight:bold}
--->
-</style>
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -33,6 +27,8 @@
 &lt;templates&gt;
 &lt;template name=&quot;author&quot; description=&quot;author name&quot; context=&quot;C&quot; enabled=&quot;true&quot;&gt;author ${user}&lt;/template&gt; 
 &lt;/templates&gt;</pre>
+<img src="../images/code_templates.png" width="369" height="270" onClick="changeSize(this,369,270);" 
+     alt="Screen Capture of Code Templates Preferences" title="click to toggle image size">
 
 <p>To import a code template</p>
 <ol>
Index: tasks/cdt_t_manualbuild.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_manualbuild.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_manualbuild.htm
--- tasks/cdt_t_manualbuild.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_manualbuild.htm	26 Apr 2004 14:50:09 -0000
@@ -3,8 +3,6 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Building manually</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
@@ -16,7 +14,7 @@
 
 <p>Manual builds let you choose the scope of a build, whether to build, 
 or rebuild projects. You can view the output of the make utility in the 
-C-Build view.</p>
+console.</p>
 
 <p>To rebuild all open projects:</p>
 
Index: tasks/cdt_t_new_cpp.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_new_cpp.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_new_cpp.htm
--- tasks/cdt_t_new_cpp.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_new_cpp.htm	26 Apr 2004 14:50:09 -0000
@@ -3,8 +3,6 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Creating a C/C++ file</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
@@ -31,10 +29,8 @@
   <li>In the <b>File name</b> box, type a name followed by the appropriate 
   extension.</li>
   <li>Click <b>Finish</b>.</li>
-   <p>The C/C++ editor opens.</p>
-   <li>Type your makefile instructions  in the C/C++ editor.</li>
-   <li>Click <b>File &gt; 
-  Save</b>.</li>
+   <p>The file will open in the C/C++ editor.</p>
+   <li>Enter your code in the editor view and type<b>CTRL+s</b> to save the file.</li>
 </ol>
 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
 <br>
Index: tasks/cdt_t_new_make.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_new_make.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_new_make.htm
--- tasks/cdt_t_new_make.htm	19 Dec 2003 20:47:29 -0000	1.2
+++ tasks/cdt_t_new_make.htm	26 Apr 2004 14:50:09 -0000
@@ -3,11 +3,17 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Creating a makefile</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -16,16 +22,21 @@
 
 <p>If you have  created a Standard Make C/C++ Project, you need to provide a makefile.</p>
 
-<p>When you build a project, output from make is displayed in the C-Build view. Makefile actions are displayed in the Make Targets 
+<p>When you build a project, output from make is displayed in the Console view. Makefile actions are displayed in the Make Targets 
 view.</p>
 <p>To create a makefile:</p>
 <ol>
-  <li>In the <b>C++ Projects</b> view, right-click a project, and select <b>New &gt; File</b>.</li>
+  <li>In the <b>C++ Projects</b> view, right-click a project, and select <b>New &gt; File</b>.<br>
+  <img src="../images/project_new_file.png" width="210" height="140" onClick="changeSize(this,210,140);" 
+       alt="Screen Capture of a task menu highlighting New > File in Projects View" title="click to toggle image size"></li>
   <li>In the <b>File name</b> box, type <b>makefile</b>.</li>
   <li>In the list of projects, verify that the correct project is selected.</li>
-  <li>Click <b>Finish</b>.</li>
-   <p>The C/C++ editor opens.</p>
-   <li>Type makefile instructions  in the C/C++ editor.</li>
+  <li>Click <b>Finish</b>.<br>
+  <img src="../images/project_new_file_name.png" width="219" height="287" onClick="changeSize(this,219,287);" 
+       alt="Screen Capture of a task menu highlighting New > File in Projects View" title="click to toggle image size"></li>
+   <li>The C/C++ editor opens. Type makefile instructions  in the C/C++ editor.<br>
+  <img src="../images/project_new_makefile.png" width="303" height="160" onClick="changeSize(this,303,160);" 
+       alt="Screen Capture of the Editor view with a sample makefile" title="click to toggle image size"></li>
   <li>Click <b>File &gt; 
   Save</b>.</li></ol>
 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
Index: tasks/cdt_t_new_run_config.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_new_run_config.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_new_run_config.htm
--- tasks/cdt_t_new_run_config.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_new_run_config.htm	26 Apr 2004 14:50:09 -0000
@@ -3,18 +3,23 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Creating a run or debug configuration</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
-
 <body>
 
 <h1>Creating a run or debug configuration</h1>
 
-<p>You can create customized run configuration that is saved for reuse.</p>
+<p>You can create customized run configuration which you can save for reuse.</p>
 
 <p>To create a run configuration:</p>
 
@@ -23,7 +28,9 @@
   <li>Click <b>Run &gt; Run</b> or <b>Run &gt; Debug</b>.</li>
   <li>In the <b>Configurations</b> box, expand <b>C/C++ Local</b>.</li>
   <li>Click <b>New</b>. The name of the new project is displayed in the 
-  Configurations box. The default name is the name of the project.</li>
+  Configurations box. The default name is the name of the project.<br>
+  <img src="../images/run_config.png" width="326" height="272" onClick="changeSize(this,326,272);" 
+	   alt="screen capture showing Run Configuration dialog box" title="click to toggle image size"> </li>
   <li>To change the default name of the new run/debug configuration, see
   <a href="cdt_t_run_main.htm">Selecting an application to run or debug</a>.</li>
 </ol>
Index: tasks/cdt_t_open_declarations.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_open_declarations.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_open_declarations.htm
--- tasks/cdt_t_open_declarations.htm	19 Dec 2003 20:47:29 -0000	1.2
+++ tasks/cdt_t_open_declarations.htm	26 Apr 2004 14:50:09 -0000
@@ -3,11 +3,17 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Navigating to C/C++ declarations</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -22,7 +28,10 @@
 
 <ol>
   <li>In the C/C++ editor, select a declaration.</li>
-  <li>Right-click the selected declaration, select <b>Open Declarations</b>.</li>
+  <li>Right-click the selected declaration, select <b>Open Declarations</b>.<br>
+  <img src="../images/openDeclarations.png" width="208" height="140" onClick="changeSize(this,208,140);" 
+  alt="screen capture showing Open Declarations option" title="click to toggle image size">
+  </li>
 </ol>
 
 <p>For more information, see:<ul>
Index: tasks/cdt_t_proj_new.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_new.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_proj_new.htm
--- tasks/cdt_t_proj_new.htm	19 Dec 2003 20:47:29 -0000	1.2
+++ tasks/cdt_t_proj_new.htm	26 Apr 2004 14:50:09 -0000
@@ -3,11 +3,17 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Creating a project</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -19,10 +25,15 @@
 <p>To create a project:</p>
 
 <ol>
-  <li>Click <b>File &gt; New &gt; Project</b>.</li>
+  <li>Click <b>File &gt; New &gt; Project</b>.<br>
+  <img src="../images/file_new_project.png" width="187" height="112" onClick="changeSize(this,187,112);" 
+       alt="Screen Capture for creating a new project" title="click to toggle image size">
+  </li>
   <li>In the New Project wizard, click <b>C</b> or <b>C++</b>.</li>
   <li>Click <b>Standard Make C++ Project </b>&nbsp;or <b>Managed Make C++ Project</b>.</li>
-  <li>Click <b>Next</b>.</li>
+  <li>Click <b>Next</b>.<br>
+  <img src="../images/new_project_wizard.png" width="260" height="220" onClick="changeSize(this,260,220);" 
+       alt="Screen Capture for selecting new project type" title="click to toggle image size"></li>
   <li>In the <b>Name</b> box, type a name.</li>
   <li>To specify a different directory in which to save your project, clear the <b>
   Use Default Location</b> check box, and enter the path in the <b>Location</b> 
@@ -30,7 +41,11 @@
   <li>For managed make projects, click <b>Next</b> to select a deployment 
   platform. For more information, see <a href="cdt_t_proj_platf.htm">Selecting a 
   deployment platform</a>.</li>
-  <li>To create your project, click <b>Finish</b>.<li>If a message box prompts 
+  <li>To create your project, click <b>Finish</b>.<br>
+  <img src="../images/new_project_wizard_managed.png" width="264" height="220" onClick="changeSize(this,264,220);" 
+       alt="Screen Capture for entering the name of the new project" title="click to toggle image size"></li>
+  </li>
+  <li>If a message box prompts 
   you to switch perspectives, click <b>Yes</b>.<li>Define your project 
   properties. For more information, see <a href="cdt_o_proj_prop.htm">Defining 
   project properties</a>.</ol>
Index: tasks/cdt_t_proj_parser.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_parser.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_t_proj_parser.htm
--- tasks/cdt_t_proj_parser.htm	22 Dec 2003 20:42:51 -0000	1.3
+++ tasks/cdt_t_proj_parser.htm	26 Apr 2004 14:50:09 -0000
@@ -3,15 +3,19 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Selecting a binary parser</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
-
 <body>
-
 <h1>Selecting a binary parser</h1>
 
 <p>Selecting the correct parser is important to ensure the accuracy of the C/C++ 
@@ -28,31 +32,25 @@
 <p>To select a binary parser:</p>
 
 <ol>
-  <li>Do one of the following:</li>
-  <ul>
   <li>To set properties for future Standard Make projects, click <b>Window &gt; 
-  Preferences </b>. Expand<b> 
-  C/C++,</b> click <b>New Make Projects</b>.</li>
-  <li>In the C/C++ Projects view, right-click a project, and select <b>Properties</b>. 
-  Select <b>C/C++ Make Project</b> from the list.</li></ul>
-  <li>Click the <b>Binary Parser</b> tab.</li>
+  Preferences </b>. Expand<b> C/C++,</b> click <b>New Make Projects</b>.</li>
+  <li>Click the <b>Binary Parser</b> tab.<br>
+  <img src="../images/new_make-binary_parser.png" width="333" height="306" onClick="changeSize(this,333,306);" 
+       alt="Screen Capture for creating a new project" title="click to toggle image size"></li>
   <li>In the <b>Binary Parser</b> list, click:</li>
   <ul><li><b>Elf Parser</b>, if you are a Solaris, UNIX, or Linux user.</li>
   <li><b>PE Windows Parser</b>, if you are a Windows user.</li></ul>
   <li>Click <b>OK</b>.</li>
 </ol>
-  <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
-<br>
-  <a href="../concepts/cdt_c_projects.htm">CDT Projects</a><br>
-&nbsp;<a href="../concepts/cdt_c_proj_file_views.htm">Project file views</a></p>
-<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
-<br>
+
+<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"><br>
+<a href="../concepts/cdt_c_projects.htm">CDT Projects</a><br>
+<a href="../concepts/cdt_c_proj_file_views.htm">Project file views</a></p>
+<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"><br>
 <a href="cdt_o_proj_files.htm">Working with C/C++ project files</a></p>
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="../reference/cdt_u_newproj_parser_binary.htm">Binary Parser, C/C++ Properties window</a></p>
-
-
 <img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
 
 </body>
Index: tasks/cdt_t_proj_paths.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_paths.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_t_proj_paths.htm
--- tasks/cdt_t_proj_paths.htm	22 Dec 2003 20:42:51 -0000	1.3
+++ tasks/cdt_t_proj_paths.htm	26 Apr 2004 14:50:09 -0000
@@ -3,21 +3,28 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Including paths and symbols</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
 
 <h1>Including paths and symbols</h1>
 
-<p>You can define include paths and preprocessor symbols for the parser. This enables the parser to 
-understand the contents of the C/C++ source code so that you may more 
-effectively use the search and code completion features. Include paths are also 
-used by the builder to locate files that are not in the workspace.</p>
+<p>You can define include paths and preprocessor symbols for the parser. 
+This enables the parser to understand the contents of the C/C++ source 
+code so that you may more effectively use the search and code completion 
+features. Include paths are also used by the builder to locate files that 
+are not in the workspace.</p>
 
 <p>You can define the properties on a per project basis in the New Project 
 wizard, in the C/C++ Projects view or in the Navigator view. You can also define 
@@ -26,35 +33,27 @@
 <p>To include paths and symbols:</p>
 
 <ol>
-  <li>Do one of the following:</li>
-  <ul>
-  <li>To set properties for future Standard Make projects, click <b>Window &gt; 
-  Preferences </b>. Expand<b> 
-  C/C++,</b> click <b>New Make Projects</b>.</li>
-  <li>In the C/C++ Projects view, right-click a project, and select <b>Properties</b>. 
-  Select <b>C/C++ Make Project</b> from the list.</li></ul>
-  <li>&nbsp;Click the <b>
-  Paths and 
-  Symbols</b> tab and do one the following:</li>
-  <ul><li>To the right of the Include paths box, click <b>New</b>, type the include path and 
-  click OK.</li>
-  <li>To the right of the Defined symbols box, click <b>New</b>, type the symbol and 
-  click OK.</li>
-  </ul>
-  <li>Click <b>OK</b>.</li>
-  </ol>
-  <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
-<br>
-  <a href="../concepts/cdt_c_projects.htm">CDT Projects</a><br>
-&nbsp;<a href="../concepts/cdt_c_proj_file_views.htm">Project file views</a></p>
-<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
-<br>
+  <li>To set properties for future Standard Make projects click <b>Window &gt; Preferences </b>.
+  <li>Expand <b>C/C++</b></li>
+  <li>Click <b>New Make Projects</b>.</li>
+  <li>Click the <b>Paths and Symbols</b> tab.<br>
+  <img src="../images/new_make-paths_symbols.png" width="308" height="306" onClick="changeSize(this,308,306);" 
+       alt="Screen Capture for creating a new project" title="click to toggle image size"></li>
+  <li>For either <b>Include Paths</b> or <b>Defined Symbols</b> click <b>Manage</b>.<br>
+  <img src="../images/manage_include_path.png" width="295" height="244" onClick="changeSize(this,295,244);" 
+       alt="Screen Capture for creating a new project" title="click to toggle image size"></li>
+  <li>Click <b>New</b></li>
+  <li>Enter the include path or defined symbol and click <b>OK</b>.</li>
+  <li>Click <b>OK</b> to close the Manage dialog box.</li>
+  <li>Click <b>OK</b> to close the Preferences dialog box.</li>
+</ol>
+<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"><br>
+<a href="../concepts/cdt_c_projects.htm">CDT Projects</a><br>
+<a href="../concepts/cdt_c_proj_file_views.htm">Project file views</a></p>
+<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"><br>
 <a href="cdt_o_proj_files.htm">Working with C/C++ project files</a></p>
-<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
-<br>
-<a href="../reference/cdt_u_newproj_pathsymb.htm">Paths and symbols page, C/C++ Properties 
-window</a></p>
-
+<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br>
+<a href="../reference/cdt_u_newproj_pathsymb.htm">Paths and symbols page, C/C++ Properties window</a></p>
 
 <img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
 
Index: tasks/cdt_t_proj_rename.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_rename.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_t_proj_rename.htm
--- tasks/cdt_t_proj_rename.htm	22 Dec 2003 20:42:51 -0000	1.3
+++ tasks/cdt_t_proj_rename.htm	26 Apr 2004 14:50:09 -0000
@@ -3,11 +3,17 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Renaming a project</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -19,8 +25,9 @@
 <p>To rename a project:</p>
 
 <ol>
-  <li>In the C/C++ Projects view, right-click a project, and select <b>
-  Rename</b>.</li>
+  <li>In the C/C++ Projects view, right-click a project, and select <b> Rename</b>.<br>
+  <img src="../images/project_rename.png" width="200" height="240" onClick="changeSize(this,200,240);" 
+       alt="Screen Capture of a task menu highlighting Rename in Projects View" title="click to toggle image size"></li>
   <li>Type a new name.</li>
   <li>Press <b>Enter</b>.</li>
 </ol>
Index: tasks/cdt_t_prvw_hide_files.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_prvw_hide_files.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_prvw_hide_files.htm
--- tasks/cdt_t_prvw_hide_files.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_prvw_hide_files.htm	26 Apr 2004 14:50:09 -0000
@@ -3,11 +3,17 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Hiding files by type in the C/C++ Projects view</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -18,8 +24,12 @@
 view.</p>
 <p>To hide files by type:</p>
 <ol>
-  <li>In the C/C++ Projects view, click the <b>Menu</b> icon<img border="0" src="../images/ref-79.gif" width="16" height="16">.</li>
-  <li>Click <b>Filters</b>.</li>
+  <li>In the C/C++ Projects view, click the <b>Menu</b> icon<img border="0" src="../images/ref-79.gif" width="16" height="16">.<br>
+  <img src="../images/projects_filters.png" width="278" height="109" onClick="changeSize(this,278,109);" 
+       alt="Screen Capture of the selection of Filters from Projects View" title="click to toggle image size"></li>
+  <li>Click <b>Filters</b>.<br>
+      <img src="../images/c_element_filters.png" width="191" height="248" onClick="changeSize(this,191,248);" 
+           alt="Screen Capture of the C Element Filters dialog box" title="click to toggle image size"></li>
   <li>Select the file types that you want to hide.</li>
   <li>Click <b>OK</b>.</li>
   <p>The C/C++ Projects view refreshes automatically.</ol>
Index: tasks/cdt_t_run_arg.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_run_arg.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_run_arg.htm
--- tasks/cdt_t_run_arg.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_run_arg.htm	26 Apr 2004 14:50:09 -0000
@@ -3,11 +3,17 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Specifying execution arguments</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -24,7 +30,12 @@
   <li>Click <b>Run &gt; Run</b> or <b>Run &gt; Debug</b>.</li>
   <li>In the <b>Configurations</b> box, expand <b>C/C++ Local</b>.</li>
   <li>Select a run or debug configuration.</li>
-  <li>Click the <b>Arguments</b> tab.</li>
+  <li>Click the <b>Arguments</b> tab.<br>
+  <img src="../images/run_arguments.png" width="331" height="241" onClick="changeSize(this,331,241);" 
+       alt="Screen Capture of Run Arguments dialog box" title="click to toggle image size">
+
+  
+  </li>
   <li>In the <b>C/C++ Program Arguments</b> box, type the arguments that you 
   want to pass to the command line.</li>
   <li>To specify a local directory or a different project in your workspace, 
Index: tasks/cdt_t_run_com.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_run_com.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_run_com.htm
--- tasks/cdt_t_run_com.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_run_com.htm	26 Apr 2004 14:50:09 -0000
@@ -3,11 +3,17 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Specifying the location of the run configuration</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -23,12 +29,17 @@
 <ol>
   <li>In  the C/C++ Projects view, select a project.</li>
   <li>Click <b>Run &gt; Run</b> or <b>Run &gt; Debug</b>.</li>
-  <li>In the <b>Configurations</b> box, expand <b>C/C++ Local</b>.</li>
-    
-  <li>Click the <b>Common</b> tab.</li>
+  <li>In the <b>Configurations</b> box, expand <b>C/C++ Local</b>.</li>    
+  <li>Click the <b>Common</b> tab.<br>
+  	  <img src="../images/run_common.png" width="326" height="272" onClick="changeSize(this,326,272);" 
+           alt="Screen Capture of Run Common dialog box" title="click to toggle image size">
+  </li>
   <li>To save <samp> .launch</samp> to a project in your workspace, and to be able 
   to commit it to CVS, click <b>Shared</b>.</li>
-  <li>In the <b>Folder Selection</b> window, select a project, and click <b>OK</b>.</li>
+  <li>In the <b>Folder Selection</b> window, select a project, and click <b>OK</b>.<br>
+  	  <img src="../images/run_common_folder.png" width="325" height="272" onClick="changeSize(this,325,272);" 
+           alt="Screen Capture of Run Common Folder Selection dialog box" title="click to toggle image size">
+  </li>
     <li>To specify which perspective opens when you run, select a perspective 
     from the <b>Run mode</b> list.</li>
     <li>To specify which perspective opens when you run, select a perspective 
Index: tasks/cdt_t_run_config.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_run_config.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_run_config.htm
--- tasks/cdt_t_run_config.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_run_config.htm	26 Apr 2004 14:50:09 -0000
@@ -3,11 +3,17 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Selecting a run or debug configuration</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -19,7 +25,12 @@
 <p>To select a run configuration:</p>
 
 <ol>
+  <li>In  the C/C++ Projects view, select a project.</li>
   <li>Click <b>Run &gt; Run</b> or <b>Run &gt; Debug</b>.</li>
+  <li>In the <b>Configurations</b> box, expand <b>C/C++ Local</b>.</li>
+  <li>Select a run or debug configuration.<br>
+ 	  <img src="../images/run_config.png" width="326" height="272" onClick="changeSize(this,326,272);" 
+           alt="Screen Capture of Run Config dialog box" title="click to toggle image size"></li>
   <li>Select a  configuration from the Configurations list.</li>
   <li>Click <b>Run</b> or <b>Debug</b>.</li>
 </ol>
Index: tasks/cdt_t_run_dbg.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_run_dbg.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_run_dbg.htm
--- tasks/cdt_t_run_dbg.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_run_dbg.htm	26 Apr 2004 14:50:09 -0000
@@ -3,11 +3,17 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Defining debug settings</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -23,12 +29,15 @@
   <li>Click <b>Run &gt; Run</b> or <b>Run &gt; Debug</b>.</li>
   <li>In the <b>Configurations</b> box, expand <b>C/C++ Local</b>.</li>
   <li>Select a run or debug configuration.</li>
-  <li>Click the <b>Debugger</b> tab.</li>
+  <li>Click the <b>Debugger</b> tab..<br>
+  	  <img src="../images/run_debugger.png" width="366" height="272" onClick="changeSize(this,366,272);" 
+           alt="Screen Capture of Run Debugger dialog box" title="click to toggle image size">
+  </li>
+  <li>Select a debugger from the <b>Debugger</b> list.</li>
+  <li>To be prompted to select a process from a list at run-time, select <b>Attach to running process</b>.</li>
+  <li>To let your program run until you interrupt it manually, or until it 
+      hits a breakpoint, clear the <b>Stop at main() on startup</b> check box .</li>  
   <li>Specify debug options in the <b>Debugger Options</b> box.</li>
-    <li>Select a debugger from the <b>Debugger</b> list.</li>
-    <li>To be prompted to select a process from a list at run-time, select <b>Attach to running process</b>.</li>
-    <li>To let your program run until you interrupt it manually, or until it 
-    hits a breakpoint, clear the <b>Stop at main() on startup</b> check box .</li>  
   <li>Click <b>Run</b> or do the following, as required:<ul><li>To specify the 
     execution arguments that an application uses and the working directory for a run 
     configuration, see <a href="cdt_t_run_arg.htm">Specifying execution arguments</a>.</li><li>To set the environment variables 
@@ -40,7 +49,6 @@
   <li>To specify where the run configuration is stored, how you access it, and 
   the perspective to open when running an application, see
   <a href="cdt_t_run_com.htm">Specifying the location of the run configuration</a></li></ul>
-    
   </ol>
 
 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
Index: tasks/cdt_t_run_env.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_run_env.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_run_env.htm
--- tasks/cdt_t_run_env.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_run_env.htm	26 Apr 2004 14:50:09 -0000
@@ -3,11 +3,17 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Setting environment variables</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -24,13 +30,17 @@
   <li>Click <b>Run &gt; Run</b> or <b>Run &gt; Debug</b>.</li>
   <li>In the <b>Configurations</b> box, expand <b>C/C++ Local</b>.</li>
   <li>Select a run or debug configuration.</li>
-  <li>Click the <b>Environment</b> tab.</li>  
-  <li>Do one of the following:<ul><li>To create a new environment variable, 
-    click <b>New</b>.</li>
-  <li>To edit an existing environment variable, select an item from the list and 
-  click <b>Edit</b>.</li>
-  <li>To remove an existing environment variable, select an item from the list 
-  and click <b>Remove</b>.</li></ul>
+  <li>Click the <b>Environment</b> tab..<br>
+  	  <img src="../images/run_environment.png" width="326" height="272" onClick="changeSize(this,326,272);" 
+           alt="Screen Capture of Run Common dialog box" title="click to toggle image size">
+  </li>  
+  <li>Do one of the following:
+  	<ul>
+		<li>To create a new environment variable, click <b>New</b>.</li>
+		<li>To import an environment variable, click <b>Import</b>.</li>
+  		<li>To edit an existing environment variable, select an item from the list and click <b>Edit</b>.</li>
+		<li>To remove an existing environment variable, select an item from the list and click <b>Remove</b>.</li>
+	</ul>
     <li>Type a name in the <b>Name</b> box.</li>
     <li>Type a value in the <b>Value</b> box.</li>  
   <li>Click <b>Run</b> or do the following, as required:<ul><li>To specify the 
Index: tasks/cdt_t_run_main.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_run_main.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_run_main.htm
--- tasks/cdt_t_run_main.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_run_main.htm	26 Apr 2004 14:50:09 -0000
@@ -3,11 +3,17 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Selecting an application to run or debug</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -24,7 +30,10 @@
   <li>Click <b>Run &gt; Run</b> or <b>Run &gt; Debug</b>.</li>
   <li>In the <b>Configurations</b> box, expand <b>C/C++ Local</b>.</li>
   <li>Select a run or debug configuration.</li>
-  <li>Click the <b>Main</b> tab.</li>
+  <li>Click the <b>Main</b> tab.<br>
+  	  <img src="../images/run_config.png" width="326" height="272" onClick="changeSize(this,326,272);" 
+           alt="Screen Capture of Run Config dialog box" title="click to toggle image size">
+  </li>
   <li>Do the following:
   	<ul><li>In the <b>Name</b> box, type a descriptive name for this new a 
       descriptive name for this launch configuration.</li>
Index: tasks/cdt_t_run_source.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_run_source.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_run_source.htm
--- tasks/cdt_t_run_source.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_run_source.htm	26 Apr 2004 14:50:09 -0000
@@ -3,11 +3,17 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Specifying the location of source files</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -27,28 +33,35 @@
   <li>Select a run or debug configuration.</li>
   <li>Click the <b>Source</b> tab.<p>The Generic Source Locations list shows 
   the location of the project selected in the C/C++ Projects view and any 
-  referenced projects.</p></li></ol>
-<p> To add an existing source locations:</p>  
-<ol><li>To add an existing project to the <b>Additional Source Locations</b> 
-    list, click <b>Add</b> to be prompted to select a process from a list at 
-    run-time.</li>
-    <li>In the <b>Add Source Location</b> dialog box, select a location type.</li>
-    <li>Click <b>Next</b>.</li>
-    <li>Do one of the following:</li>
-    <ul><li>Select an existing project in your workspace. Click <b>Finish</b>.</li>
-    <li>Specify a location in your file system. Click <b>Finish</b>.</li></ul>
-    <li>Click <b>Run</b> or do the following, as required:<ul><li>To specify the 
-    execution arguments that an application uses and the working directory for a run 
-    configuration, see <a href="cdt_t_run_arg.htm">Specifying execution arguments</a>.</li><li>To set the environment variables 
-    and values to use when an application runs, see <a href="cdt_t_run_env.htm">
-    Setting environment variables</a>.</li>
-  <li>To select a debugger to use when debugging an application, see
-  <a href="cdt_t_run_dbg.htm">Selecting a debugger</a>.</li>
-  <li>To specify where the run configuration is stored, how you access it, and 
-  the perspective to open when running an application, see
-  <a href="cdt_t_run_com.htm">Specifying the location of the run configuration</a>.</li></ul>
-    
-  </ol>
+  referenced projects.<br>
+  	  <img src="../images/run_source.png" width="326" height="296" onClick="changeSize(this,326,296);" 
+           alt="Screen Capture of Run Source dialog box" title="click to toggle image size">
+  </li>
+	<li>To add an existing source locations:  
+	<ul>
+		<li>Click <b>Add</b> to be prompted to select a process from a list at run-time.</li>
+	    <li>In the <b>Add Source Location</b> dialog box, select a location type.</li>
+    	<li>Click <b>Next</b>.</li>
+	    <li>Do one of the following:</li>
+		    <ul><li>Select an existing project in your workspace. Click <b>Finish</b>.</li>
+			    <li>Specify a location in your file system. Click <b>Finish</b>.</li></ul>
+			</ul>
+		<li>You can change the order of source locations are used by selecting a location and clicking 
+			the <b>Up</b> or <b>Down</b> buttons.</li>
+		<li>You can remove a source location by selecting the location and clicking the <b>Remove</b> button.</li>
+		<li>To search for duplications in your source locations select the <b>Search for duplicate source files</b> checkbox.</li>
+	    <li>Click <b>Run</b> or do the following, as required:<ul><li>To specify the 
+		    execution arguments that an application uses and the working directory for a run 
+		    configuration, see <a href="cdt_t_run_arg.htm">Specifying execution arguments</a>.</li>
+		<li>To set the environment variables and values to use when an application runs, 
+			see <a href="cdt_t_run_env.htm"> Setting environment variables</a>.</li>
+		<li>To select a debugger to use when debugging an application, see
+			<a href="cdt_t_run_dbg.htm">Selecting a debugger</a>.</li>
+		<li>To specify where the run configuration is stored, how you access it, and 
+			the perspective to open when running an application, see
+			<a href="cdt_t_run_com.htm">Specifying the location of the run configuration</a>.</li>
+  </ul>
+</li>
 
 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
 <br>
Index: tasks/cdt_t_search.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_search.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_search.htm
--- tasks/cdt_t_search.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_search.htm	26 Apr 2004 14:50:09 -0000
@@ -3,11 +3,18 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Searching for C/C++ elements</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+</style>
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -44,7 +51,8 @@
     <p>In the Search dialog box, the Search string box will be populated with the 
     selected element name.</p></ul>
   <li>Click <b>Search &gt; C/C++</b>.</li>
-  <li>In the <b>Search string</b> box, type a search string.</li>
+  <li>In the <b>Search string</b> box, type a search string.<br>
+  <img src="../images/search.png" width="256" height="192" onClick="changeSize(this,256,197);" alt="Screen capture of Search dialog box" title="click to toggle image size"></li>
   <li>To make your search case sensitive, select the <b>Case sensitive</b> box .</li>
   <li>Select an element in the <b>Search For</b> box.</li>
   <li>Select a search limiter in the <b>Limit To</b> box.</li>
@@ -59,8 +67,8 @@
   </ol>
 <p>For more information, see:
 <li><b>Workbench User Guide &gt; Concepts &gt; Views &gt; Search view</b></li>
-  <li> <b>Workbench User Guide &gt; Tasks &gt; Navigating and finding resources</b></li>
-  </ul>
+<li><b>Workbench User Guide &gt; Tasks &gt; Navigating and finding resources</b></li>
+</ul>
 
 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
 <br>
Index: tasks/cdt_t_setbuildorder.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_setbuildorder.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_setbuildorder.htm
--- tasks/cdt_t_setbuildorder.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_setbuildorder.htm	26 Apr 2004 14:50:09 -0000
@@ -3,11 +3,17 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Setting build order</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -28,7 +34,9 @@
 
 <ol>
   <li>Click <b>Window &gt; Preferences</b>.</li>
-  <li>Select <b>Build Order</b> from the list.</li>
+  <li>Select <b>Build Order</b> from the list.<br>
+  <img src="../images/build_order.png" width="318" height="270" onClick="changeSize(this,318,270);" alt="Screen capture of Build Order dialog box." title="click to toggle image size">
+  </li>
   <li>Clear the <b>Use default build order</b> checkbox. </li>
   <li>Select a project in the list.</li>
   <li>Do one of the following:</li>
Index: tasks/cdt_t_shift_code.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_shift_code.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_shift_code.htm
--- tasks/cdt_t_shift_code.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_shift_code.htm	26 Apr 2004 14:50:10 -0000
@@ -3,8 +3,6 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Shifting lines of code to the right or left</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
Index: tasks/cdt_t_show_proj_files.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_show_proj_files.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_show_proj_files.htm
--- tasks/cdt_t_show_proj_files.htm	19 Dec 2003 20:47:29 -0000	1.2
+++ tasks/cdt_t_show_proj_files.htm	26 Apr 2004 14:50:10 -0000
@@ -3,11 +3,17 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Displaying C/C++ file components in the C/C++ Projects view</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
@@ -21,12 +27,16 @@
 
 <ol>
   <li>Click <b>Window &gt; Preferences</b>.</li>
-  <li>In the Preferences dialog box, select <b>C/C++</b> from the list.</li>
+  <li>In the Preferences dialog box, select <b>C/C++</b> from the list.<br>
+  <img src="../images/c_cpp_preferences.png" width="318" height="270" onClick="changeSize(this,318,270);" 
+       alt="Screen Capture of the C/C++ Preferences dialog box" title="click to toggle image size"></li>
   <li>Select the <b>Show file members in Project View</b> check box.</li>
   <li>Click <b>OK</b>.</li>
-  <li>In the C/C++ Projects view, double-click a file component.</li>
-  <p>The component is  highlighted in the C/C++ editor.</p>
-</ol>
+  <li>In the C/C++ Projects view, double-click a file component.<br>
+	  The component is  highlighted in the C/C++ editor.<br>
+	  <img src="../images/projectsView.png" width="122" height="213" onClick="changeSize(this,122,213);" 
+       alt="Screen Capture of Projects View with file components" title="click to toggle image size"></li>	  
+ </ol>
 
 <p>The C/C++ Projects view can also be filtered to show certain types of file 
 components. For more information, see <a href="cdt_t_prvw_hide_files.htm">Hiding 
Index: tasks/cdt_t_update_man.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_update_man.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_update_man.htm
--- tasks/cdt_t_update_man.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_update_man.htm	26 Apr 2004 14:50:10 -0000
@@ -3,23 +3,65 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Updating the CDT</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
+<script>
+function changeSize(theImage,wd,ht) {
+	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
+	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
+	else {wdth=wd;hght=ht;}
+	theImage.style.width=wdth; theImage.style.height=hght;
+}
+</script>
 </head>
 
 <body>
 
 <h1>Updating the CDT</h1>
 
-<p>The <b>Install/Update</b> perspective provides information on your current 
-Eclipse installation and lets you manage updates. For more information, see <b>Workbench User Guide &gt; Tasks &gt; Updating 
-  features with the update manager</b>.</p>
+<p>The CDT can be updated directly from the workbench using your internet connection.</p>
+
+<ol>
+	<li>Click <b>Help > Software Updates > Find and Install</b>.<br>
+	<img src="../images/cdt_update_find-install.png" width="319" height="85" onClick="changeSize(this,319,85);" 
+         alt="Screen Capture of Help Find Install Menu selection" title="click to toggle image size"></li>
+	<li>Select <b>Search for new features to install</b> in the Install dialog box.<br>
+	<img src="../images/cdt_update_install_new.png" width="221" height="126" onClick="changeSize(this,221,126);" 
+    	 alt="Screen Capture of Install New Feature dialog box" title="click to toggle image size"></li>
+	<li>If you have not updated previously, you will have to enter the location of the CDT Install site. Click
+		the <b>Add Update Site...</b> button.<br>
+	<img src="../images/cdt_update_install_sites.png" width="221" height="200" onClick="changeSize(this,221,200);" 
+    	 alt="Screen Capture of Install Sites dialog box" title="click to toggle image size"></li>
+	<li>In the New Update Site dialog box, enter a name and the URL for the update site in the spaces provided.<br> 
+	<img src="../images/cdt_update_install_new_sites.png" width="220" height="200" onClick="changeSize(this,220,200);" 
+    	 alt="Screen Capture of Install New Site dialog box" title="click to toggle image size"></li>
+ 	<li>Select the update site you just created by clicking the appropriate checkbox and click <b>Next</b>.<br>
+	<img src="../images/cdt_update_install_cdt_site.png" width="220" height="200" onClick="changeSize(this,220,200);" 
+	     alt="Screen Capture of Install Sites dialog box with the CDT site selcted" title="click to toggle image size"></li>
+	<li>A dialog box will appear showing the updates available from the update site, select each of the following features, 
+		ensuring you have precicely the same version for each one:
+		<ul>
+			<li>Eclipse C/C+ Developement Tools</li>
+			<li>Eclipse C/C+ Manage Make Build</li>
+			<li>Eclipse C/C+ Standard Make Build</li>
+		</ul>
+		Then click <b>Next</b>.<br>
+	<img src="../images/cdt_update_search_results.png" width="289" height="201" onClick="changeSize(this,289,201);" 
+    	 alt="Screen Capture of Search Results dialog box" title="click to toggle image size"></li>
+	<li>You should now see the Eclipse.org Software User Agreement, you must accept the agreement to install the CDT update.
+		Do so by selecting <b>I accept the terms in the license agreement</b> and then click <b>Next</b>.<br>
+	<img src="../images/cdt_update_license_agreement.png" width="365" height="200" onClick="changeSize(this,365,200);" 
+    	 alt="Screen Capture of the Feature License dialog box" title="click to toggle image size"></li>
+	<li>Now select the location you would like the updates installed, usually this is the directory where you installed Eclipse,
+		and click <b>Finish</b>.<br>
+	<img src="../images/cdt_update_location.png" width="300" height="200" onClick="changeSize(this,300,200);" 
+    	 alt="Screen Capture of Install Location dialog box" title="click to toggle image size"></li>
+	<li>You will now start downloading the CDT components.  You will have to verify that you want the features installed by clicking
+		<b>Install</b> for each feature you selected.<br>
+	<img src="../images/cdt_update_jar_verification.png" width="300" height="250" onClick="changeSize(this,300,250);" 
+    	 alt="Screen Capture of Feature Verification dialog box" title="click to toggle image size"></li>
 
-<p>You can also click <b>Help &gt; Software Updates &gt; New Updates</b> to view a 
-list of the updates available for the toolsets you have installed.</p>
 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
 <br>
 <a href="../concepts/cdt_c_over_cdt.htm">CDT Overview</a><br>
Index: .cdtproject
===================================================================
RCS file: .cdtproject
diff -N .cdtproject
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ .cdtproject	1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse-cdt version="2.0"?>
+
+<cdtproject>
+<data/>
+</cdtproject>

Back to the top