Skip to main content

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


Continuing doc clean up.

All .htm files have changed for Copyright notice change.

New search docs (including indexer), new screen caps.





Dave Williams
Technical Writer
Rational Software
IBM Software Group
(613) 591-2962
Index: topics_Concepts.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/topics_Concepts.xml,v
retrieving revision 1.10
diff -u -r1.10 topics_Concepts.xml
--- topics_Concepts.xml	22 Jun 2004 13:27:13 -0000	1.10
+++ topics_Concepts.xml	24 Jun 2004 02:35:06 -0000
@@ -14,6 +14,7 @@
 	</topic>
 	<topic label="Editing C/C++ files" href="concepts/cdt_o_edit.htm"> 
 		<topic label="C/C++ editor" href="concepts/cdt_c_editor.htm"/>
+		<topic label="Makefile" href="concepts/cdt_c_makefile.htm"/>
 	</topic>
 	<topic label="Navigation aids" href="concepts/cdt_o_nav.htm"> 
 		<topic label="Outline View" href="concepts/cdt_c_outlineview.htm"/> 
@@ -25,7 +26,7 @@
 		<topic label="Manage Build Extensibility Document" href="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/cdt-home/user/Reference%20Documents/Managed_Build/Managed_Build_Extensibility.html?cvsroot=Tools_Project"/>
 	</topic>
 	<topic label="Debug" href="concepts/cdt_o_dbg_concepts.htm">
-		<topic label="Adding Break Points" href="concepts/cdt_c_brkpnts.htm"/> 
+		<topic label="BreakPoints" href="concepts/cdt_c_brkpnts.htm"/> 
 		<topic label="Debug overview" href="concepts/cdt_c_over_dbg.htm"/> 
 		<topic label="Debug information" href="concepts/cdt_c_dbg_info.htm"/> 
 	</topic>
Index: topics_Getting_Started.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/topics_Getting_Started.xml,v
retrieving revision 1.8
diff -u -r1.8 topics_Getting_Started.xml
--- topics_Getting_Started.xml	2 Jun 2004 19:01:38 -0000	1.8
+++ topics_Getting_Started.xml	24 Jun 2004 02:35:06 -0000
@@ -5,6 +5,8 @@
 <toc label="Getting Started">
           <topic label="Managed Make Hello World Tutorial" href="getting_started/cdt_w_basic.htm"/>
           <topic label="Standard Make Hello World Tutorial" href="getting_started/cdt_w_standard.htm"/>
+          <topic label="CDT Importing an Existing Project Tutorial" href="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/cdt-home/user/Tutorials.html?cvsroot=Tools_Project"/>
+          <topic label="CDT Debugging Tutorial" href="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/cdt-home/user/Tutorials.html?cvsroot=Tools_Project"/>
           <topic label="How to bring C/C++ source files into Eclipse" href="getting_started/cdt_w_existing_code.htm"/>
           <topic label="Updating the CDT" href="getting_started/cdt_w_install_cdt.htm"/>
-</toc>
+</toc>
\ No newline at end of file
Index: topics_Tasks.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/topics_Tasks.xml,v
retrieving revision 1.11
diff -u -r1.11 topics_Tasks.xml
--- topics_Tasks.xml	22 Jun 2004 13:27:13 -0000	1.11
+++ topics_Tasks.xml	24 Jun 2004 02:35:06 -0000
@@ -6,7 +6,7 @@
 		<topic label="Creating a project" href="tasks/cdt_t_proj_new.htm"/>
 		<topic label="Work with C or C++ project files" href="tasks/cdt_o_proj_files.htm">
 			<topic label="Display file members in the C/C++ Projects view" href="tasks/cdt_t_show_proj_files.htm"/>
-			<topic label="Assign a C or C++ nature to a project" href="tasks/cdt_t_conv_proj.htm"/>
+			<topic label="Converting a C or C++ nature for a project" href="tasks/cdt_t_conv_proj.htm"/>
 			<topic label="Create a C/C++ file" href="tasks/cdt_t_new_cpp.htm"/>
 			<topic label="Create a makefile" href="tasks/cdt_t_new_make.htm"/>
 			<topic label="Hide files of a given type" href="tasks/cdt_t_prvw_hide_files.htm"/>
@@ -17,17 +17,16 @@
 		<topic label="Write code" href="tasks/cdt_o_write_code.htm">
 			<topic label="Customize the C/C++ editor" href="tasks/cdt_t_cust_cpp_editor.htm"/>
 			<topic label="Comment out code" href="tasks/cdt_t_comment_out.htm"/>
-			<topic label="Use Content Assist" href="tasks/cdt_o_con_assist.htm">
-				<topic label="Inserting code elements and code templates into your code" href="tasks/cdt_t_contentassist.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 label="Shift lines of code to the left or right" href="tasks/cdt_t_shift_code.htm"/>
-			<topic label="Selection Search for C/C++ elements" href="tasks/cdt_t_sel_search.htm"/>
 			<topic label="Navigate to C/C++ declarations by name" href="tasks/cdt_t_open_declarations.htm"/>
 			<topic label="Refactoring" href="tasks/cdt_t_refactoring.htm"/>
 		</topic>
-		<topic label="Build your C or C++ projects" href="tasks/cdt_o_build_task.htm">
+		<topic label="Building projects" href="tasks/cdt_o_build_task.htm">
 			<topic label="Renaming a project" href="tasks/cdt_t_proj_rename.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"/>
@@ -71,14 +70,15 @@
 				<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="Workign with memory" href="tasks/cdt_t_memory.htm"/>
+				<topic label="Working with memory" href="tasks/cdt_t_memory.htm"/>
 			</topic>
 		</topic>
 		<topic label="Searching the CDT" href="tasks/cdt_t_search.htm">
+			<topic label="Selection Search for C/C++ elements" href="tasks/cdt_t_sel_search.htm"/>
 			<topic label="Searching External Files" href="tasks/cdt_t_search_ext.htm"/>
 			<topic label="Enable/Disable the C/C++ Indexer" href="tasks/cdt_t_endis_indexer.htm"/>
 			<topic label="C/C++ Indexer Problem Reporting" href="tasks/cdt_t_indexer_prob_rep.htm"/>
 			<topic label="C/C++ Indexer - Indexer Timeout" href="tasks/cdt_t_indexer_timeout.htm"/>
 			<topic label="Setting Source Folders" href="tasks/cdt_t_set_src_fold.htm"/>
 		</topic>
-</toc>
+</toc>
\ No newline at end of file
Index: concepts/cdt_c_before_you_begin.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_c_before_you_begin.htm
--- concepts/cdt_c_before_you_begin.htm	21 Jun 2004 10:33:03 -0000	1.3
+++ concepts/cdt_c_before_you_begin.htm	24 Jun 2004 02:35:06 -0000
@@ -29,7 +29,7 @@
   <br>
   <a href="../concepts/cdt_o_home.htm">CDT Home</a><br>
 </p>
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 </p>
 </body>
 
Index: concepts/cdt_c_brkpnts.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_brkpnts.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_c_brkpnts.htm
--- concepts/cdt_c_brkpnts.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ concepts/cdt_c_brkpnts.htm	24 Jun 2004 02:35:07 -0000
@@ -13,7 +13,7 @@
 
 <p>A breakpoint suspends the execution of a thread at the location where the breakpoint is set.
 To set a breakpoint, right-click in the frame on the left side of an editor beside
-the line where you want the breakpoint, then choose <span class="guilabel">Add Breakpoint</span>.
+the line where you want the breakpoint, then choose <b>Add Breakpoint</b>.
 </p>
 <p>Once set, a breakpoint can be enabled and disabled by right-clicking on its icon or by
 right-clicking on its description in the <b>Breakpoints</b> view.
@@ -37,11 +37,11 @@
 <p>Debugging breakpoints are displayed in the marker bar in the editor area 
 and in the <b>Breakpoints</b> view.
 </p>
-<p class="note"><span class="notetitle">Note: </span>Execution will also suspend 
-if <span class="guilabel">Stop at main() on startup</span> is enabled
-on the <span class="guilabel">Launch Configuration</span> dialog.
-To access the <span class="guilabel">Launch Configuration</span> dialog,
-from the menu bar choose <span class="guilabel">Run > Debug</span>.
+<p><b>Note: </b>Execution will also suspend 
+if <b>Stop at main() on startup</b> is enabled
+on the <b>Launch Configuration</b> dialog.
+To access the <b>Launch Configuration</b> dialog,
+from the menu bar choose <b>Run > Debug</b>.
 </p>
 
 <hr>
@@ -53,10 +53,10 @@
 </p>
 
 <p>
-<img src="../images/rh03_04.gif" ALT="Red Hat STatement" BORDER=0 width="300" height="14"><br>
-<img src="../images/ng03_04.gif" ALT="IBM STatement" BORDER=0 width="324" height="14">
+<img src="../images/rh03_04.gif" ALT="Red Hat Statement"><br>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement">
 </p>
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: concepts/cdt_c_build_over.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_build_over.htm,v
retrieving revision 1.6
diff -u -r1.6 cdt_c_build_over.htm
--- concepts/cdt_c_build_over.htm	21 Jun 2004 10:33:03 -0000	1.6
+++ concepts/cdt_c_build_over.htm	24 Jun 2004 02:35:07 -0000
@@ -10,18 +10,19 @@
 <body>
 <h1>Building C/C++ projects</h1>
 
-<p>The CDT relies on an external mae utility, such as GNU make, to build a project.  
+<p>The CDT relies on an external make utility, such as GNU make, to build a project.  
 The CDT can generate makefiles automatically when you create a Managed Make C project or a Managed Make C++ project. 
-You have the option of creating a Standard Make C project or a Standard Make C++ project and providing the makefile.</p>
+You have the option of creating a Standard Make C project or a Standard Make C++ project and providing the makefile yourself.</p>
 <h2>Required utilities</h2>
-<p>You must install and configure the following utilities:</p>
+<p>You must install and configure the following utilities:
 <ul>
-  <li>Build (such as <tt>make</tt>).</li>
-  <li>Compile (such as gcc). For more information, see <a href="http://gcc.gnu.org";>http://gcc.gnu.org</a>.</li>
-  <li>Debug (such as gdb). For more information, see <a href="http://sources.redhat.com/gdb/";>http://sources.redhat.com/gdb/</a>.</li>
+  <li>Build (e.g. make).</li>
+  <li>Compile (e.g. gcc).</li>
+  <li>Debug (e.g. gdb).</li>
 </ul>
+<b>Note: </b> while make, gcc and gdb are the examples used in the documentation, virtually any similar set of tools or utilities could be used.</p>
 
-<p><b>Tip: </b>Cygwin contains these utilities for a Windows environment, while running the cygwin installation ensure <tt>gcc</tt> and <tt>make</tt> are selected, they are not installed by default. 
+<p><b>Tip: </b>Cygwin contains these utilities (make, gcc and gdb) for a Windows environment, while running the cygwin installation ensure <tt>gcc</tt> and <tt>make</tt> are selected, they are not installed by default. 
 For more information, see <a href="http://www.cygwin.com";>http://www.cygwin.com</a>. Red Hat users, all you need to build your project is included in the Red Hat Linux installation.
 For other operating systems please refer to your installation documentation.</p>
 </p>
@@ -47,7 +48,7 @@
 <p>Build-related information is displayed as follows:</p>
 
 <ul>
-  <li>The Console view displays the output of the make utility.</li>
+  <li>The Console view displays the output of the build tools.</li>
   <li>The Tasks view displays a list of compiler errors and warnings related to your projects.</li>
   <li>Makefile targets are displayed in the Make Targets view.</li>
 </ul>
@@ -56,7 +57,7 @@
 
 <h2>Getting a makefile</h2>
 
-<p>You can either create a C project for which you supply the <b>makefile</b> or create a C project for which the CDT generates makefiles automatically.</p>
+<p>You can either create a C/C++ project for which you supply the <b>makefile</b> or create a C/C++ project for which the CDT generates makefiles automatically.</p>
 
 <p>To create a new project, from the menu bar choose <b>File > New > Project</b>. In the dialog that appears:</p>
 
@@ -85,7 +86,7 @@
 
 <p>The C/C++ compiler that a project uses is controlled by the project's <b>Properties</b> setting.
 To view a project's properties, right-click on the project and select <b>Properties</b>.
-In the dialog that appears, the <b>C/C++ Make Project</b> page enables you to control a variety of settings, including:</p>
+In the dialog that appears, the <b>C/C++ Standard Make Project</b> page enables you to control a variety of settings, including:</p>
 <dl>
 	<dt>Build Setting</dt>
 		<dd>Controls whether the compiler will <b>Stop On Error</b>or <b>Keep Going On Error</b>.
@@ -114,8 +115,8 @@
 <a href="../tasks/cdt_o_proj_prop.htm">Defining project properties</a><br>
 <a href="../tasks/cdt_o_build_task.htm">Building</a></p>
 <p>
-<img src="../images/rh03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"><br>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement">
 </p>
 </body>
 
Index: concepts/cdt_c_comments.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_comments.htm,v
retrieving revision 1.5
diff -u -r1.5 cdt_c_comments.htm
--- concepts/cdt_c_comments.htm	21 Jun 2004 10:33:03 -0000	1.5
+++ concepts/cdt_c_comments.htm	24 Jun 2004 02:35:07 -0000
@@ -31,7 +31,7 @@
 already commented out, are not affected when you comment and uncomment code.</p>
 
 <h3>Multiline comment</h3>
-<p>You can use the Content Assist feature to insert a multiline comment before a method.
+<p>You can use the Content Assist feature to insert a multi-line comment before a function.
 Type <tt>com+Ctrl+Space</tt>, and the following code is entered at the cursor location:
 <br><pre>
 /*
@@ -58,8 +58,8 @@
 preferences</a></p>
 
 <p>
-<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement" BORDER=0 width="300" height="14"><br>
-<img src="../images/ng03_04.gif" ALT=" IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
+<img src="../images/ng00_04a.gif" ALT=" IBM Copyright Statement" >
 </p>
 
 </body>
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.8
diff -u -r1.8 cdt_c_content_assist.htm
--- concepts/cdt_c_content_assist.htm	21 Jun 2004 10:33:03 -0000	1.8
+++ concepts/cdt_c_content_assist.htm	24 Jun 2004 02:35:07 -0000
@@ -13,7 +13,7 @@
 <h1>Content Assist</h1>
 
 <p>Content Assist is a set of tools built into the CDT that can reduce the number of keystrokes you must
-type to create your code.  The Content Assist plugin consists of several components that forecast what 
+type to create your code.  The Content Assist plug-in consists of several components that forecast what 
 a developer will type, based on the current context, scope, and prefix.</p>
 
 <h2>Code completion</h2>
@@ -34,7 +34,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 it is autoacivated you type 
+You trigger the Code completion feature when you call Content Assist (such as when you type <tt>Ctrl+Space</tt>), but it is auto-activated when you type 
 &quot;<b>.</b>&quot;, &quot;<b>-></b>&quot; or &quot;<b>::</b>&quot;.</p>
 
 <p><img src="../images/contentAssist_example.png"  alt="C++ example showing Code Assist popup"></p>
@@ -70,6 +70,13 @@
 	
 }</pre></p>
 
+<h2>No Completions</h2>
+
+<p>If you invoke Content Assist, but no completions are found a message will be displayed on the status to inform you that the Content Assist parser has timed out.</p>
+
+<p><img src="../images/cdt_ca_no_completions.png"  alt="Content Assist No completions available message"></p>
+
+
 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
 <br>
 <a href="cdt_o_code_entry.htm">Code entry</a></p>
@@ -84,8 +91,8 @@
 
 <p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body>
 
-</html>
\ No newline at end of file
+</html>
Index: concepts/cdt_c_dbg_info.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_dbg_info.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_c_dbg_info.htm
--- concepts/cdt_c_dbg_info.htm	19 Dec 2003 20:47:29 -0000	1.2
+++ concepts/cdt_c_dbg_info.htm	24 Jun 2004 02:35:07 -0000
@@ -77,7 +77,7 @@
 <a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a><br>
 <a href="../reference/cdt_o_dbg_view.htm">Debug views</a></p><p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> </p>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > </p>
 
 </body>
 
Index: concepts/cdt_c_editor.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_editor.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_c_editor.htm
--- concepts/cdt_c_editor.htm	21 Jun 2004 10:33:03 -0000	1.2
+++ concepts/cdt_c_editor.htm	24 Jun 2004 02:35:07 -0000
@@ -20,7 +20,7 @@
 <li>Integrated debugging features</li>
 </ul>
 
-<p>You can customize some of the operation of the C editor from the <b>Window &gt; Preferences &gt; C/C++ &gt; Editor</b> preferences dialog.</p>
+<p>You can customize some of the operation of the Editor view from the <b>Window &gt; Preferences &gt; C/C++ &gt; Editor</b> preferences dialog.</p>
 
 
 
@@ -42,8 +42,8 @@
 </p>
 
 <p>
-<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement" BORDER=0 width="300" height="14"><br>
-<img src="../images/ng03_04.gif" ALT=" IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
+<img src="../images/ng00_04a.gif" ALT=" IBM Copyright Statement" >
 </p>
 </body>
 </html>
Index: concepts/cdt_c_indexer.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_c_indexer.htm
--- concepts/cdt_c_indexer.htm	22 Jun 2004 13:27:13 -0000	1.1
+++ concepts/cdt_c_indexer.htm	24 Jun 2004 02:35:07 -0000
@@ -49,8 +49,8 @@
 <br><a href="../reference/cdt_u_sprop_indexer.htm">C/C++ Project Properties, Standard, Indexer</a></p>
 
 <p>&nbsp;</p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: concepts/cdt_c_indexer_open_close.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_open_close.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_c_indexer_open_close.htm
--- concepts/cdt_c_indexer_open_close.htm	22 Jun 2004 13:27:13 -0000	1.1
+++ concepts/cdt_c_indexer_open_close.htm	24 Jun 2004 02:35:07 -0000
@@ -14,7 +14,7 @@
 
 <p>The user opening a previously closed project results in the entire project being re-indexed. </p>
 
-<p>Closing a project results in the index being deleted.</p>
+<p>Closing a project results in the index being deleted.  Search features will not reperot any results for closed projects.</p>
 
 
 
@@ -42,8 +42,8 @@
 <br><a href="../reference/cdt_u_sprop_indexer.htm">C/C++ Project Properties, Standard, Indexer</a></p>
 
 <p>&nbsp;</p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: concepts/cdt_c_indexer_prob_rep.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prob_rep.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_c_indexer_prob_rep.htm
--- concepts/cdt_c_indexer_prob_rep.htm	22 Jun 2004 13:27:13 -0000	1.1
+++ concepts/cdt_c_indexer_prob_rep.htm	24 Jun 2004 02:35:07 -0000
@@ -13,6 +13,7 @@
 <h1>C/C++ Indexer Problem Reporting</h1>
 
 <p>C/C++ Index Problem reporting places a problem marker on the editor and adds an item to the error list for each preprocessor or semantic problem reported by the parser. Note that the markers will only show up the next time the file is indexed.</p>
+<p><b>Note: </b>This feature is not recommended for large projects.</p>
 
 <h2>Preprocessor Problems</h2>
 <p>In order for search and search related features to work properly, it is imperative that include paths are set up properly so that the parser can find source files and index them.
@@ -67,8 +68,8 @@
 <br><a href="../reference/cdt_u_sprop_indexer.htm">C/C++ Project Properties, Standard, Indexer</a></p>
 
 <p>&nbsp;</p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: concepts/cdt_c_indexer_prog_bar.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prog_bar.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_c_indexer_prog_bar.htm
--- concepts/cdt_c_indexer_prog_bar.htm	22 Jun 2004 13:27:13 -0000	1.1
+++ concepts/cdt_c_indexer_prog_bar.htm	24 Jun 2004 02:35:07 -0000
@@ -19,7 +19,7 @@
 (by such actions as modifying an existing source file, deleting a file, creating a new file, moving file and so on). 
 The indexer at this point will resume with the previously postponed indexing job before moving on to the new one.</p>
 
-<p>If you wish to cease indexing all together, you can cancel an indexing job and disable the indexer.</p>
+<p>If you wish to cease indexing all together, you can cancel an indexing job and disable the indexer through the properties.</p>
 
 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
 <br>
@@ -45,7 +45,7 @@
 <br><a href="../reference/cdt_u_sprop_indexer.htm">C/C++ Project Properties, Standard, Indexer</a></p>
 
 <p>&nbsp;</p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: concepts/cdt_c_open_declarations.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_open_declarations.htm,v
retrieving revision 1.7
diff -u -r1.7 cdt_c_open_declarations.htm
--- concepts/cdt_c_open_declarations.htm	21 Jun 2004 10:33:03 -0000	1.7
+++ concepts/cdt_c_open_declarations.htm	24 Jun 2004 02:35:07 -0000
@@ -16,20 +16,24 @@
 
 <img src="../images/openDeclaration.png"  alt="Editor View showing Open Declaration option">
 
-<p>Open declaraion will attempt to navigate to the exact declaraion of the selected element.  Open declaration requires your file to have the proper include paths set up to the declaraion.  If for any reason open declaraion cannot find the declarion, it will display the following message in the status line:</p>
+<p>Open declaration will attempt to navigate to the exact declaration of the selected element.  
+Open declaration requires your file to have the proper include paths set up to the declaration.  
+If for any reason open declaration cannot find the declaration, it will display the following message in the status line:</p>
 
 <img src="../images/open_declaration_error.png"  alt="This operation is unavailable on the current selection message.">
 
+<p>For more information see <a href="../tasks/cdt_t_proj_paths.htm">Adding Include paths and symbols</a>.</p>
+
 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
 <a href="cdt_c_projects.htm">CDT Projects</a><br>
 <a href="cdt_c_search.htm">C/C++ search</a></p>
 <p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <br>
-<a href="../tasks/cdt_t_open_declarations.htm">Navigate to a C or C++ element's 
-declaration</a><br>
+<a href="../tasks/cdt_t_proj_paths.htm">Adding Include paths and symbols</a><br>
+<a href="../tasks/cdt_t_open_declarations.htm">Navigate to a C or C++ element's declaration</a><br>
 <a href="../tasks/cdt_t_search.htm">Searching for C/C++ elements</a></p>
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER="0" width="324" height="14"> </p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" BORDER="0" width="324" height="14"> </p>
 
 </body>
 
Index: concepts/cdt_c_outlineview.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_outlineview.htm,v
retrieving revision 1.8
diff -u -r1.8 cdt_c_outlineview.htm
--- concepts/cdt_c_outlineview.htm	21 Jun 2004 10:33:03 -0000	1.8
+++ concepts/cdt_c_outlineview.htm	24 Jun 2004 02:35:07 -0000
@@ -34,7 +34,7 @@
   <li>Method protected</li>
   <li>Method public</li>
   <li>Struct</li>
-  <li>Type definition</li>
+  <li>Typedef</li>
   <li>Union</li>
   <li>Variable</li>
   <li>Function</li>
@@ -112,7 +112,7 @@
 <a href="../reference/cdt_u_outlineview.htm">Outline view</a><br>
 &nbsp;</p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: concepts/cdt_c_over_cdt.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_over_cdt.htm,v
retrieving revision 1.7
diff -u -r1.7 cdt_c_over_cdt.htm
--- concepts/cdt_c_over_cdt.htm	21 Jun 2004 10:33:03 -0000	1.7
+++ concepts/cdt_c_over_cdt.htm	24 Jun 2004 02:35:07 -0000
@@ -13,23 +13,21 @@
 C and C++ extensions to the Eclipse workbench. For more information about 
 Eclipse, see <b>Workbench User Guide &gt; Concepts &gt; Workbench</b>.</p>
 
-<p>The CDT provides a C/C++ IDE that simplifies many of the same tools that 
-you can use from the command line.  The CDT can also communicate with many external 
-utilities and interpret their responses, such as:</p>
+<p>The CDT provides a C/C++ IDE that simplifies many of the same tools that you can use from the command line.  The CDT can also communicate with many external utilities and interpret their responses, for example:
 <ul>
   <li>Build (such as make).</li>
-  <li>Compile (such as gcc). For more information, see
-  <a href="http://gcc.gnu.org";>http://gcc.gnu.org</a>.</li>
-  <li>Debug (such as gdb). For more information, see
-  <a href="http://sources.redhat.com/gdb/";>http://sources.redhat.com/gdb/</a>.</li>
+  <li>Compile (such as gcc). For more information, see  <a href="http://gcc.gnu.org";>http://gcc.gnu.org</a>.</li>
+  <li>Debug (such as gdb). For more information, see  <a href="http://sources.redhat.com/gdb/";>http://sources.redhat.com/gdb/</a>.</li>
 </ul>
+<b>Note: </b> while make, gcc and gdb are the examples used in the documentation, virtually any similar set of tools or utilities could be used.</p>
+
 
 <p>The CDT opens as the C/C++ perspective of the Eclipse workbench. The 
 C/C++ perspective consists of an editor and the following 
 views:</p>
 <dl>
 	<dt>C/C++ Projects</dt><dd>Shows your C/C++ projects and files.It operates in much the same way as the <b>Navigator</b>.</dd>
-	<dt>Console</dt><dd>Displays your program's output, as well as the output from your build command.</dd>
+	<dt>Console</dt><dd>Displays your program's output, as well as the output from your build and external tool chain.</dd>
 	<dt>Editor</dt><dd>The C/C++ editor view provides specialized features for editing C/C++ related files.</dd>
 	<dt>Make Targets</dt><dd>Enables you to select the make targets you want to build in your workspace.</dd>
 	<dt>Navigator</dt><dd>Shows all of the file system's files under your workspace directory.</dd>
@@ -37,15 +35,14 @@
 	<dt>Problems View</dt><dd>If you encounter any errors during a build they will be displayed in the Problems view.</dd>
 	<dt>Properties</dt><dd>Shows the attributes of the item currently selected in a view or an editor.</dd>
 	<dt>Search</dt><dd>Shows the results of searches for files or text.</dd>
-	<dt>Tasks</dt>	<dd>Lists tasks that want to keep track of, either as a schedule of things 	to do or a history of things that have been done.</dd>
+	<dt>Tasks</dt>	<dd>Lists tasks that you want to keep track of, either as a schedule of things 	to do or a history of things that have been done.</dd>
 </dl>
 <p>For more information, see <b>Workbench User Guide &gt; Concepts &gt; Perspectives</b>.</p>
 
 <h3>CDT updates</h3>
 
-<p>The <b>Install/Update</b> perspective provides information about your current 
-Eclipse installation and provides the framework to manage your updates. For more information, see <b>Workbench User Guide &gt; Tasks &gt; Updating 
-  features with the update manager</b>.</p>
+<p>The <b>Install/Update</b> wizard provides information about your current Eclipse installation and provides the framework to manage your updates. 
+For more information, see <b>Workbench User Guide &gt; Tasks &gt; Updating features with the update manager</b>.</p>
 
 <p>To view a list of the updates available for the toolsets that you 
 installed, click <b>Help &gt; Software Updates &gt; New Updates</b>.</p>
@@ -65,8 +62,8 @@
 <li><a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/developer/docs.html?cvsroot=Tools_Project";>Developer
 Documentation</a>: Provides feature and design specifications for building and extending the CDT.</li>
 <li><a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/community.html?cvsroot=Tools_Project";>CDT
-Community Webpage</a>: Showcases plugins and tools developed by and for the CDT Community. 
-If you have tools or plugins that you would like to submit to the CDT Community Page,
+Community Webpage</a>: Showcases plug-ins and tools developed by and for the CDT Community. 
+If you have tools or plug-ins that you would like to submit to the CDT Community Page,
 use the CDT Development Mailing List or the Eclipse Tools CDT newsgroup.</li>
 </ul>
 
@@ -85,7 +82,7 @@
 <br>
 <a href="../reference/cdt_o_views.htm">Views</a></p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: concepts/cdt_c_over_dbg.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_over_dbg.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_c_over_dbg.htm
--- concepts/cdt_c_over_dbg.htm	19 Dec 2003 20:47:29 -0000	1.2
+++ concepts/cdt_c_over_dbg.htm	24 Jun 2004 02:35:07 -0000
@@ -39,7 +39,7 @@
 <br>
 <a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p><p>
 
-<img src="../images/ng03_04.gif" ALT="IBM STatement" BORDER=0 width="324" height="14"> </p>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > </p>
 
 </body>
 
Index: concepts/cdt_c_perspectives.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_perspectives.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_c_perspectives.htm
--- concepts/cdt_c_perspectives.htm	14 Jun 2004 11:25:12 -0000	1.2
+++ concepts/cdt_c_perspectives.htm	24 Jun 2004 02:35:07 -0000
@@ -19,14 +19,10 @@
 
 
 <div class="note">
-<b>Changing Views:</b> 
+<b>Selecting / Opening Views:</b> 
 <ul>
-<li>You can add views to a perspective. From the menu bar choose 
-<b>Window &gt; Show View &gt; Other</b>
-and select a new view from the <b>Show View</b> dialog.
-</li>
-<li>To reset the current perspective to its original layout, from the menu bar choose 
-<b>Window &gt; Reset Perspective</b>.</li>
+	<li>You can add views to a perspective. From the menu bar choose <b>Window &gt; Show View &gt; Other</b> and select a new view from the <b>Show View</b> dialog.</li>
+	<li>To reset the current perspective to its original layout, from the menu bar choose <b>Window &gt; Reset Perspective</b>.</li>
 </ul>
 </div>
 
@@ -46,7 +42,7 @@
 <li>Tasks</li>
 <li>Make Targets</li>
 <li>Outline</li>
-<li>Search.</li>
+<li>Search</li>
 </ul>
 
 <h3>Debug perspective views</h3>
@@ -64,7 +60,7 @@
 <li>Display (for use with JDT only)</li>
 <li>Outline</li>
 <li>Console</li>
-<li>Tasks.</li>
+<li>Tasks</li>
 </ul>
 
 <h3>Other Perspectives</h3>
@@ -77,6 +73,7 @@
 <li>Java</li>
 <li>Java Browsing</li>
 <li>Plug-in Development.</li>
+<li>CVS Repository Exploring</li>
 </ul>
 
 
@@ -100,8 +97,8 @@
 </p>
 
 <p>
-<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement" BORDER=0 width="300" height="14"><br>
-<img src="../images/ng03_04.gif" ALT=" IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
+<img src="../images/ng00_04a.gif" ALT=" IBM Copyright Statement" >
 </p>
 </body>
 </html>
Index: concepts/cdt_c_proj_file_views.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_proj_file_views.htm,v
retrieving revision 1.7
diff -u -r1.7 cdt_c_proj_file_views.htm
--- concepts/cdt_c_proj_file_views.htm	21 Jun 2004 10:33:03 -0000	1.7
+++ concepts/cdt_c_proj_file_views.htm	24 Jun 2004 02:35:07 -0000
@@ -3,7 +3,7 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Project file views</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
 </head>
@@ -15,7 +15,7 @@
 <p>Projects files and elements are displayed in the C/C++ Projects view and in the Navigator view.</p>
 
 <h2>C/C++ Projects view</h2>
-<p>The C/C++ Projects view displays, in a tree structure, only C and C++ project files.  In this view you can do the following: 
+<p>Displays, in a tree structure, only elements relevant to C and C++ projects.  In this view you can do the following: 
 <ul>
 	<li>Browse the elements of C/C++ source files</li>
 	<li>Build Targets</li>
@@ -56,13 +56,13 @@
 	 </tr>
 	<tr>
 		<td align="center" valign="top"><img src="../images/icon_con_min.png"></td>
-		<td valign="top"><b>MinimizeConsole</b></td>
-		<td valign="top">Minimizes the Console view.</td>
+		<td valign="top"><b>Minimize Console.</b></td>
+		<td valign="top">Minimizes the view.</td>
 	</tr>
 	<tr>
 		<td align="center" valign="top"><img src="../images/icon_con_max.png"></td>
 		<td valign="top"><b>Maximize Console</b></td>
-		<td valign="top">Maximizes the Console view.</td>
+		<td valign="top">Maximizes the view.</td>
 	</tr>
 	<tr>
 	<td align="center" valign="top"><img src="../images/icon_back.png" alt="Back Icon"></td>
@@ -125,6 +125,7 @@
 <p>For information about the Navigator view toolbar and icons, see <b>Workbench User Guide &gt; Concepts &gt; Views &gt; Navigator View</b>.</p>
 <p>For information about the pop up menu in the Navigator view, see <b>Workbench User Guide &gt; Reference &gt; User interface information &gt; 
 Views and Editors &gt; Navigator View</b>.</p>
+<p>For information about the Working Sets, see <b>Workbench User Guide &gt; Concepts &gt; Workbench &gt; Working sets</b>.</p>
 
 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
 <br>
@@ -141,7 +142,7 @@
 <a href="../reference/cdt_u_icons.htm">C/C++ perspective icons</a></p>
 <p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Corporation Statement" BORDER=0 width="324" height="14"></p>
+<img src="../images/ng00_04a.gif" ALT="IBM Corporation Statement" ></p>
 
 </body>
 
Index: concepts/cdt_c_projects.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_projects.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_c_projects.htm
--- concepts/cdt_c_projects.htm	11 Apr 2004 13:11:23 -0000	1.3
+++ concepts/cdt_c_projects.htm	24 Jun 2004 02:35:07 -0000
@@ -43,39 +43,9 @@
 files module.dep and module.mk are created for every project sub-directory. 
 These files are required for your managed make projects to build successfully.</p>
 
-<h3>How the CDT associates project natures</h3>
-
-<p>Projects are assigned natures and tags that identify the 
-properties of each project. The CDT uses natures to identify what can and cannot be done with each project. The 
-CDT also uses natures to filter projects that are contextually 
-irrelevant; for example, non-library projects from a list of library projects.</p>
-
-<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="56%">
-  <tr>
-    <th align="left" width="63%">Project</td>
-    <th align="left" width="37%">Associated natures</td>
-  </tr>
-  <tr>
-    <td width="63%">Standard Make C  Project</td>
-    <td width="37%">C, make</td>
-  </tr>
-  <tr>
-    <td width="63%">Managed Make C Project</td>
-    <td width="37%">C, gen make</td>
-  </tr>
-  <tr>
-    <td width="63%">Standard Make C++ Project</td>
-    <td width="37%">C, C++</td>
-  </tr>
-  <tr>
-    <td width="63%">Managed Make C++ Project</td>
-    <td width="37%">C, C++</td>
-  </tr>
-</table>
-
 <h2>Project conversion</h2>
 
-<p>You can convert projects can be converted from C to C++ (or from C++ to C).  If, for 
+<p>You can convert projects from C to C++ (or from C++ to C).  If, for 
 example, your requirements change and you must convert an existing C project to C++, 
 you can do this without recreating the project.  The CDT converts your project files and 
 resolves any source control issues.</p>
@@ -104,15 +74,16 @@
 <a href="../getting_started/cdt_w_existing_code.htm">How to bring C/C++ source into Eclipse</a></p>
 <p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
 <br>
-<a href="../tasks/cdt_o_proj_prop.htm">Defining project properties</a><br>
-<a href="../tasks/cdt_o_proj_files.htm">Working with C/C++ project files</a></p>
+<a href="../tasks/cdt_o_proj_files.htm">Working with C/C++ project files</a><br>
+<a href="../tasks/cdt_t_conv_proj.htm">Converting a C or C++ nature for a project</a>
+</p>
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="../reference/cdt_o_proj_prop_pages.htm">Project properties</a><br>
 <a href="../reference/cdt_o_views.htm">Views</a></p>
 
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: concepts/cdt_c_search.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_search.htm,v
retrieving revision 1.5
diff -u -r1.5 cdt_c_search.htm
--- concepts/cdt_c_search.htm	22 Jun 2004 13:27:13 -0000	1.5
+++ concepts/cdt_c_search.htm	24 Jun 2004 02:35:07 -0000
@@ -32,10 +32,7 @@
 </ul>
 </p>
 
-<p>For information on:</p>
-
 For information on working sets, see <b>Workbench User Guide &gt; Concepts &gt; Workbench &gt; Working sets</b><br>
-For information on the Eclipse workspace, see <b>Workbench User Guide &gt; Tasks &gt; Upgrading Eclipse</b></br>
 
 
   <h2>What you can search for</h2>
@@ -215,6 +212,40 @@
 <p>Search results are displayed in the Search view. You can sort your search by Name, Parent Name and Path. You can also repeat 
 your last search.</p>
 
+<h2>Search Concepts</h2>
+
+<h3>Declarations</h3>
+<p>According to the ANSI C++ Spec, a declaration is a statement that “introduces a name into a translation unit or re-declares a name that has been previously introduced by a previous declaration.â€?</p>
+<p>All C/C++ search elements can be searched for declarations.</p>
+
+<h3>Definitions</h3>
+<p>Most declarations are also definitions; in other words, they also define the entity for they declare the name for. However there are some elements that can have separate definitions from their declarations.</p>
+<p>For C/C++ search the following elements can be searched for definitions:
+<ul>
+	<li>Functions/Methods – the definition is where the code implementation resides</li>
+	<li>Variable:
+		<ol>
+			<li>Extern – the definition is where the variable is initialized</li>
+			<li>Non extern - the definition of a variable is where it is declared </li>
+		</ol></li>
+	<li>Field:
+		<ol>
+			<li>Static fields - the definition of a static field is where it gets initialized</li>
+			<li>Non static fields - the definition corresponds to the fields declaration</li>
+		</ol></li>
+	<li>Namespace – the definition of a namespace is the same as its declaration</li>
+</ul></p>
+
+<h3>References</h3>
+<p>By selecting references, C/C++ search will return all of the places the selected element is used.</p>
+
+<h3>All Occurrences</h3>
+<p>Selecting ‘All Occurrences’ in the Limit To section will result in a search for declarations, definitions (if applicable) and references for whatever element or elements have been selected.</p>
+
+<h3>Any Element</h3>
+<p>Selecting ‘Any Element’ in the Search For section will result in a search for all of the listed elements plus macros and typedefs.</p>
+
+
 <p>For more information, see:<ul>
   <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>
@@ -231,7 +262,7 @@
 <a href="../reference/cdt_u_search.htm">C/C++ search page, Search dialog box</a><br>
 <a href="../reference/cdt_u_icons.htm">C/C++ perspective icons</a></p><p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body>
 
Index: concepts/cdt_c_search_ext.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_search_ext.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_c_search_ext.htm
--- concepts/cdt_c_search_ext.htm	22 Jun 2004 13:27:13 -0000	1.1
+++ concepts/cdt_c_search_ext.htm	24 Jun 2004 02:35:07 -0000
@@ -30,8 +30,8 @@
 <br><a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a>
 <br><a href="../reference/cdt_u_search.htm">C/C++ search page, Search dialog box</a></p>
 <p>&nbsp;</p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: concepts/cdt_c_templates.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_templates.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_c_templates.htm
--- concepts/cdt_c_templates.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ concepts/cdt_c_templates.htm	24 Jun 2004 02:35:07 -0000
@@ -40,9 +40,9 @@
 </p>
 
 <p>
-<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement" BORDER=0 width="300" height="14"><br>
-<img src="../images/ng03_04.gif" ALT=" IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
+<img src="../images/ng00_04a.gif" ALT=" IBM Copyright Statement" >
 </p>
 
 </body>
-</html>
+</html>
\ No newline at end of file
Index: concepts/cdt_c_views.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_views.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_c_views.htm
--- concepts/cdt_c_views.htm	21 Jun 2004 10:33:03 -0000	1.3
+++ concepts/cdt_c_views.htm	24 Jun 2004 02:35:07 -0000
@@ -23,8 +23,8 @@
 <p>The following views are commonly used in the <b>C/C++</b> perspective:</p>
 
 <dl>
-	<dt>C/C++ Projects</dt><dd>Shows your C/C++ projects and files.It operates in much the same way as the <b>Navigator</b>.</dd>
-	<dt>Console</dt><dd>Displays your program's output, as well as the output from your build command.</dd>
+	<dt>C/C++ Projects</dt><dd>Displays, in a tree structure, only elements relevant to C and C++ projects.</dd>
+	<dt>Console</dt><dd>Displays your program's output, as well as the output from your build tools.</dd>
 	<dt>Editor</dt><dd>The C/C++ editor view provides specialized features for editing C/C++ related files.</dd>
 	<dt>Make Targets</dt><dd>Enables you to select the make targets you want to build in your workspace.</dd>
 	<dt>Navigator</dt><dd>Shows all of the file system's files under your workspace directory.</dd>
@@ -51,8 +51,8 @@
 </p>
 
 <p>
-<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement" BORDER=0 width="300" height="14"><br>
-<img src="../images/ng03_04.gif" ALT=" IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
+<img src="../images/ng00_04a.gif" ALT=" IBM Copyright Statement" >
 </p>
 </body>
 
Index: concepts/cdt_c_whatsnew.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm,v
retrieving revision 1.5
diff -u -r1.5 cdt_c_whatsnew.htm
--- concepts/cdt_c_whatsnew.htm	21 Jun 2004 10:33:03 -0000	1.5
+++ concepts/cdt_c_whatsnew.htm	24 Jun 2004 02:35:07 -0000
@@ -114,7 +114,7 @@
 <p>You can now create a Managed build and have makefiles generated for you.</p>
 <h3>Error parser</h3>
 <p>The error parsers are now extension-points that can contributed by other 
-plugins. The error parsers are used to detect errors or warnings or 
+plug-ins. The error parsers are used to detect errors or warnings or 
 informational messages from compilers, linkers, etc... during a build.</p>
 <h3>New Global preferences for all Standard Make Project properties</h3>
 <h4>Make builder options</h4>
@@ -175,7 +175,7 @@
 <a href="../tasks/cdt_t_proj_new.htm">Creating a project</a><br>
 <a href="../tasks/cdt_o_proj_prop.htm">Defining project properties</a></p>
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> </p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > </p>
 
 </body>
 
Index: concepts/cdt_o_build_conc.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_o_build_conc.htm,v
retrieving revision 1.5
diff -u -r1.5 cdt_o_build_conc.htm
--- concepts/cdt_o_build_conc.htm	21 Jun 2004 10:33:03 -0000	1.5
+++ concepts/cdt_o_build_conc.htm	24 Jun 2004 02:35:07 -0000
@@ -13,11 +13,13 @@
 <h1>Build</h1>
 <p>This section describes the build views and terminology.</p>
 
+<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Error Parsing</a><br>
+<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Invoking Make</a><br>
 <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_build_over.htm">Building C/C++ Projects</a><br>
 <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/cdt-home/user/Reference%20Documents/Managed_Build/Managed_Build_Extensibility.html?cvsroot=Tools_Project";>Manage Build Extensibility Document</a><br>
 
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 </body>
 
 </html>
Index: concepts/cdt_o_code_entry.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_o_code_entry.htm,v
retrieving revision 1.5
diff -u -r1.5 cdt_o_code_entry.htm
--- concepts/cdt_o_code_entry.htm	2 Jun 2004 19:01:37 -0000	1.5
+++ concepts/cdt_o_code_entry.htm	24 Jun 2004 02:35:07 -0000
@@ -20,7 +20,7 @@
 <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Invoking Make</a><br>
 
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body>
 </html>
Index: concepts/cdt_o_concepts.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_o_concepts.htm,v
retrieving revision 1.9
diff -u -r1.9 cdt_o_concepts.htm
--- concepts/cdt_o_concepts.htm	22 Jun 2004 13:27:13 -0000	1.9
+++ concepts/cdt_o_concepts.htm	24 Jun 2004 02:35:07 -0000
@@ -23,10 +23,12 @@
 	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_comments.htm">Comments</a><br>
 	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_content_assist.htm">Content Assist</a><br>
 	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_templates.htm">Templates</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration: none;">Error Parsing</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration: none;">Invoking Make</a><br>
 <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_edit.htm">Editing C/C++ Files</a><br>
 	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_editor.htm">C/C++ editor</a><br>
 	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none">C++</a><br>
-	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none">Makefile</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_makefile.htm">Makefile</a><br>
 <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_nav.htm">Navigation aids</a><br>
 	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_outlineview.htm">Outline View</a><br>
 	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_proj_file_views.htm">Project File views</a><br>
@@ -52,7 +54,7 @@
 	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_indexer_prog_bar.htm">C/C++ Indexer Progress Bar</a><br>
 	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_search_ext.htm">Searching External Files</a><br>
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Corporation Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Corporation Statement" ></p>
 </body>
 
 </html>
Index: concepts/cdt_o_dbg_concepts.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_o_dbg_concepts.htm,v
retrieving revision 1.5
diff -u -r1.5 cdt_o_dbg_concepts.htm
--- concepts/cdt_o_dbg_concepts.htm	2 Jun 2004 19:01:37 -0000	1.5
+++ concepts/cdt_o_dbg_concepts.htm	24 Jun 2004 02:35:07 -0000
@@ -13,12 +13,12 @@
 <h1>Debug</h1>
 
 <p>This section describes CDT debug concepts.</p>
-<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_brkpnts.htm">Adding Break Points</a><br>
+<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_brkpnts.htm">Breakpoints</a><br>
 <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_over_dbg.htm">Debug overview</a><br>
 <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_dbg_info.htm">Debug information</a><br>
 
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body>
 </html>
Index: concepts/cdt_o_edit.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_o_edit.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_o_edit.htm
--- concepts/cdt_o_edit.htm	21 Jun 2004 10:33:03 -0000	1.2
+++ concepts/cdt_o_edit.htm	24 Jun 2004 02:35:07 -0000
@@ -16,7 +16,7 @@
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">C++</a><br>
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Makefile</a><br>
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body>
 </html>
Index: concepts/cdt_o_home.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_o_home.htm,v
retrieving revision 1.6
diff -u -r1.6 cdt_o_home.htm
--- concepts/cdt_o_home.htm	21 Jun 2004 10:33:03 -0000	1.6
+++ concepts/cdt_o_home.htm	24 Jun 2004 02:35:07 -0000
@@ -24,6 +24,6 @@
 <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_whatsnew.htm">What's new</a><br>
 
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body></html>
Index: concepts/cdt_o_nav.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_o_nav.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_o_nav.htm
--- concepts/cdt_o_nav.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ concepts/cdt_o_nav.htm	24 Jun 2004 02:35:07 -0000
@@ -3,7 +3,7 @@
 
 <head>
 <meta http-equiv="Content-Language" content="en-us">
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Navigation Aids</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
 </head>
@@ -19,9 +19,8 @@
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_open_declarations.htm">Open declarations</a><br>
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Open Type</a><br>
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Class Browser</a><br>
-	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Heirarchy View</a><br>
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body>
-</html>
+</html>
\ No newline at end of file
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.7
diff -u -r1.7 cdt_o_tutorial.htm
--- getting_started/cdt_o_tutorial.htm	21 Jun 2004 10:33:03 -0000	1.7
+++ getting_started/cdt_o_tutorial.htm	24 Jun 2004 02:35:07 -0000
@@ -11,10 +11,10 @@
 
 <p>These tutorials will guide you through the process of using the C/C++ Development Toolkit (CDT).</p>
 
-<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_basic.htm">Managed Make Hello World Tutorial</a><br>
-<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_standard.htm">Standard Make Hello World Tutorial</a><br>
-<img src="../images/trans.gif" border="0" width="25" height="1" alt="">Importing an Existing Project Tutorial<br>
-<img src="../images/trans.gif" border="0" width="25" height="1" alt="">Debug Tutorial<br>
+<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_basic.htm">CDT Managed Make Tutorial</a><br>
+<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_standard.htm">CDT Standard Make Tutorial</a><br>
+<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/cdt-home/user/Tutorials.html?cvsroot=Tools_Project";>CDT Importing an Existing Project Tutorial</a><br>
+<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/cdt-home/user/Tutorials.html?cvsroot=Tools_Project";>CDT Debugging Tutorial</a><br>
 
 <br>
 <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_existing_code.htm">How to bring C/C++ source into Eclipse</a><br>
@@ -27,7 +27,7 @@
   <br>
   <a href="../concepts/cdt_o_home.htm">CDT Home</a><br>
 </p>
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 </body>
 
 </html>
Index: getting_started/cdt_w_basic.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm,v
retrieving revision 1.6
diff -u -r1.6 cdt_w_basic.htm
--- getting_started/cdt_w_basic.htm	21 Jun 2004 10:33:03 -0000	1.6
+++ getting_started/cdt_w_basic.htm	24 Jun 2004 02:35:07 -0000
@@ -3,7 +3,7 @@
 <head>
 	<meta http-equiv="Content-Language" content="en-us">
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-	<title>Hello World Tutorial</title>
+	<title>C/C++ Development Toolkit (CDT) Managed Make Tutorial</title>
 	<link rel="stylesheet" type="text/css" href="../help.css">
 
 <script language="JavaScript">
@@ -150,7 +150,7 @@
 
 </head>
 <body>
-<h2>C/C++ Development Toolkit (CDT) Managed Make Tutorial</h2>
+<h2>CDT Managed Make Tutorial</h2>
 <center>
 <IFRAME name=textFrame SRC="cdt_w_basic01.htm" TITLE="cdt_w_basic Text" MARGINWIDTH=0 MARGINHEIGHT=0 width=800 height=180 frameborder=0 SCROLLING=auto></IFRAME>
 <table width="600px" border="0" cellspacing="0" summary="">
@@ -162,6 +162,6 @@
 </table>
 <p><img src="../images/cdt_w_basic01.png" align="center" width="800" height="600" alt="Eclipse Logo" name="screen" ></p>
 </center>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </body>
 </html>
Index: getting_started/cdt_w_basic08.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic08.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_w_basic08.htm
--- getting_started/cdt_w_basic08.htm	21 Jun 2004 10:33:03 -0000	1.3
+++ getting_started/cdt_w_basic08.htm	24 Jun 2004 02:35:07 -0000
@@ -10,7 +10,7 @@
 <h3>Additional Project Settings</h3>
 <p>Click the <b>Error Parsers</b> tab, select the Error Parsers you require for the project.  
 You can also change the order in which Error Parsers are called.  You can select all of them if you choose.</p>
-<p>Click <b>Finish</b> to close the dialog box.</p>
+
 
 </body>
 </html>
Index: getting_started/cdt_w_basic10.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic10.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_w_basic10.htm
--- getting_started/cdt_w_basic10.htm	15 May 2004 20:50:33 -0000	1.2
+++ getting_started/cdt_w_basic10.htm	24 Jun 2004 02:35:07 -0000
@@ -7,9 +7,9 @@
 	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 <body>
-<h3>Create a file</h3>
+<h3>New Project</h3>
 
-<p>Create a new cpp file (such as main.cpp) by right clicking your project and selecting <b>New > File</b>.</p>
+<p>You should now see the new project in the C/C++ Projects view.</p>
 
 </body>
 </html>
Index: getting_started/cdt_w_basic11.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic11.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_w_basic11.htm
--- getting_started/cdt_w_basic11.htm	15 May 2004 20:50:33 -0000	1.2
+++ getting_started/cdt_w_basic11.htm	24 Jun 2004 02:35:07 -0000
@@ -9,9 +9,7 @@
 <body>
 <h3>Create a file</h3>
 
-<p>You should now see the <b>New File</b> wizard.</p> 
-<p>Enter the name of your file in the <b>File name</b> text area then click <b>Finish</b>.</p>
-
+<p>Create a new cpp file (such as main.cpp) by right clicking your project and selecting <b>New > File</b>.</p>
 
 </body>
 </html>
Index: getting_started/cdt_w_basic12.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic12.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_w_basic12.htm
--- getting_started/cdt_w_basic12.htm	15 May 2004 20:50:33 -0000	1.2
+++ getting_started/cdt_w_basic12.htm	24 Jun 2004 02:35:07 -0000
@@ -7,11 +7,10 @@
 	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 <body>
-<h3>New Project Files</h3>
+<h3>Create a file</h3>
 
-<p>You should now see the new file located in the Projects View under the project, and the new file should be open in the <b>Editor</b> view.</p> 
-<p>If <b>Build Automatically</b> is selected you may also notice some build errors in the <b>Console</b> view, this is expected since your project is currently blank, 
-you may also see a few other objects such as <b>Debug</b> depending on your Makefile configuration. To turn this feature off click <b>Project > Build Automatically</b>.</p>
+<p>You should now see the <b>New File</b> wizard.</p> 
+<p>Enter the name of your file in the <b>File name</b> text area then click <b>Finish</b>.</p>
 
 
 </body>
Index: getting_started/cdt_w_basic14.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic14.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_w_basic14.htm
--- getting_started/cdt_w_basic14.htm	15 May 2004 20:50:33 -0000	1.2
+++ getting_started/cdt_w_basic14.htm	24 Jun 2004 02:35:07 -0000
@@ -6,11 +6,20 @@
 	<title>Tutorial</title>
 	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
+<script language="JavaScript">
+function newWin(url) {
+window.open(url, 'hello_world_example', 'width=400, height=300, menubar=no, toolbar=no, status=no, resizable=yes, location=no, scrollbars=yes');}
+</script>
+
 <body>
-<h3>Step through the code</h3>
+<h3>Enter code</h3>
+
+<p>Enter the code in the <a href="javascript:void(0)" onClick="newWin('hw_example.htm')" title="click here to get the code">main.cpp</a> file that was just created.
+You can double click the <b>main.cpp</b> tab in the <b>Editor</b> view to expand the view. <br>
+<i>Note: Leave a blank line at the end of the code, some compilers require one.</i></p>
 
-<p>You will also see the <b>Outline</b> view has also been populated with objects created from your code.  Notice how quickly you can step through your code by simply clicking individual elements in the Outline View.</p>
 
+<p>You will notice an asterisk in front of the file name on the tab in the <b>Editor</b> view, this tells you the file changed but has not been saved.</p>
 
 </body>
 </html>
Index: getting_started/cdt_w_basic17.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic17.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_w_basic17.htm
--- getting_started/cdt_w_basic17.htm	21 Jun 2004 10:33:03 -0000	1.3
+++ getting_started/cdt_w_basic17.htm	24 Jun 2004 02:35:07 -0000
@@ -9,7 +9,7 @@
 <body>
 <h3>View Executable</h3>
 
-<p>Navigate to the <b>C/C++ Projects</b> view  and expand the Binary object, you will now see the executables listed if you selected Debug options in your Makefile (default for a Managed Make project). <p>
+<p>Navigate to the <b>C/C++ Projects</b> view  and expand the Binary object, you will now see the executables listed. <p>
 
 
 </body>
Index: getting_started/cdt_w_basic18.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic18.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_w_basic18.htm
--- getting_started/cdt_w_basic18.htm	15 May 2004 20:50:33 -0000	1.2
+++ getting_started/cdt_w_basic18.htm	24 Jun 2004 02:35:07 -0000
@@ -7,11 +7,9 @@
 	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 <body>
-<h3>Run Configuration</h3>
+<h3>Run the application</h3>
 
-<p>You should now see the <b>Run Configurations</b> dialog box, navigate to the project in the <b>Configurations:</b> view, and then double click <b>C/C++ Local</b>.  
-This will create your Run Configuration.</p>  
-<p>Now click the <b>Main</b> tab and then the <b>Search</b> button.</p>
+<p>You can run your application within the C/C++ Perspective, to do so click <b>Run > Run...</b><p>
 
 
 </body>
Index: getting_started/cdt_w_basic19.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic19.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_w_basic19.htm
--- getting_started/cdt_w_basic19.htm	15 May 2004 20:50:33 -0000	1.2
+++ getting_started/cdt_w_basic19.htm	24 Jun 2004 02:35:07 -0000
@@ -7,9 +7,11 @@
 	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 <body>
-<h3>Program Selection</h3>
+<h3>Run Configuration</h3>
 
-<p>The <b>Program Selection</b> dialog box will appear, select the executable you would like to run and click <b>OK</b>.<p>
+<p>You should now see the <b>Run Configurations</b> dialog box, navigate to the <b>Configurations:</b> view, and then double click <b>C/C++ Local</b>.  
+This will create your Run Configuration.  Select the new Run Configuration in the <b>Configurations:</b> view.</p>  
+<p>Now click the <b>Main</b> tab and then the <b>Search</b> button.</p>
 
 
 </body>
Index: getting_started/cdt_w_basic20.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic20.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_w_basic20.htm
--- getting_started/cdt_w_basic20.htm	15 May 2004 20:50:33 -0000	1.2
+++ getting_started/cdt_w_basic20.htm	24 Jun 2004 02:35:07 -0000
@@ -7,11 +7,9 @@
 	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 <body>
-<h3>Run Configuration</h3>
-
-<p>The executable file should appear in the <b>C/C++ Application</b> text area.</p>
-<p>Click <b>Apply</b>, and then click <b>Run</b> to run the application.</p>
+<h3>Program Selection</h3>
 
+<p>The <b>Program Selection</b> dialog box will appear, select the executable you would like to run and click <b>OK</b>.<p>
 
 
 </body>
Index: getting_started/cdt_w_basic21.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic21.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_w_basic21.htm
--- getting_started/cdt_w_basic21.htm	15 May 2004 20:50:33 -0000	1.2
+++ getting_started/cdt_w_basic21.htm	24 Jun 2004 02:35:07 -0000
@@ -7,10 +7,11 @@
 	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 <body>
-<h3>Console View</h3>
+<h3>Run Configuration</h3>
+
+<p>The executable file should appear in the <b>C/C++ Application</b> text area.</p>
+<p>Click <b>Apply</b>, and then click <b>Run</b> to run the application.</p>
 
-<p>You should now see the application running in the <b>Console</b> view.  The <b>Console</b> will also show which application is running in a title bar.</p>
-<p>You will notice that the view can be configured to display different elements (such as user input elements) in different colors.</p>
 
 
 </body>
Index: getting_started/cdt_w_build.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_w_build.htm
--- getting_started/cdt_w_build.htm	15 May 2004 20:50:33 -0000	1.3
+++ getting_started/cdt_w_build.htm	24 Jun 2004 02:35:07 -0000
@@ -11,7 +11,7 @@
 
 <h1>Building your project</h1>
 
-<p>Make output and build progress information is displayed in the C-Build view. 
+<p>Make output and build progress information is displayed in the Console view. 
 The Make Targets view displays makefile actions. The Tasks view displays compile warnings or 
 errors.</p>
 
@@ -19,7 +19,6 @@
 <ol>
   <li>In the <b>C/C++ Projects</b> view, select the HelloWorld project.</li>
   <li>Click <b>Project &gt; Build Project</b>.</li>
-  <p>&nbsp;</p>
 
 <p>If you get the error message:</p>
 
@@ -33,25 +32,22 @@
 <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_build_over.htm">Build overview</a><br>
-&nbsp;</p>
+<a href="../concepts/cdt_c_build_over.htm">Build overview</a><br></p>
 <p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
 <br>
-<a href="../tasks/cdt_o_build_task.htm">Building</a><br>
-&nbsp;</p>
+<a href="../tasks/cdt_o_build_task.htm">Building</a><br></p>
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
-<a href="../reference/cdt_u_newproj_buildset.htm">Make Builder page, C/C++ Properties window</a><br>
-&nbsp;</p>
+<a href="../reference/cdt_u_newproj_buildset.htm">Make Builder page, C/C++ Properties window</a><br></p>
 <p> <a href="cdt_w_debug.htm">
-<img border="0" src="../images/ngnext.gif" width="16" height="16"></a> <b><a href="cdt_w_debug.htm">Next: Debugging your project</a></b>&nbsp;&nbsp;&nbsp; </p>
+<img border="0" src="../images/ngnext.gif" width="16" height="16"></a> <b><a href="cdt_w_debug.htm">Next: Debugging your project</a></b></p>
 
 <p align="left"> <a href="cdt_w_newmake.htm">
-<img border="0" src="../images/ngback.gif" width="16" height="16"></a> <b><a href="cdt_w_newmake.htm">Back: Creating your makefile</a></b>&nbsp;&nbsp;&nbsp; </p>
+<img border="0" src="../images/ngback.gif" width="16" height="16"></a> <b><a href="cdt_w_newmake.htm">Back: Creating your makefile</a></b></p>
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </body>
 
 </html>
Index: getting_started/cdt_w_debug.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_w_debug.htm
--- getting_started/cdt_w_debug.htm	15 May 2004 20:50:33 -0000	1.3
+++ getting_started/cdt_w_debug.htm	24 Jun 2004 02:35:07 -0000
@@ -66,7 +66,7 @@
 <a href="../reference/cdt_u_dbg_view.htm">Debug launch controls</a><br>
 &nbsp;</p>
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </body>
 
 </html>
Index: getting_started/cdt_w_existing_code.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_existing_code.htm,v
retrieving revision 1.4
diff -u -r1.4 cdt_w_existing_code.htm
--- getting_started/cdt_w_existing_code.htm	21 Jun 2004 10:33:03 -0000	1.4
+++ getting_started/cdt_w_existing_code.htm	24 Jun 2004 02:35:07 -0000
@@ -24,7 +24,7 @@
 <a href="../tasks/cdt_t_proj_new.htm">Creating a project</a> and
 <a href="../tasks/cdt_o_proj_files.htm">Working with C/C++ project files</a>.</p>
 
-<p>A CVS checkout of the project into the project's location occurs.  It is recommended that you eventually add and commit the CDT project files aback into CVS.  
+<p>A CVS checkout of the project into the project's location occurs.  It is recommended that you eventually add and commit the CDT project files back into CVS.  
 The CDT project files include .project, .cdtproject and .cdtbuild (for Managed Build projects) and are located at the root folder of each CDT project.</p>
 
 
@@ -93,7 +93,7 @@
 <br>
 <a href="../reference/cdt_o_proj_prop_pages.htm">Project properties</a></p><p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: getting_started/cdt_w_install_cdt.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_install_cdt.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_w_install_cdt.htm
--- getting_started/cdt_w_install_cdt.htm	21 Jun 2004 10:33:03 -0000	1.3
+++ getting_started/cdt_w_install_cdt.htm	24 Jun 2004 02:35:07 -0000
@@ -59,7 +59,7 @@
 	
 	<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"alt="Feature Verification dialog box"><br>&nbsp;</li>
+	<img src="../images/cdt_update_jar_verification.png" alt="Feature Verification dialog box"><br>&nbsp;</li>
 	
 	<li>You will now have to restart Eclipse, select <b>Yes</b> to complete the update.<br>
 	<img src="../images/cdt_restart.png" alt="Install/Update prompt to restart Eclipse">
@@ -79,7 +79,7 @@
 <a href="../reference/cdt_o_views.htm">Views</a></p>
 <p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> </p>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > </p>
 
 </body>
 
Index: getting_started/cdt_w_newcpp.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_newcpp.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_w_newcpp.htm
--- getting_started/cdt_w_newcpp.htm	15 May 2004 20:50:33 -0000	1.3
+++ getting_started/cdt_w_newcpp.htm	24 Jun 2004 02:35:07 -0000
@@ -99,7 +99,7 @@
 <a href="../reference/cdt_o_proj_prop_pages.htm">C/C++ Projects view</a></p>
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </body>
 
 </html>
Index: getting_started/cdt_w_newmake.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_newmake.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_w_newmake.htm
--- getting_started/cdt_w_newmake.htm	15 May 2004 20:50:33 -0000	1.3
+++ getting_started/cdt_w_newmake.htm	24 Jun 2004 02:35:07 -0000
@@ -69,7 +69,7 @@
 <a href="../reference/cdt_o_proj_prop_pages.htm">C/C++ Projects view</a></p>
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </body>
 
 </html>
Index: getting_started/cdt_w_newproj.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_newproj.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_w_newproj.htm
--- getting_started/cdt_w_newproj.htm	15 May 2004 20:50:33 -0000	1.2
+++ getting_started/cdt_w_newproj.htm	24 Jun 2004 02:35:07 -0000
@@ -56,7 +56,7 @@
 src="../images/ngref.gif" alt="Related reference" height="21" width="143" border="0"> <br> <a
 href="../reference/cdt_o_proj_prop_pages.htm">C/C++ Projects view</a></p>  
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body>
 </html>
Index: getting_started/cdt_w_prepare_workbench.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_prepare_workbench.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_w_prepare_workbench.htm
--- getting_started/cdt_w_prepare_workbench.htm	21 Jun 2004 10:33:03 -0000	1.2
+++ getting_started/cdt_w_prepare_workbench.htm	24 Jun 2004 02:35:07 -0000
@@ -50,8 +50,8 @@
 
 
 <p>
-<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement" BORDER=0 width="300" height="14"><br>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 
 
Index: getting_started/cdt_w_standard.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_w_standard.htm
--- getting_started/cdt_w_standard.htm	21 Jun 2004 10:33:03 -0000	1.3
+++ getting_started/cdt_w_standard.htm	24 Jun 2004 02:35:07 -0000
@@ -3,7 +3,7 @@
 <head>
 	<meta http-equiv="Content-Language" content="en-us">
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-	<title>Hello World cdt_w_standardorial</title>
+	<title>C/C++ Development Toolkit (CDT) Standard Make Tutorial</title>
 	<link rel="stylesheet" type="text/css" href="../help.css">
 
 <script language="JavaScript">
@@ -165,7 +165,7 @@
 
 </head>
 <body>
-<h2>C/C++ Development Toolkit (CDT) Standard Make Tutorial</h2>
+<h2>CDT Standard Make Tutorial</h2>
 <center>
 <IFRAME name=textFrame SRC="cdt_w_standard01.htm" TITLE="cdt_w_standard Text" MARGINWIDTH=0 MARGINHEIGHT=0 width=800 height=150 frameborder=0 SCROLLING=auto></IFRAME>
 <table width="600px" border="0" cellspacing="0" summary="">
@@ -177,6 +177,6 @@
 </table>
 <p><img src="../images/cdt_w_standard01.png" align="center" width="800" height="600" alt="Eclipse Logo" name="screen" ></p>
 </center>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </body>
 </html>
Index: getting_started/cdt_w_standard03.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard03.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_w_standard03.htm
--- getting_started/cdt_w_standard03.htm	21 Jun 2004 10:33:03 -0000	1.3
+++ getting_started/cdt_w_standard03.htm	24 Jun 2004 02:35:07 -0000
@@ -4,6 +4,7 @@
 	<meta http-equiv="Content-Language" content="en-us">
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Tutorial</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 	<script language="JavaScript">
 		function newWin(url) {
 		window.open(url, 'hello_world_example', 'width=400, height=300, menubar=no, toolbar=no, status=no, resizable=yes, location=no, scrollbars=yes');}
Index: getting_started/cdt_w_standard13.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard13.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_w_standard13.htm
--- getting_started/cdt_w_standard13.htm	2 Jun 2004 19:01:37 -0000	1.2
+++ getting_started/cdt_w_standard13.htm	24 Jun 2004 02:35:07 -0000
@@ -7,9 +7,10 @@
 	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 <body>
-<h3>Create a file</h3>
+<h3>New Project</h3>
 
-<p>Create a new cpp file (such as main.cpp) by right clicking your project and selecting <b>New > File</b>.</p>
+<p>You should now see the new project in the C/C++ Projects view.</p>
 
 </body>
+
 </html>
Index: getting_started/cdt_w_standard15.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard15.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_w_standard15.htm
--- getting_started/cdt_w_standard15.htm	2 Jun 2004 19:01:37 -0000	1.2
+++ getting_started/cdt_w_standard15.htm	24 Jun 2004 02:35:07 -0000
@@ -7,10 +7,10 @@
 	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 <body>
-<h3>New Project Files</h3>
-
-<p>You should now see the new file located in the Projects View under the project, and the new file should be open in the <b>Editor</b> view..</p>
+<h3>Create a makefile</h3>
 
+<p>You should now see the <b>New File</b> wizard.</p> 
+<p>Enter <b>makefile</b> for the name of the file in the <b>File name</b> text area then click <b>Finish</b>.</p>
 
 </body>
 </html>
Index: getting_started/cdt_w_standard23.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard23.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_w_standard23.htm
--- getting_started/cdt_w_standard23.htm	2 Jun 2004 19:01:37 -0000	1.2
+++ getting_started/cdt_w_standard23.htm	24 Jun 2004 02:35:08 -0000
@@ -7,10 +7,12 @@
 	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 <body>
-<h3>Run Configuration</h3>
+<h3>Run the application</h3>
+
+<p>Navigate to the <b>C/C++ Projects</b> view,  you will now see the executables listed. </p>
+
+<p>You can run your application within the C/C++ Perspective, to do so click <b>Run > Run</b>.</p>
 
-<p>You should now see the <b>Run Configurations</b> dialog box, navigate to the project in the <b>Configurations:</b> view, and then click  <b>New</b>.  
-This will create your Run Configuration.</p>  
 
 
 
Index: getting_started/cdt_w_standard24.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard24.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_w_standard24.htm
--- getting_started/cdt_w_standard24.htm	2 Jun 2004 19:01:37 -0000	1.2
+++ getting_started/cdt_w_standard24.htm	24 Jun 2004 02:35:08 -0000
@@ -8,7 +8,11 @@
 </head>
 <body>
 <h3>Run Configuration</h3>
-<p>Select the new Run Configuration in the <b>Configurations:</b> view and click the <b>Main</b> tab and then the <b>Search</b> button.</p>
+
+<p>You should now see the <b>Run Configurations</b> dialog box, navigate to the project in the <b>Configurations:</b> view, and then click  <b>New</b>.  
+This will create your Run Configuration.</p>  
+
+
 
 </body>
 </html>
Index: reference/cdt_o_ceditor_pref.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_o_ceditor_pref.htm,v
retrieving revision 1.7
diff -u -r1.7 cdt_o_ceditor_pref.htm
--- reference/cdt_o_ceditor_pref.htm	21 Jun 2004 10:33:02 -0000	1.7
+++ reference/cdt_o_ceditor_pref.htm	24 Jun 2004 02:35:08 -0000
@@ -21,7 +21,7 @@
 		<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_navigation.htm">Navigation preferences</a><br>
 
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 
 </body>
Index: reference/cdt_o_dbg_view.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_o_dbg_view.htm,v
retrieving revision 1.5
diff -u -r1.5 cdt_o_dbg_view.htm
--- reference/cdt_o_dbg_view.htm	21 Jun 2004 10:33:02 -0000	1.5
+++ reference/cdt_o_dbg_view.htm	24 Jun 2004 02:35:08 -0000
@@ -22,7 +22,7 @@
 		<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_view.htm">Debug view</a><br>
 		<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_pref.htm">Debug preferences</a><br>
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body>
 
Index: reference/cdt_o_menu.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_o_menu.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_o_menu.htm
--- reference/cdt_o_menu.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_o_menu.htm	24 Jun 2004 02:35:08 -0000
@@ -18,7 +18,7 @@
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_project.htm">Project Menu actions</a><br>
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_run.htm">Run Menu actions</a><br>
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_window.htm">Window Menu actions</a><br>
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 </p>
 </body>
 </html>
Index: reference/cdt_o_mmake_proj.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_o_mmake_proj.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_o_mmake_proj.htm
--- reference/cdt_o_mmake_proj.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_o_mmake_proj.htm	24 Jun 2004 02:35:08 -0000
@@ -20,7 +20,7 @@
 		<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_merror.htm">Error Parser</a><br>
 		<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_ref.htm">Project References</a><br>
 	
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body>
 </html>
Index: reference/cdt_o_new_mproj.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_o_new_mproj.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_o_new_mproj.htm
--- reference/cdt_o_new_mproj.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_o_new_mproj.htm	24 Jun 2004 02:35:08 -0000
@@ -19,7 +19,7 @@
 		<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_cindexer.htm">C/C++ Indexer</a><br>
 
 	
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body>
 </html>
Index: reference/cdt_o_new_sproj.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_o_new_sproj.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_o_new_sproj.htm
--- reference/cdt_o_new_sproj.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_o_new_sproj.htm	24 Jun 2004 02:35:08 -0000
@@ -20,7 +20,7 @@
 		<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_discovery.htm">Discovery Options</a><br>
 		<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_cindexer.htm">C/C++ Indexer</a><br>
 	
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body>
 </html>
Index: reference/cdt_o_proj_prop_pages.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_o_proj_prop_pages.htm,v
retrieving revision 1.6
diff -u -r1.6 cdt_o_proj_prop_pages.htm
--- reference/cdt_o_proj_prop_pages.htm	21 Jun 2004 10:33:02 -0000	1.6
+++ reference/cdt_o_proj_prop_pages.htm	24 Jun 2004 02:35:08 -0000
@@ -18,6 +18,6 @@
 		<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_parser_binary.htm">Binary Parser preferences</a><br>
 		<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_discovery_preferences.htm">Discovery Options preferences</a><br>
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 </body>
 </html>
Index: reference/cdt_o_ref.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_o_ref.htm,v
retrieving revision 1.9
diff -u -r1.9 cdt_o_ref.htm
--- reference/cdt_o_ref.htm	21 Jun 2004 10:33:02 -0000	1.9
+++ reference/cdt_o_ref.htm	24 Jun 2004 02:35:08 -0000
@@ -114,7 +114,7 @@
 	<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_comm.htm">Common</a><br>
 <img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_search.htm">C/C++ search</a><br>
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body>
 </html>
Index: reference/cdt_o_run_dbg_pages.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm,v
retrieving revision 1.4
diff -u -r1.4 cdt_o_run_dbg_pages.htm
--- reference/cdt_o_run_dbg_pages.htm	21 Jun 2004 10:33:02 -0000	1.4
+++ reference/cdt_o_run_dbg_pages.htm	24 Jun 2004 02:35:08 -0000
@@ -20,7 +20,7 @@
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_srce.htm">Source</a><br>
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_comm.htm">Common</a><br>
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body>
 </html>
Index: reference/cdt_o_smake_proj.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_o_smake_proj.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_o_smake_proj.htm
--- reference/cdt_o_smake_proj.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_o_smake_proj.htm	24 Jun 2004 02:35:08 -0000
@@ -31,7 +31,7 @@
 		<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_sprop_ref.htm">Project References</a><br>
 
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body>
 </html>
Index: reference/cdt_o_sproj_make.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_o_sproj_make.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_o_sproj_make.htm
--- reference/cdt_o_sproj_make.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_o_sproj_make.htm	24 Jun 2004 02:35:08 -0000
@@ -19,7 +19,7 @@
 			<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_sprop_mdiscovery.htm">Discovery Options</a><br>
 
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body>
 </html>
Index: reference/cdt_o_sproj_paths.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_o_sproj_paths.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_o_sproj_paths.htm
--- reference/cdt_o_sproj_paths.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_o_sproj_paths.htm	24 Jun 2004 02:35:08 -0000
@@ -19,7 +19,7 @@
 			<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_sprop_pcontainers.htm">Path Containers</a><br>
 
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body>
 </html>
Index: reference/cdt_o_views.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_o_views.htm,v
retrieving revision 1.5
diff -u -r1.5 cdt_o_views.htm
--- reference/cdt_o_views.htm	21 Jun 2004 10:33:02 -0000	1.5
+++ reference/cdt_o_views.htm	24 Jun 2004 02:35:08 -0000
@@ -33,7 +33,7 @@
 		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_pref.htm">Debug preferences</a><br>
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_icons.htm">C/C++ Icons</a><br>
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body>
 </html>
Index: reference/cdt_u_build_pref.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_build_pref.htm,v
retrieving revision 1.7
diff -u -r1.7 cdt_u_build_pref.htm
--- reference/cdt_u_build_pref.htm	21 Jun 2004 10:33:02 -0000	1.7
+++ reference/cdt_u_build_pref.htm	24 Jun 2004 02:35:08 -0000
@@ -23,7 +23,7 @@
   <dt>Bring console to top when building (if present)</dt>
   <dd>Select this checkbox to bring the build console to the front when you perform a build.</dd>
   <dt>Limit console output (#lines)</dt>
-  <dd>You sepcify the maximum number of lines that appear in the build console view.</dd>
+  <dd>You specify the maximum number of lines that appear in the build console view.</dd>
   <dt>Display tab width</dt>
   <dd>You can specify the number of spaces for a tab.</dd>
   <dt>Output text color</dt>
@@ -43,7 +43,7 @@
 <a href="../tasks/cdt_o_build_task.htm">Building</a></p>
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
 <a href="../reference/cdt_o_views.htm">Views</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: reference/cdt_u_c_editor_color.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_color.htm,v
retrieving revision 1.7
diff -u -r1.7 cdt_u_c_editor_color.htm
--- reference/cdt_u_c_editor_color.htm	21 Jun 2004 10:33:02 -0000	1.7
+++ reference/cdt_u_c_editor_color.htm	24 Jun 2004 02:35:08 -0000
@@ -36,7 +36,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: reference/cdt_u_c_editor_con_assist.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist.htm,v
retrieving revision 1.8
diff -u -r1.8 cdt_u_c_editor_con_assist.htm
--- reference/cdt_u_c_editor_con_assist.htm	21 Jun 2004 10:33:02 -0000	1.8
+++ reference/cdt_u_c_editor_con_assist.htm	24 Jun 2004 02:35:08 -0000
@@ -26,7 +26,7 @@
 	<dd>Proposals, by default, appear in order of relevance determined by context, scope and prefix. Alternatively, you can configure the Content Assist feature to order its proposals alphabetically.</dd> 
 
 	<p><dt>Content Assist parsing timeout (ms)
-	<dd>For very large projects, the Content Assist feature might slow the response of the plug-in as the Content Assist feature parses the project for proposals.  This setting stops the Content Assist search when it reaches the specified threshold.<dd>
+	<dd>For very large projects, the Content Assist feature might slow the response of the plug-in as the Content Assist feature parses the project for proposals.  This setting stops the Content Assist parse when it reaches the specified threshold.<dd>
 	
 	<p><dt>Auto activation</dt>
 	<dd>Certain predefined triggers force the Content Assist feature to activate. You can disable the predefined triggers with these checkboxes.
@@ -51,7 +51,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: reference/cdt_u_c_editor_gen.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_gen.htm,v
retrieving revision 1.7
diff -u -r1.7 cdt_u_c_editor_gen.htm
--- reference/cdt_u_c_editor_gen.htm	21 Jun 2004 10:33:02 -0000	1.7
+++ reference/cdt_u_c_editor_gen.htm	24 Jun 2004 02:35:08 -0000
@@ -51,7 +51,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: reference/cdt_u_c_editor_hov.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_hov.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_c_editor_hov.htm
--- reference/cdt_u_c_editor_hov.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_c_editor_hov.htm	24 Jun 2004 02:35:08 -0000
@@ -18,7 +18,7 @@
   <dt>Enable editor problem annotation</dt>
   <dd>When selected problems found will be highlighted in the editor.</dd>
   <dt>Text Hover key modifier preferences:</dt>
-  <dd>You can select hot-keys to enable alternate hover behavior such as a mouse over while pressing the CTRL key will link to the element's source declaration.</dd>
+  <dd>You can select hot-keys to enable alternate hover behavior such as a mouse over while pressing the &lt;Ctrl&gt; key will link to the element's source declaration.</dd>
 </dl>
 
 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
@@ -29,7 +29,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: reference/cdt_u_c_editor_navigation.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_navigation.htm,v
retrieving revision 1.5
diff -u -r1.5 cdt_u_c_editor_navigation.htm
--- reference/cdt_u_c_editor_navigation.htm	21 Jun 2004 10:33:02 -0000	1.5
+++ reference/cdt_u_c_editor_navigation.htm	24 Jun 2004 02:35:08 -0000
@@ -15,7 +15,7 @@
 <p><img src="../images/editor_navigation_preferences.png" alt="Editor Navigation Preferences Dialog Box"></p>
 <dl>
   <dt>Enable Hyperlink Navigation</dt>
-  <dd>Select this checkbox to support hyperlink style navigation for Open Declarations.</dd>
+  <dd>Select this checkbox to support hyperlink style navigation for Open Declaration.</dd>
 </dl>
 
 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
@@ -26,7 +26,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: reference/cdt_u_c_file_types.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_c_file_types.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_c_file_types.htm
--- reference/cdt_u_c_file_types.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_c_file_types.htm	24 Jun 2004 02:35:08 -0000
@@ -28,7 +28,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
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.8
diff -u -r1.8 cdt_u_c_pref.htm
--- reference/cdt_u_c_pref.htm	21 Jun 2004 10:33:02 -0000	1.8
+++ reference/cdt_u_c_pref.htm	24 Jun 2004 02:35:08 -0000
@@ -29,7 +29,7 @@
 <p><dl>
   <dt>Build Console</dt>
   <dd>Preferences for customize the appearance of the Build Console view.</dd>
-  <dt>C/C++ Editor</dt>
+  <dt>Editor</dt>
   <dd>Preferences for customizing the C/C++ editor.</dd>
   <dt>Code Templates</dt>
   <dd>Manipulate any of the common code templates that are predefined within the CDT.</dd>
@@ -39,8 +39,16 @@
   <dd>Preferences for customizing the GDB MI.</dd>
   <dt>Source Code Locations</dt>
   <dd>Modify, add or remove source code locations</dd>
+  <dt>Editor</dt>
+  <dd>Set preferences for the C/C++ editor</dd>
+  <dt>File Types</dt>
+  <dd>Define which file extensions are linked to specific languages</dd>
+  <dt>Make Targets</dt>
+  <dd>Set preferences for make target build settings</dd>
   <dt>New Make Projects</dt>
-  <dd>Preferences for customizing Make Builder settings.</dd>
+  <dd>Set preferences for customizing Make Builder settings</dd>
+  <dt>Search</dt>
+  <dd>Set preferences for customizing the Search configuration</dd>
 </dl></p>
 
 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
@@ -50,7 +58,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_views.htm">Views</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: reference/cdt_u_code_temp.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_code_temp.htm,v
retrieving revision 1.6
diff -u -r1.6 cdt_u_code_temp.htm
--- reference/cdt_u_code_temp.htm	21 Jun 2004 10:33:02 -0000	1.6
+++ reference/cdt_u_code_temp.htm	24 Jun 2004 02:35:08 -0000
@@ -43,7 +43,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: reference/cdt_u_console_view.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_console_view.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_console_view.htm
--- reference/cdt_u_console_view.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_console_view.htm	24 Jun 2004 02:35:08 -0000
@@ -102,8 +102,8 @@
 </p>
 
 <p>
-<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement" BORDER=0 width="300" height="14">  <br>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement">  <br>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 </html>
Index: reference/cdt_u_cproj_view.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_cproj_view.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_cproj_view.htm
--- reference/cdt_u_cproj_view.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_cproj_view.htm	24 Jun 2004 02:35:08 -0000
@@ -10,7 +10,7 @@
 <body>
 
 <h1>C/C++ Projects view</h1>
-<p>The C/C++ Projects view displays, in a tree structure, only C and C++ project files.  In this view you can do the following: 
+<p>The C/C++ Projects view displays, in a tree structure, only elements relevant to C and C++ project files.  In this view you can do the following: 
 <ul>
 	<li>Browse the elements of C/C++ source files</li>
 	<li>Open files in the editor view</li>
@@ -222,8 +222,8 @@
 
 
 <p>
-<img img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement" BORDER=0 width="300" height="14">  <br>
-<img img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement">  <br>
+<img img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 
 </body>
Index: reference/cdt_u_create_make_target.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_create_make_target.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_create_make_target.htm
--- reference/cdt_u_create_make_target.htm	21 Jun 2004 10:33:02 -0000	1.1
+++ reference/cdt_u_create_make_target.htm	24 Jun 2004 02:35:08 -0000
@@ -35,9 +35,9 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"></p>
 
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_dbg_pref.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_pref.htm,v
retrieving revision 1.4
diff -u -r1.4 cdt_u_dbg_pref.htm
--- reference/cdt_u_dbg_pref.htm	21 Jun 2004 10:33:02 -0000	1.4
+++ reference/cdt_u_dbg_pref.htm	24 Jun 2004 02:35:08 -0000
@@ -42,7 +42,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_views.htm">Views</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: reference/cdt_u_dbg_src.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_src.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_dbg_src.htm
--- reference/cdt_u_dbg_src.htm	21 Jun 2004 10:33:02 -0000	1.1
+++ reference/cdt_u_dbg_src.htm	24 Jun 2004 02:35:08 -0000
@@ -11,7 +11,7 @@
 
 <h1>Source Code Locations page, Preferences window</h1>
 
-<p>You can add or remove source code locationsby clicking <b>Window &gt; Preferences &gt; C/C++ &gt; Debug &gt; Source Code Locations</b>.</p>
+<p>You can add or remove source code locations by clicking <b>Window &gt; Preferences &gt; C/C++ &gt; Debug &gt; Source Code Locations</b>.</p>
 
 <img src="../images/debug_src_pref.png"  alt="Debug Source Code Locations Preferences">
 <dl>
@@ -34,8 +34,8 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 </p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_dbg_view.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_view.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_dbg_view.htm
--- reference/cdt_u_dbg_view.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ reference/cdt_u_dbg_view.htm	24 Jun 2004 02:35:08 -0000
@@ -116,7 +116,7 @@
 <br>
 <a href="cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: reference/cdt_u_debug.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_debug.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_debug.htm
--- reference/cdt_u_debug.htm	21 Jun 2004 10:33:02 -0000	1.1
+++ reference/cdt_u_debug.htm	24 Jun 2004 02:35:08 -0000
@@ -38,8 +38,8 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 </p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_discovery_preferences.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_discovery_preferences.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_discovery_preferences.htm
--- reference/cdt_u_discovery_preferences.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_discovery_preferences.htm	24 Jun 2004 02:35:08 -0000
@@ -36,7 +36,7 @@
 </p>
 
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 
 </body>
Index: reference/cdt_u_editor_view.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_editor_view.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_editor_view.htm
--- reference/cdt_u_editor_view.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_editor_view.htm	24 Jun 2004 02:35:08 -0000
@@ -12,8 +12,8 @@
 <h1>Editor view</h1>
     <p>The C/C++ editor provides specialized features for editing C/C++ related files.</p>
 	<p><img src="../images/view_editor.png" alt="C/C++ Editor" ></p>
-    <p>Associated with the editor is a C/C++-specific <a href="cdt_u_outlineview.htm">Outline view</a>, which shows the structure of the active C, C++ or makefile. 
-			 It is updated as you edit these files.</p>
+    <p>Associated with the editor is a C/C++-specific <a href="cdt_u_outlineview.htm">Outline view</a>, 
+		which shows the structure of the active C, C++ or makefile.  It is updated as you edit these files.</p>
 
     <p>The editor includes the following features:</p>
     <ul>
@@ -23,7 +23,7 @@
     </ul>
 
     <p>The most common way to invoke the C/C++ editor is to open a file from
-    the Navigator or Package explorer using pop-up menus or by clicking the file
+    the Navigator or the C/C++ Project views using pop-up menus or by clicking the file
     (single or double-click depending on the user preferences).</p>
 
 <p>The C/C++ editor does not contain a toolbar itself, but relies on the use of the main 
@@ -33,15 +33,8 @@
 
 </p>
 
-<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
-
-<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <br>
-
-<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
-
-
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
Index: reference/cdt_u_find_replace.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_find_replace.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_find_replace.htm
--- reference/cdt_u_find_replace.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_find_replace.htm	24 Jun 2004 02:35:08 -0000
@@ -58,8 +58,8 @@
 
 
 <p>
-<img src="../images/rh03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="300" height="14"><br>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/rh03_04.gif" ALT="IBM Copyright Statement"><br>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 
 
Index: reference/cdt_u_gdb_mi.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_gdb_mi.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_gdb_mi.htm
--- reference/cdt_u_gdb_mi.htm	21 Jun 2004 10:33:02 -0000	1.1
+++ reference/cdt_u_gdb_mi.htm	24 Jun 2004 02:35:08 -0000
@@ -28,8 +28,8 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 </p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_icons.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_icons.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_icons.htm
--- reference/cdt_u_icons.htm	21 Jun 2004 10:33:02 -0000	1.3
+++ reference/cdt_u_icons.htm	24 Jun 2004 02:35:08 -0000
@@ -109,7 +109,7 @@
   <tr>
     <td width="19%" align="left">
     <img border="0" src="../images/typedef_obj.gif" width="16" height="16"></td>
-    <td width="81%">Type definition</td>
+    <td width="81%">Typedef</td>
   </tr>
   <tr>
     <td width="19%" align="left">
@@ -133,7 +133,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_views.htm">Views</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement." BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement." >
 </body>
 
 </html>
Index: reference/cdt_u_m_edit.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_m_edit.htm
--- reference/cdt_u_m_edit.htm	21 Jun 2004 10:33:02 -0000	1.3
+++ reference/cdt_u_m_edit.htm	24 Jun 2004 02:35:08 -0000
@@ -135,7 +135,7 @@
 </tr>
 
 <tr>
-	<td><b>Convert Line Delemeters to</b></td>
+	<td><b>Convert Line Delimiters to</b></td>
  	<td>Toggles line delimeters to 
 		<ul>
 			<li>CRLF (Windows) 
@@ -158,7 +158,7 @@
 <p><b>Note: </b> Other <b>Edit</b> options are used with the JDT. Refer to the <i>Java Development User Guide</i> for details. </p>
 
 <p>
-<IMG height=14 alt="IBM Copyright Statement" src="../images/ng03_04.gif" width=324 border=0>
+<IMG height=14 alt="IBM Copyright Statement" src="../images/ng00_04a.gif" width=324 border=0>
 </p>
 </body>
 </html>
Index: reference/cdt_u_m_file.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_m_file.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_m_file.htm
--- reference/cdt_u_m_file.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_m_file.htm	24 Jun 2004 02:35:08 -0000
@@ -129,7 +129,7 @@
 </p>
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 </body>
 </html>
Index: reference/cdt_u_m_navigate.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_m_navigate.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_m_navigate.htm
--- reference/cdt_u_m_navigate.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_m_navigate.htm	24 Jun 2004 02:35:08 -0000
@@ -113,7 +113,7 @@
 </p>
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 </body>
 </html>
Index: reference/cdt_u_m_project.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_m_project.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_m_project.htm
--- reference/cdt_u_m_project.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_m_project.htm	24 Jun 2004 02:35:08 -0000
@@ -59,7 +59,10 @@
 </tr>
 <tr>
   <td><b>Properties</b></td>
-  <td>Displays the <b>Properties</b> dialog. From that dialog you can display the properties of resources in <b>Info</b>, <b>CVS</b>, <b>External Tools Builders</b>, or <b>Project References</b>. </td>
+  <td>Displays the <b>Properties</b> dialog. From that dialog you can display the properties of resources in <b>Info</b>, 
+	<b>External Tools Builders</b>, <b>C/C++ Build</b> (managed only) <b>File Types</b>, <b>Indexer options</b>, 
+	<b>C/C++ Make Project</b> (standard only), <b>C/C++ Project Paths</b> (standard only), 
+	<b>Include Paths and Symbols</b> (standard only), and <b>Project References</b>. </td>
   <td>&nbsp;</td>
 </tr>
 </table></p>
@@ -73,7 +76,7 @@
 </p>
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 </body>
 </html>
Index: reference/cdt_u_m_run.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_m_run.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_m_run.htm
--- reference/cdt_u_m_run.htm	21 Jun 2004 10:33:02 -0000	1.3
+++ reference/cdt_u_m_run.htm	24 Jun 2004 02:35:08 -0000
@@ -73,7 +73,7 @@
 </table>
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 </body>
 </html>
Index: reference/cdt_u_m_search.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_m_search.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_m_search.htm
--- reference/cdt_u_m_search.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_m_search.htm	24 Jun 2004 02:35:08 -0000
@@ -57,7 +57,7 @@
 <a href="cdt_u_search_view.htm">Search view</a></p>
 
 <p>
-<IMG height=14 alt="IBM Copyright Statement" src="../images/ng03_04.gif" width=324 border=0>
+<IMG height=14 alt="IBM Copyright Statement" src="../images/ng00_04a.gif" width=324 border=0>
 </p>
  </body>
 </html>
Index: reference/cdt_u_m_window.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_m_window.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_m_window.htm
--- reference/cdt_u_m_window.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_m_window.htm	24 Jun 2004 02:35:08 -0000
@@ -82,7 +82,7 @@
 		<ul>
 			<li><b>Show System Menu</b>: Shows the menu that is used for resizing, closing or pinning the current view or editor.</li>
 			<li><b>Show View Menu</b>: Shows the drop down menu that is available in the toolbar of the active view.</li>
-			<li><b>Mazimize Active View or Editor</b>: Mazimizes the current view or editor to fill the workbench.</li>
+			<li><b>Maximize Active View or Editor</b>: Maximizes the current view or editor to fill the workbench.</li>
 			<li><b>Activate Editor</b>: Makes the current editor active.</li>
 			<li><b>Next Editor</b>: Activates the next open editor in the list of most recently used editors.</li>
 			<li><b>Previous Editor</b>: Activates the previous open editor in the list of most recently used editors.</li>
@@ -104,7 +104,7 @@
  </table></p>
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 
 </BODY>
Index: reference/cdt_u_make_targets_pref.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_make_targets_pref.htm,v
retrieving revision 1.5
diff -u -r1.5 cdt_u_make_targets_pref.htm
--- reference/cdt_u_make_targets_pref.htm	21 Jun 2004 10:33:02 -0000	1.5
+++ reference/cdt_u_make_targets_pref.htm	24 Jun 2004 02:35:08 -0000
@@ -29,7 +29,7 @@
 <a href="../tasks/cdt_o_build_task.htm">Building</a></p>
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
 <a href="../reference/cdt_o_views.htm">Views</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: reference/cdt_u_make_targets_view.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_make_targets_view.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_make_targets_view.htm
--- reference/cdt_u_make_targets_view.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_make_targets_view.htm	24 Jun 2004 02:35:08 -0000
@@ -45,8 +45,8 @@
 
 
 <p>
-<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement" BORDER=0 width="300" height="14"> <br>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"> <br>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 
 </body>
Index: reference/cdt_u_mem_view_pref.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_mem_view_pref.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_mem_view_pref.htm
--- reference/cdt_u_mem_view_pref.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ reference/cdt_u_mem_view_pref.htm	24 Jun 2004 02:35:08 -0000
@@ -44,7 +44,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_views.htm">Views</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 </body>
 
Index: reference/cdt_u_memoryview.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_memoryview.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_memoryview.htm
--- reference/cdt_u_memoryview.htm	10 May 2004 14:38:08 -0000	1.3
+++ reference/cdt_u_memoryview.htm	24 Jun 2004 02:35:08 -0000
@@ -42,7 +42,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_views.htm">Views</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 </body>
 
 </html>
Index: reference/cdt_u_mprop_build.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_mprop_build.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_mprop_build.htm
--- reference/cdt_u_mprop_build.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_mprop_build.htm	24 Jun 2004 02:35:08 -0000
@@ -50,7 +50,7 @@
 <a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
Index: reference/cdt_u_mprop_builders.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_mprop_builders.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_mprop_builders.htm
--- reference/cdt_u_mprop_builders.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ reference/cdt_u_mprop_builders.htm	24 Jun 2004 02:35:08 -0000
@@ -57,8 +57,8 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_mprop_file_types.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_mprop_file_types.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_mprop_file_types.htm
--- reference/cdt_u_mprop_file_types.htm	2 Jun 2004 19:01:38 -0000	1.1
+++ reference/cdt_u_mprop_file_types.htm	24 Jun 2004 02:35:08 -0000
@@ -10,7 +10,7 @@
 <body>
 
 <h1>C/C++ Project Properties, Managed, File Types</h1>
-<p>You can view a list of file types on the File Types page of a C/C++ project's preferences window.</p>
+<p>You can view a list of file types on the File Types page of a C/C++ project's properties window.</p>
 
 <p><img img src="../images/mprop_file_types.png" alt="C/C++ Project Properties, Managed, File Types"></p>
 
@@ -55,8 +55,8 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_mprop_indexer.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_mprop_indexer.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_mprop_indexer.htm
--- reference/cdt_u_mprop_indexer.htm	11 Jun 2004 14:23:05 -0000	1.2
+++ reference/cdt_u_mprop_indexer.htm	24 Jun 2004 02:35:08 -0000
@@ -53,7 +53,7 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
Index: reference/cdt_u_mprop_info.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_mprop_info.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_mprop_info.htm
--- reference/cdt_u_mprop_info.htm	2 Jun 2004 19:01:38 -0000	1.1
+++ reference/cdt_u_mprop_info.htm	24 Jun 2004 02:35:09 -0000
@@ -52,8 +52,8 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_mprop_merror.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_mprop_merror.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_mprop_merror.htm
--- reference/cdt_u_mprop_merror.htm	2 Jun 2004 19:01:38 -0000	1.1
+++ reference/cdt_u_mprop_merror.htm	24 Jun 2004 02:35:09 -0000
@@ -61,9 +61,9 @@
 
 
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_mprop_ref.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_mprop_ref.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_mprop_ref.htm
--- reference/cdt_u_mprop_ref.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ reference/cdt_u_mprop_ref.htm	24 Jun 2004 02:35:09 -0000
@@ -9,7 +9,7 @@
 </head>
 <body>
 
-<h1>C/C++ Project Properties, Managed, Project Project References</h1>
+<h1>C/C++ Project Properties, Managed, Project References</h1>
 
 <p><img img src="../images/mprop_proref.png" alt="C/C++ Project, Managed, Project References "></p>
 
@@ -49,8 +49,8 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_navigator_view.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_navigator_view.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_navigator_view.htm
--- reference/cdt_u_navigator_view.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_navigator_view.htm	24 Jun 2004 02:35:09 -0000
@@ -97,7 +97,7 @@
 </p>
 
 <p>
-<img src="../images/ng03_04.gif" ALT=" IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT=" IBM Copyright Statement" >
 </p>
 
 </bODY>
Index: reference/cdt_u_new_proj_wiz.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_new_proj_wiz.htm
--- reference/cdt_u_new_proj_wiz.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ reference/cdt_u_new_proj_wiz.htm	24 Jun 2004 02:35:09 -0000
@@ -57,10 +57,10 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 
 
 
 </body>
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_new_proj_wiz_m_cindexer.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_m_cindexer.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_new_proj_wiz_m_cindexer.htm
--- reference/cdt_u_new_proj_wiz_m_cindexer.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ reference/cdt_u_new_proj_wiz_m_cindexer.htm	24 Jun 2004 02:35:09 -0000
@@ -63,8 +63,8 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 
 </body>
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_new_proj_wiz_m_errorp.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_m_errorp.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_new_proj_wiz_m_errorp.htm
--- reference/cdt_u_new_proj_wiz_m_errorp.htm	2 Jun 2004 19:01:38 -0000	1.1
+++ reference/cdt_u_new_proj_wiz_m_errorp.htm	24 Jun 2004 02:35:09 -0000
@@ -79,9 +79,9 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 
 
 </body>
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_new_proj_wiz_m_name.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_m_name.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_new_proj_wiz_m_name.htm
--- reference/cdt_u_new_proj_wiz_m_name.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ reference/cdt_u_new_proj_wiz_m_name.htm	24 Jun 2004 02:35:09 -0000
@@ -66,10 +66,10 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 
 
 
 </body>
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_new_proj_wiz_m_proj.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_m_proj.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_new_proj_wiz_m_proj.htm
--- reference/cdt_u_new_proj_wiz_m_proj.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ reference/cdt_u_new_proj_wiz_m_proj.htm	24 Jun 2004 02:35:09 -0000
@@ -58,9 +58,9 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 
 
 </body>
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_new_proj_wiz_m_target.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_m_target.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_new_proj_wiz_m_target.htm
--- reference/cdt_u_new_proj_wiz_m_target.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_new_proj_wiz_m_target.htm	24 Jun 2004 02:35:09 -0000
@@ -59,7 +59,7 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 
 </body>
Index: reference/cdt_u_new_proj_wiz_s_binary.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_binary.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_new_proj_wiz_s_binary.htm
--- reference/cdt_u_new_proj_wiz_s_binary.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ reference/cdt_u_new_proj_wiz_s_binary.htm	24 Jun 2004 02:35:09 -0000
@@ -64,8 +64,8 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 
 </body>
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_new_proj_wiz_s_cindexer.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_cindexer.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_new_proj_wiz_s_cindexer.htm
--- reference/cdt_u_new_proj_wiz_s_cindexer.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ reference/cdt_u_new_proj_wiz_s_cindexer.htm	24 Jun 2004 02:35:09 -0000
@@ -61,9 +61,9 @@
 <a href="cdt_u_new_proj_wiz_s_discovery.htm">Standard Make, Discovery Options</a><br>
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 
 
 </body>
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_new_proj_wiz_s_discovery.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_discovery.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_new_proj_wiz_s_discovery.htm
--- reference/cdt_u_new_proj_wiz_s_discovery.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ reference/cdt_u_new_proj_wiz_s_discovery.htm	24 Jun 2004 02:35:09 -0000
@@ -63,10 +63,10 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 
 
 
 </body>
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_new_proj_wiz_s_errorp.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_errorp.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_new_proj_wiz_s_errorp.htm
--- reference/cdt_u_new_proj_wiz_s_errorp.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ reference/cdt_u_new_proj_wiz_s_errorp.htm	24 Jun 2004 02:35:09 -0000
@@ -74,9 +74,9 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 
 
 </body>
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_new_proj_wiz_s_mbuilder.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_mbuilder.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_new_proj_wiz_s_mbuilder.htm
--- reference/cdt_u_new_proj_wiz_s_mbuilder.htm	2 Jun 2004 19:01:38 -0000	1.1
+++ reference/cdt_u_new_proj_wiz_s_mbuilder.htm	24 Jun 2004 02:35:09 -0000
@@ -69,10 +69,10 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 
 
 
 </body>
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_new_proj_wiz_s_name.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_name.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_new_proj_wiz_s_name.htm
--- reference/cdt_u_new_proj_wiz_s_name.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ reference/cdt_u_new_proj_wiz_s_name.htm	24 Jun 2004 02:35:09 -0000
@@ -68,9 +68,9 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 
 
 </body>
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_new_proj_wiz_s_proj.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_proj.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_new_proj_wiz_s_proj.htm
--- reference/cdt_u_new_proj_wiz_s_proj.htm	2 Jun 2004 19:01:38 -0000	1.1
+++ reference/cdt_u_new_proj_wiz_s_proj.htm	24 Jun 2004 02:35:09 -0000
@@ -58,10 +58,10 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 
 
 
 </body>
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_newproj_buildset.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_buildset.htm,v
retrieving revision 1.6
diff -u -r1.6 cdt_u_newproj_buildset.htm
--- reference/cdt_u_newproj_buildset.htm	21 Jun 2004 10:33:02 -0000	1.6
+++ reference/cdt_u_newproj_buildset.htm	24 Jun 2004 02:35:09 -0000
@@ -35,7 +35,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_proj_prop_pages.htm">Project properties</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 </body>
 
Index: reference/cdt_u_newproj_discovery_options.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_discovery_options.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_newproj_discovery_options.htm
--- reference/cdt_u_newproj_discovery_options.htm	21 Jun 2004 10:33:02 -0000	1.1
+++ reference/cdt_u_newproj_discovery_options.htm	24 Jun 2004 02:35:09 -0000
@@ -40,8 +40,8 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_proj_prop_pages.htm">Project properties</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_newproj_parser_binary.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_parser_binary.htm,v
retrieving revision 1.6
diff -u -r1.6 cdt_u_newproj_parser_binary.htm
--- reference/cdt_u_newproj_parser_binary.htm	21 Jun 2004 10:33:02 -0000	1.6
+++ reference/cdt_u_newproj_parser_binary.htm	24 Jun 2004 02:35:09 -0000
@@ -30,7 +30,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_proj_prop_pages.htm">Project properties</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 </body>
 
Index: reference/cdt_u_newproj_parser_error.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_parser_error.htm,v
retrieving revision 1.7
diff -u -r1.7 cdt_u_newproj_parser_error.htm
--- reference/cdt_u_newproj_parser_error.htm	21 Jun 2004 10:33:02 -0000	1.7
+++ reference/cdt_u_newproj_parser_error.htm	24 Jun 2004 02:35:09 -0000
@@ -38,7 +38,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_proj_prop_pages.htm">Project properties</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 </body>
 
Index: reference/cdt_u_newproj_platf.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_platf.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_newproj_platf.htm
--- reference/cdt_u_newproj_platf.htm	10 May 2004 14:38:08 -0000	1.3
+++ reference/cdt_u_newproj_platf.htm	24 Jun 2004 02:35:09 -0000
@@ -33,7 +33,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_proj_prop_pages.htm">Project properties</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 </body>
 
Index: reference/cdt_u_open_type.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_open_type.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_open_type.htm
--- reference/cdt_u_open_type.htm	21 Jun 2004 10:33:02 -0000	1.1
+++ reference/cdt_u_open_type.htm	24 Jun 2004 02:35:09 -0000
@@ -24,8 +24,8 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_outline_view.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_outline_view.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_outline_view.htm
--- reference/cdt_u_outline_view.htm	21 Jun 2004 10:33:02 -0000	1.3
+++ reference/cdt_u_outline_view.htm	24 Jun 2004 02:35:09 -0000
@@ -151,7 +151,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_views.htm">Views</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 </body>
 
 </html>
Index: reference/cdt_u_problems_view.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_problems_view.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_problems_view.htm
--- reference/cdt_u_problems_view.htm	21 Jun 2004 10:33:02 -0000	1.3
+++ reference/cdt_u_problems_view.htm	24 Jun 2004 02:35:09 -0000
@@ -56,7 +56,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"></p>
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
Index: reference/cdt_u_properties.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_properties.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_properties.htm
--- reference/cdt_u_properties.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ reference/cdt_u_properties.htm	24 Jun 2004 02:35:09 -0000
@@ -45,7 +45,7 @@
 <a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
 <a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body>
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_properties_view.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_properties_view.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_properties_view.htm
--- reference/cdt_u_properties_view.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_properties_view.htm	24 Jun 2004 02:35:09 -0000
@@ -70,7 +70,7 @@
 </p>
 
 <p>
-<img src="../images/ng03_04.gif" ALT=" IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT=" IBM Copyright Statement" >
 </p>
 
 </bODY>
Index: reference/cdt_u_registersview.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_registersview.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_registersview.htm
--- reference/cdt_u_registersview.htm	10 May 2004 14:38:08 -0000	1.3
+++ reference/cdt_u_registersview.htm	24 Jun 2004 02:35:09 -0000
@@ -48,7 +48,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_views.htm">Views</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 </body>
 
Index: reference/cdt_u_run_dbg_arg.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_arg.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_run_dbg_arg.htm
--- reference/cdt_u_run_dbg_arg.htm	10 May 2004 14:38:08 -0000	1.3
+++ reference/cdt_u_run_dbg_arg.htm	24 Jun 2004 02:35:09 -0000
@@ -38,7 +38,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 </body>
 
Index: reference/cdt_u_run_dbg_comm.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_comm.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_run_dbg_comm.htm
--- reference/cdt_u_run_dbg_comm.htm	10 May 2004 14:38:08 -0000	1.3
+++ reference/cdt_u_run_dbg_comm.htm	24 Jun 2004 02:35:09 -0000
@@ -44,7 +44,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 </body>
 
Index: reference/cdt_u_run_dbg_dbg.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_dbg.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_run_dbg_dbg.htm
--- reference/cdt_u_run_dbg_dbg.htm	10 May 2004 14:38:08 -0000	1.3
+++ reference/cdt_u_run_dbg_dbg.htm	24 Jun 2004 02:35:09 -0000
@@ -40,7 +40,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 </body>
 
Index: reference/cdt_u_run_dbg_env.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_env.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_run_dbg_env.htm
--- reference/cdt_u_run_dbg_env.htm	10 May 2004 14:38:08 -0000	1.3
+++ reference/cdt_u_run_dbg_env.htm	24 Jun 2004 02:35:09 -0000
@@ -39,7 +39,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 </body>
 
Index: reference/cdt_u_run_dbg_main.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_main.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_run_dbg_main.htm
--- reference/cdt_u_run_dbg_main.htm	10 May 2004 14:38:08 -0000	1.3
+++ reference/cdt_u_run_dbg_main.htm	24 Jun 2004 02:35:09 -0000
@@ -32,7 +32,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 </body>
 
Index: reference/cdt_u_run_dbg_srce.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_srce.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_run_dbg_srce.htm
--- reference/cdt_u_run_dbg_srce.htm	10 May 2004 14:38:08 -0000	1.3
+++ reference/cdt_u_run_dbg_srce.htm	24 Jun 2004 02:35:09 -0000
@@ -46,7 +46,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 </body>
 
Index: reference/cdt_u_search.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_search.htm,v
retrieving revision 1.7
diff -u -r1.7 cdt_u_search.htm
--- reference/cdt_u_search.htm	21 Jun 2004 10:33:02 -0000	1.7
+++ reference/cdt_u_search.htm	24 Jun 2004 02:35:09 -0000
@@ -143,8 +143,8 @@
 <a href="cdt_u_search_view.htm">Search view</a></p>
 
 <p>
-<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement" BORDER=0 width="300" height="14">  <br>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement">  <br>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
Index: reference/cdt_u_search_pref.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_search_pref.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_search_pref.htm
--- reference/cdt_u_search_pref.htm	21 Jun 2004 10:33:02 -0000	1.1
+++ reference/cdt_u_search_pref.htm	24 Jun 2004 02:35:09 -0000
@@ -37,4 +37,4 @@
 <p>
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_search_view.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_search_view.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_search_view.htm
--- reference/cdt_u_search_view.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_search_view.htm	24 Jun 2004 02:35:09 -0000
@@ -97,8 +97,8 @@
 <a href="cdt_u_search.htm">Search dialog</a></p>
 
 <p>
-<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement" BORDER=0 width="300" height="14">  <br>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement">  <br>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
Index: reference/cdt_u_shared_lib_view.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_shared_lib_view.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_shared_lib_view.htm
--- reference/cdt_u_shared_lib_view.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ reference/cdt_u_shared_lib_view.htm	24 Jun 2004 02:35:09 -0000
@@ -40,7 +40,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_views.htm">Views</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 </body>
 
Index: reference/cdt_u_shared_lib_view_pref.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_shared_lib_view_pref.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_shared_lib_view_pref.htm
--- reference/cdt_u_shared_lib_view_pref.htm	10 May 2004 14:38:08 -0000	1.3
+++ reference/cdt_u_shared_lib_view_pref.htm	24 Jun 2004 02:35:09 -0000
@@ -13,7 +13,7 @@
 
 <h1>Shared Libraries view preferences</h1>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 </p>
 
Index: reference/cdt_u_signals_view.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_signals_view.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_signals_view.htm
--- reference/cdt_u_signals_view.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ reference/cdt_u_signals_view.htm	24 Jun 2004 02:35:09 -0000
@@ -39,7 +39,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="cdt_o_views.htm">Views</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 </body>
 
Index: reference/cdt_u_sprop_builders.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_builders.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_sprop_builders.htm
--- reference/cdt_u_sprop_builders.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ reference/cdt_u_sprop_builders.htm	24 Jun 2004 02:35:09 -0000
@@ -57,8 +57,8 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_sprop_file_types.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_file_types.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_sprop_file_types.htm
--- reference/cdt_u_sprop_file_types.htm	2 Jun 2004 19:01:38 -0000	1.1
+++ reference/cdt_u_sprop_file_types.htm	24 Jun 2004 02:35:09 -0000
@@ -10,12 +10,12 @@
 <body>
 
 <h1>C/C++ Project Properties, Standard, File Types</h1>
-<p>You can view a list of file types on the File Types page of a C/C++ project's preferences window.</p>
+<p>You can view a list of file types on the File Types page of a C/C++ project's properties window.</p>
 
 <p><img img src="../images/sprop_file_types.png" alt="C/C++ Project Properties, Standard, File Types"></p>
 
 <dl>
-	<dt>Use workspace settings</dt><dd>Select this to use the Managed workspace settings.</dd>
+	<dt>Use workspace settings</dt><dd>Select this to use the Standard workspace settings.</dd>
 	<dt>Use Project Settings</dt><dd>Select this option to use project settings, or add or remove specific file types.</dd>
 	<dt>New...</dt><dd>Add a new file type.</dd>
 	<dt>Remove</dt><dd>Remove a listed file type.</dd>
@@ -53,8 +53,8 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_sprop_includes.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_includes.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_sprop_includes.htm
--- reference/cdt_u_sprop_includes.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ reference/cdt_u_sprop_includes.htm	24 Jun 2004 02:35:09 -0000
@@ -61,8 +61,8 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_sprop_indexer.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_indexer.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_sprop_indexer.htm
--- reference/cdt_u_sprop_indexer.htm	2 Jun 2004 19:01:38 -0000	1.1
+++ reference/cdt_u_sprop_indexer.htm	24 Jun 2004 02:35:09 -0000
@@ -55,8 +55,8 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_sprop_info.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_info.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_sprop_info.htm
--- reference/cdt_u_sprop_info.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ reference/cdt_u_sprop_info.htm	24 Jun 2004 02:35:09 -0000
@@ -50,8 +50,8 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_sprop_mbinary.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_mbinary.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_sprop_mbinary.htm
--- reference/cdt_u_sprop_mbinary.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ reference/cdt_u_sprop_mbinary.htm	24 Jun 2004 02:35:09 -0000
@@ -61,9 +61,9 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 </p>
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_sprop_mbuild.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_mbuild.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_sprop_mbuild.htm
--- reference/cdt_u_sprop_mbuild.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_sprop_mbuild.htm	24 Jun 2004 02:35:09 -0000
@@ -58,7 +58,7 @@
 <a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
 <a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 
 </body>
Index: reference/cdt_u_sprop_mdiscovery.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_mdiscovery.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_sprop_mdiscovery.htm
--- reference/cdt_u_sprop_mdiscovery.htm	21 Jun 2004 10:33:02 -0000	1.3
+++ reference/cdt_u_sprop_mdiscovery.htm	24 Jun 2004 02:35:09 -0000
@@ -11,7 +11,7 @@
 
 <h1>C/C++ Project Properties, Standard, Discovery Options</h1>
 
-<p>You can define the discovery options on the Discovery Options page of a C/C++ project's preferences window.</p>
+<p>You can define the discovery options on the Discovery Options page of a C/C++ project's properties window.</p>
 
 <p><img img src="../images/sprop_make_discovery.png" alt="C/C++ Project Properties, Standard, Discovery Options"></p>
 
@@ -56,7 +56,7 @@
 <a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
 
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 
 </body>
Index: reference/cdt_u_sprop_merror.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_merror.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_sprop_merror.htm
--- reference/cdt_u_sprop_merror.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ reference/cdt_u_sprop_merror.htm	24 Jun 2004 02:35:09 -0000
@@ -61,9 +61,9 @@
 <a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 </p>
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_sprop_pcontainers.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_pcontainers.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_sprop_pcontainers.htm
--- reference/cdt_u_sprop_pcontainers.htm	2 Jun 2004 19:01:38 -0000	1.1
+++ reference/cdt_u_sprop_pcontainers.htm	24 Jun 2004 02:35:09 -0000
@@ -49,8 +49,8 @@
 <a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_sprop_plib.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_plib.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_sprop_plib.htm
--- reference/cdt_u_sprop_plib.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ reference/cdt_u_sprop_plib.htm	24 Jun 2004 02:35:09 -0000
@@ -54,8 +54,8 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_sprop_poutput.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_poutput.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_sprop_poutput.htm
--- reference/cdt_u_sprop_poutput.htm	2 Jun 2004 19:01:38 -0000	1.1
+++ reference/cdt_u_sprop_poutput.htm	24 Jun 2004 02:35:09 -0000
@@ -51,8 +51,8 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_sprop_pproj.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_pproj.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_sprop_pproj.htm
--- reference/cdt_u_sprop_pproj.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_sprop_pproj.htm	24 Jun 2004 02:35:09 -0000
@@ -50,7 +50,7 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
Index: reference/cdt_u_sprop_psource.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_psource.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_sprop_psource.htm
--- reference/cdt_u_sprop_psource.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ reference/cdt_u_sprop_psource.htm	24 Jun 2004 02:35:09 -0000
@@ -50,8 +50,8 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_sprop_ref.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_ref.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_sprop_ref.htm
--- reference/cdt_u_sprop_ref.htm	2 Jun 2004 19:01:37 -0000	1.1
+++ reference/cdt_u_sprop_ref.htm	24 Jun 2004 02:35:09 -0000
@@ -49,10 +49,10 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: reference/cdt_u_toolbar.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_toolbar.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_toolbar.htm
--- reference/cdt_u_toolbar.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_toolbar.htm	24 Jun 2004 02:35:09 -0000
@@ -110,7 +110,7 @@
 
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">  
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 </p>
 </body>
 
Index: reference/cdt_u_views.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_views.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_views.htm
--- reference/cdt_u_views.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ reference/cdt_u_views.htm	24 Jun 2004 02:35:09 -0000
@@ -51,8 +51,8 @@
 
 
 <p>
-<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement" BORDER=0 width="324" height="14"><br>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement" ><br>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </p>
 
 </body>
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.4
diff -u -r1.4 cdt_o_brkpnts_watch.htm
--- tasks/cdt_o_brkpnts_watch.htm	21 Jun 2004 10:33:02 -0000	1.4
+++ tasks/cdt_o_brkpnts_watch.htm	24 Jun 2004 02:35:11 -0000
@@ -20,7 +20,7 @@
 			<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">Enabling and disabling breakpoints and watchpoints</a><br>
 
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></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.7
diff -u -r1.7 cdt_o_build_task.htm
--- tasks/cdt_o_build_task.htm	21 Jun 2004 10:33:02 -0000	1.7
+++ tasks/cdt_o_build_task.htm	24 Jun 2004 02:35:11 -0000
@@ -30,7 +30,7 @@
 		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_setreminder.htm">Setting reminders</a><br>
 
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 </body>
 
 </html>
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.4
diff -u -r1.4 cdt_o_con_assist.htm
--- tasks/cdt_o_con_assist.htm	21 Jun 2004 10:33:02 -0000	1.4
+++ tasks/cdt_o_con_assist.htm	24 Jun 2004 02:35:11 -0000
@@ -17,7 +17,7 @@
 		<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>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></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.5
diff -u -r1.5 cdt_o_debug.htm
--- tasks/cdt_o_debug.htm	21 Jun 2004 10:33:02 -0000	1.5
+++ tasks/cdt_o_debug.htm	24 Jun 2004 02:35:11 -0000
@@ -27,7 +27,7 @@
 		<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_registers.htm">Working with registers</a><br>
 		<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_memory.htm">Working with memory</a><br>
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></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.5
diff -u -r1.5 cdt_o_proj_files.htm
--- tasks/cdt_o_proj_files.htm	21 Jun 2004 19:24:24 -0000	1.5
+++ tasks/cdt_o_proj_files.htm	24 Jun 2004 02:35:11 -0000
@@ -13,7 +13,7 @@
 <h1>Working with C/C++ project files</h1>
 <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">Displaying C/C++ file components 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">Assigning 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_conv_proj.htm">Converting a C or C++ nature for 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">Creating a C/C++ 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">Creating 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">Hiding files by type in the C/C++ Projects view</a><br>
@@ -21,7 +21,7 @@
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_add_custom_persp.htm">Adding Convert to a C/C++ Make Project to the New menu</a><br>
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_discovery.htm">Set Discovery Options</a><br>
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></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.6
diff -u -r1.6 cdt_o_run.htm
--- tasks/cdt_o_run.htm	21 Jun 2004 10:33:02 -0000	1.6
+++ tasks/cdt_o_run.htm	24 Jun 2004 02:35:11 -0000
@@ -36,7 +36,7 @@
 		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_memory.htm">Working with memory</a><br>
 
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></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.6
diff -u -r1.6 cdt_o_run_config.htm
--- tasks/cdt_o_run_config.htm	21 Jun 2004 10:33:02 -0000	1.6
+++ tasks/cdt_o_run_config.htm	24 Jun 2004 02:35:11 -0000
@@ -37,7 +37,7 @@
 
 &nbsp;<p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </body>
 
 </html>
Index: tasks/cdt_o_tasks.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_o_tasks.htm,v
retrieving revision 1.11
diff -u -r1.11 cdt_o_tasks.htm
--- tasks/cdt_o_tasks.htm	22 Jun 2004 13:27:13 -0000	1.11
+++ tasks/cdt_o_tasks.htm	24 Jun 2004 02:35:11 -0000
@@ -16,7 +16,7 @@
 <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">Working with C/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">Displaying C/C++ file components 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">Assigning 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_conv_proj.htm">Converting a C or C++ nature for 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">Creating a C/C++ 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">Creating 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">Hiding files by type in the C/C++ Projects view</a><br>
@@ -31,8 +31,6 @@
 		<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">Shifting lines of code to the right or left</a><br>
-	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_search.htm">Searching for C/C++ elements</a><br>
-	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_sel_search.htm">Selection Searching for C/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">Navigating to C/C++ declarations</a><br>
 	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_refactoring.htm">Refactoring</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">Building projects</a><br>
@@ -77,13 +75,14 @@
 		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_registers.htm">Working with registers</a><br>
 		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_memory.htm">Working with memory</a><br>
 <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_search.htm">Searching for C/C++ elements</a><br>
+	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_sel_search.htm">Selection Searching for C/C++ elements</a><br>
 	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_search_ext.htm">Searching External Files</a><br>
 	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_endis_indexer.htm">Enable/Disable the C/C++ Indexer</a><br>
 	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_indexer_prob_rep.htm">C/C++ Indexer Problem Reporting</a><br>
 	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_indexer_timeout.htm">C/C++ Indexer - Indexer Timeout</a><br>
 	<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_set_src_fold.htm">Setting Source Folders</a><br>
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></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.4
diff -u -r1.4 cdt_o_tasksview.htm
--- tasks/cdt_o_tasksview.htm	21 Jun 2004 10:33:02 -0000	1.4
+++ tasks/cdt_o_tasksview.htm	24 Jun 2004 02:35:11 -0000
@@ -12,14 +12,13 @@
 
 <h1>Viewing and managing compile errors</h1>
 
-<p>This section describes how to view and manage compile errors. Compile errors 
-are displayed in the Tasks view.</p>
+<p>This section describes how to view and manage compile errors. Compile errors are displayed in the console view.</p>
 		<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_jumperror.htm">Jumping 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">Filtering the Tasks view</a><br>
 		<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_setreminder.htm">Setting reminders</a><br>
 
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></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.5
diff -u -r1.5 cdt_o_write_code.htm
--- tasks/cdt_o_write_code.htm	21 Jun 2004 19:24:24 -0000	1.5
+++ tasks/cdt_o_write_code.htm	24 Jun 2004 02:35:11 -0000
@@ -24,7 +24,7 @@
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_open_declarations.htm">Navigating to C/C++ declarations</a><br>
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_refactoring.htm">Refactoring</a><br>
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></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.5
diff -u -r1.5 cdt_t_add_brkpnts.htm
--- tasks/cdt_t_add_brkpnts.htm	14 Jun 2004 11:25:11 -0000	1.5
+++ tasks/cdt_t_add_brkpnts.htm	24 Jun 2004 02:35:11 -0000
@@ -44,7 +44,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 </body>
 
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.6
diff -u -r1.6 cdt_t_add_codetemp.htm
--- tasks/cdt_t_add_codetemp.htm	21 Jun 2004 10:33:02 -0000	1.6
+++ tasks/cdt_t_add_codetemp.htm	24 Jun 2004 02:35:11 -0000
@@ -11,6 +11,7 @@
 <body>
 
 <h1>Creating and editing code templates</h1>
+<p>Content Assist uses code templates enable you to use commonly used code snippets quickly.  </p>
 <p>To create a code template:</p>
 
 <ol>
@@ -20,15 +21,13 @@
   <img src="../images/code_templates_new.png" alt="Creating a new Code Template Window">
 
   </li>
-  <li><p>Do the following:</p>
+  <li><p>Do the following: (if required)</p>
 	<ul>
   		<li>In the <b>Name</b> field, enter a template name.</li>
   		<li>Select  <b>Structure</b>, <b>Global</b> or <b>Function</b> for either <b>C</b> or <b>C++</b> from the Context drop down list.</li>
-  		<li>In the <b>Description</b> field, enter a description for your new 
-        code template.</li>
+  		<li>In the <b>Description</b> field, enter a description for your new code template.</li>
   		<li>In the <b>Pattern</b> field, enter the code for your template.</li>
-  		<li>Click <b>Insert Variable</b> to add a variable from the list to the 
-        code you have entered in the Pattern box.</li>
+  		<li>Click <b>Insert Variable</b> to add a variable from the list to the code you have entered in the Pattern box.</li>
 	</ul>
  </li>
  <li>Click <b>OK</b>.<br>
@@ -47,7 +46,7 @@
 	<ul>
   		<li>In the <b>Name</b> field, change the template name to create a new 
         template based on the current template. </li>
-  		<li>Select  <b>Structure</b>, <b>Global</b> or <b>Function</b> for either <b>C</b> or <b>C++</b> from the Context drop down list to select where the new template will appear.</li>
+  		<li>Select  <b>Structure</b>, <b>Global</b> or <b>Function</b> for either <b>C</b> or <b>C++</b> from the Context drop down list to select where the template will appear.</li>
   		<li>In the <b>Description</b> field, change the description of the code 
         template to reflect your changes.</li>
   		<li>In the <b>Pattern</b> field, edit the code.</li>
@@ -69,7 +68,7 @@
 <a href="../reference/cdt_u_code_temp.htm">Code Templates page, Preferences window</a><br>
 <a href="../reference/cdt_u_code_temp.htm">Code Templates page</a></p>
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_add_custom_persp.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_add_custom_persp.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_add_custom_persp.htm
--- tasks/cdt_t_add_custom_persp.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ tasks/cdt_t_add_custom_persp.htm	24 Jun 2004 02:35:11 -0000
@@ -15,9 +15,10 @@
 <p>If <b>Convert to a C/C++ Make Project</b> is not available in your menubar, you can add it by clicking <b>Window > Customize Perspective</b></p>
 <p><img src="../images/window_customize_perspective.png" alt="Window - Customize Perspective menu selection"></p>
 
-<p>&nbsp;</p>
+
 
 <p>From the <b>Customize Perspecive Wizard</b> select <b>Convert to a C/C++ Make Project</b> and click <b>OK</b>.</p>
+<p><b>Note: </b> Ensure <b>New</b> is selected in the <b>Submenus:</b> list. </p>
 <p><img src="../images/customize_perspective.png" alt="Customize Perspective Wizard"></p>
 
 <p>&nbsp;</p>
@@ -34,7 +35,7 @@
 
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"></p>
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body>
 
Index: tasks/cdt_t_add_watch.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_add_watch.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_add_watch.htm
--- tasks/cdt_t_add_watch.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_add_watch.htm	24 Jun 2004 02:35:11 -0000
@@ -55,7 +55,7 @@
 <br>
 <a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_addmaketarget.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_addmaketarget.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_t_addmaketarget.htm
--- tasks/cdt_t_addmaketarget.htm	14 Jun 2004 11:25:11 -0000	1.3
+++ tasks/cdt_t_addmaketarget.htm	24 Jun 2004 02:35:11 -0000
@@ -16,7 +16,7 @@
 
 <p>A make target is an action called by the make utility to perform a customized 
 build-related task. For example, many makefiles support a target named clean, 
-which is called as make clean. You can call your own target (such as myMakeAction) to be called as make myMakeAction.</p>
+which is called using make clean. You can call your own target (such as myMakeAction) to be called as make myMakeAction.</p>
 
 <p>You can also use a make target 
 to pass options such as CPULIST=x86, which causes the make utility to build only 
@@ -33,12 +33,8 @@
   Target</b>.</li>
   <li>In the <b>Target Name</b> box, type the name of the make target.</li>
   <li>In the <b>Build Target</b> box, type a build target.</li>
-  <li>Select one of the following:</li>
-  <ul>
-  <li><b>Stop On Error</b> to stop the build when an error is encountered.</li>
-  <li><b>Keep Going On Error</b> to continue the build even if an error is 
-  encountered.</li>
-  </ul>
+  <li>Select <b>Stop On First Build Error</b> to stop the build when an error is encountered.</li>
+  <li>Select <b>Run all project builders</b> to run all builds.</li>
   <li>Select one of the following:</li>
   <ul>
   <li>Select the <b>Use Default</b> check box to use the default make command.</li>
@@ -60,7 +56,7 @@
 <a href="cdt_o_build_task.htm">Building</a></p>
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
 <a href="../reference/cdt_u_newproj_buildset.htm">Make Builder page, C/C++ Properties window</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_autobuild.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_autobuild.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_t_autobuild.htm
--- tasks/cdt_t_autobuild.htm	11 Jun 2004 14:23:06 -0000	1.1
+++ tasks/cdt_t_autobuild.htm	24 Jun 2004 02:35:11 -0000
@@ -13,7 +13,7 @@
 <h1>Removing Build Automatically</h1>
 
 <p>The Eclipse workbench is configured to build projects automatically.  However for C/C++ development you should turn this feature off, 
-otherwise your entire project will be rebuilt whenever, for example, you save a change to your makefile.
+otherwise your entire project will be rebuilt whenever, for example, you save a change to your makefile or source files.
 Click <b>Project > Build Automatically</b> and ensure there is no checkmark beside the <b>Build Automatically</b> menu item.</p>
 
 <p><img src="../images/cdt_menu_project.png" alt="Menubar showing Project selection"></p>
@@ -30,8 +30,8 @@
 <br>
 <a href="../reference/cdt_u_newproj_buildset.htm">Make Builder page, C/C++ Properties window</a></p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: tasks/cdt_t_autosave.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_autosave.htm,v
retrieving revision 1.6
diff -u -r1.6 cdt_t_autosave.htm
--- tasks/cdt_t_autosave.htm	14 Jun 2004 11:25:11 -0000	1.6
+++ tasks/cdt_t_autosave.htm	24 Jun 2004 02:35:11 -0000
@@ -36,7 +36,7 @@
 <br>
 <a href="../reference/cdt_u_newproj_buildset.htm">Make Builder page, C/C++ Properties window</a></p><p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_build_process.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_build_process.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_t_build_process.htm
--- tasks/cdt_t_build_process.htm	22 Dec 2003 20:42:51 -0000	1.1
+++ tasks/cdt_t_build_process.htm	24 Jun 2004 02:35:11 -0000
@@ -28,7 +28,7 @@
 <br>
 <a href="../reference/cdt_u_newproj_buildset.htm">Make Builder page, C/C++ Properties window</a></p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
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.5
diff -u -r1.5 cdt_t_cbuild_pref.htm
--- tasks/cdt_t_cbuild_pref.htm	14 Jun 2004 11:25:11 -0000	1.5
+++ tasks/cdt_t_cbuild_pref.htm	24 Jun 2004 02:35:11 -0000
@@ -12,17 +12,18 @@
 
 <h1>Customizing the Console view</h1>
 
-<p>The Console view displays the output of the make utility.</p>
+<p>The Console view displays the output of the utilities invoked when building a project or the programs output when running/debugging..</p>
+
 <p>To set Console view preferences</p>
 <ol>
   <li>Click <b>Window &gt; Preferences</b>.</li>
   <li>Expand <b>C/C++</b>, and click <b>Build Console</b>.<br>
   <img src="../images/BuildConsole.png"   alt="Build Console Properties"></li>
-  <li>To display information on the latest build, select the <b>Always clear console before building</b> check box.</li>
+  <li>To display information on the latest build only, select the <b>Always clear console before building</b> check box.</li>
   <li>To open the Console 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> check box.</li>
   <li>To change the number of lines the console stores in its history, enter a new value in the text field next to <b>Limit console output (# lines)</b>.</li>
-  <li>To change the number of spaces represented by a tab, enter the number in the txt field next to <b>Display tab width</b>.</li>
+  <li>To change the number of spaces displayed by a tab, enter the number in the txt field next to <b>Display tab width</b>.</li>
   <li>Click <b>OK</b>.</li>
 </ol>
 
@@ -35,7 +36,7 @@
 <a href="cdt_o_build_task.htm">Building</a></p>
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
 <a href="../reference/cdt_o_views.htm">Views</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
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.4
diff -u -r1.4 cdt_t_comment_out.htm
--- tasks/cdt_t_comment_out.htm	21 Jun 2004 10:33:02 -0000	1.4
+++ tasks/cdt_t_comment_out.htm	24 Jun 2004 02:35:11 -0000
@@ -44,7 +44,7 @@
 <br>
 <a href="../reference/cdt_o_ceditor_pref.htm">C/C++ editor, code templates and search 
 preferences</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_contentassist.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_contentassist.htm,v
retrieving revision 1.7
diff -u -r1.7 cdt_t_contentassist.htm
--- tasks/cdt_t_contentassist.htm	21 Jun 2004 10:33:02 -0000	1.7
+++ tasks/cdt_t_contentassist.htm	24 Jun 2004 02:35:11 -0000
@@ -70,7 +70,7 @@
 <a href="../reference/cdt_u_c_editor_con_assist.htm">Content Assist page, Preferences window</a><br>
 <a href="../reference/cdt_u_code_temp.htm">Code Templates page</a></p>
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_controldebug.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_controldebug.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_controldebug.htm
--- tasks/cdt_t_controldebug.htm	19 Dec 2003 20:47:29 -0000	1.2
+++ tasks/cdt_t_controldebug.htm	24 Jun 2004 02:35:11 -0000
@@ -44,7 +44,7 @@
 <br>
 <a href="../reference/cdt_u_dbg_view.htm">Debug launch controls</a><br>
 <a href="../reference/cdt_u_dbg_view.htm">Debug view</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
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.5
diff -u -r1.5 cdt_t_conv_proj.htm
--- tasks/cdt_t_conv_proj.htm	14 Jun 2004 11:25:11 -0000	1.5
+++ tasks/cdt_t_conv_proj.htm	24 Jun 2004 02:35:11 -0000
@@ -4,13 +4,13 @@
 <head>
 <meta http-equiv="Content-Language" content="en-us">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Assigning a C or C++ nature to a project</title>
+<title>Converting a C or C++ nature for a project</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 
 <body>
 
-<h1>Assigning a C or C++ nature to a project</h1>
+<h1>Converting a C or C++ nature for a project</h1>
 
 <p>You can assign a C nature to a C++ file or vice versa.</p>
 
@@ -39,7 +39,7 @@
 <br>
 <a href="../reference/cdt_o_proj_prop_pages.htm">Project properties</a></p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_convert_cdt_proj.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_convert_cdt_proj.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_convert_cdt_proj.htm
--- tasks/cdt_t_convert_cdt_proj.htm	21 Jun 2004 10:33:02 -0000	1.2
+++ tasks/cdt_t_convert_cdt_proj.htm	24 Jun 2004 02:35:11 -0000
@@ -15,6 +15,7 @@
 <p>There are two ways to update CDT 1.x projects to CDT 2.0, after they have been imported, either restart eclipse, or update them using the <b>Convert to C/C++ Make Project Wizard</b>.</p>
 <p><b>Note:</b> the project must first be imported into your workspace using <b>File > Import > Existing Project into Workspace</b> before you can update the project.</p>
 
+<p>For more information on importing projects see <b>Workbench &gt; Tasks &gt; Importing &gt; Importing Existing Projects</b>.
 
 <h2>Restart Eclipse</h2>
 
@@ -42,7 +43,7 @@
 <a href="cdt_t_discovery.htm">Set Discovery Options</a></p>
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"></p>
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
 
 </body>
 
Index: tasks/cdt_t_create_make_target.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_create_make_target.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_t_create_make_target.htm
--- tasks/cdt_t_create_make_target.htm	21 Jun 2004 10:33:02 -0000	1.1
+++ tasks/cdt_t_create_make_target.htm	24 Jun 2004 02:35:11 -0000
@@ -32,8 +32,8 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
 <a href="../reference/cdt_u_create_make_target.htm">Create a Make Target</a><br>
 <a href="../reference/cdt_u_make_targets_view.htm">Make Target View</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
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.6
diff -u -r1.6 cdt_t_cust_cpp_editor.htm
--- tasks/cdt_t_cust_cpp_editor.htm	14 Jun 2004 11:25:11 -0000	1.6
+++ tasks/cdt_t_cust_cpp_editor.htm	24 Jun 2004 02:35:11 -0000
@@ -48,7 +48,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="../reference/cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_debug_prog.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_debug_prog.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_debug_prog.htm
--- tasks/cdt_t_debug_prog.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_debug_prog.htm	24 Jun 2004 02:35:11 -0000
@@ -76,7 +76,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_disassembly.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_disassembly.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_disassembly.htm
--- tasks/cdt_t_disassembly.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_disassembly.htm	24 Jun 2004 02:35:11 -0000
@@ -39,7 +39,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="../reference/cdt_o_dbg_view.htm">Debug views</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_discovery.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_discovery.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_t_discovery.htm
--- tasks/cdt_t_discovery.htm	21 Jun 2004 10:33:02 -0000	1.1
+++ tasks/cdt_t_discovery.htm	24 Jun 2004 02:35:11 -0000
@@ -25,9 +25,9 @@
 <a href="cdt_t_convert_cdt_proj.htm">Converting CDT 1.x Projects</a><br>
 <a href="../reference/cdt_u_sprop_mdiscovery.htm">C/C++ Project Properties, Standard, Discovery Options</a></p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: tasks/cdt_t_endis_able_brk_wtch.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_endis_able_brk_wtch.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_endis_able_brk_wtch.htm
--- tasks/cdt_t_endis_able_brk_wtch.htm	19 Dec 2003 20:47:29 -0000	1.2
+++ tasks/cdt_t_endis_able_brk_wtch.htm	24 Jun 2004 02:35:11 -0000
@@ -42,7 +42,7 @@
 <br>
 <a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_endis_indexer.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_endis_indexer.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_t_endis_indexer.htm
--- tasks/cdt_t_endis_indexer.htm	22 Jun 2004 13:27:13 -0000	1.1
+++ tasks/cdt_t_endis_indexer.htm	24 Jun 2004 02:35:11 -0000
@@ -56,8 +56,8 @@
 <br><a href="../reference/cdt_u_sprop_indexer.htm">C/C++ Project Properties, Standard, Indexer</a></p>
 
 <p>&nbsp;</p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: tasks/cdt_t_expressions.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_expressions.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_expressions.htm
--- tasks/cdt_t_expressions.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_expressions.htm	24 Jun 2004 02:35:11 -0000
@@ -37,7 +37,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="../reference/cdt_o_dbg_view.htm">Debug views</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_filtererror.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_filtererror.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_filtererror.htm
--- tasks/cdt_t_filtererror.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_filtererror.htm	24 Jun 2004 02:35:11 -0000
@@ -12,29 +12,20 @@
 
 <body>
 
-<h1>Filtering the Tasks view</h1>
+<h1>Filtering the Problems view</h1>
 
-<p>Depending on the complexity and stage of your program,  
-an overwhelming number of errors can be generated. You can customize  Tasks view to only view  certain types of errors. </p>
+<p>Depending on the complexity and stage of your program,  an overwhelming number of errors can be generated. You can customize  Problems view to only view  certain types of errors. </p>
 
 <p>To filter errors:</p>
 
 <ol>
-  <li>In  Tasks view, click the <b>Filters</b> icon
+  <li>In Problems view, click the <b>Filters</b> icon
   <img border="0" src="../images/filterbutton.gif" width="23" height="21">.</li>
   <li>To view all errors and warnings, select all checkboxes in the <b>Show items of type</b> 
   list, and click <b>On any resource</b>.</li>
   <li>Click <b>OK</b>.</li>
 </ol>
 
-<p>For more information on the Tasks view, see:<ul>
-  <li> <b>Workbench User Guide &gt; Concepts&gt; Views &gt; Tasks view</b></li>
-  <li> <b>Workbench User Guide &gt; Tasks &gt; Bookmarks, tasks and other 
-  markers &gt; 
-  Filtering the Tasks view</b></li>
-  <li> <b>Workbench User Guide &gt; Reference &gt; User interface information &gt; 
-  Views and editors &gt; Tasks view</b></li>
-  </ul>
 
 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
 <br>
@@ -48,7 +39,7 @@
 <br>
 <a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 </body>
 
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.5
diff -u -r1.5 cdt_t_imp_code_temp.htm
--- tasks/cdt_t_imp_code_temp.htm	21 Jun 2004 10:33:02 -0000	1.5
+++ tasks/cdt_t_imp_code_temp.htm	24 Jun 2004 02:35:11 -0000
@@ -36,13 +36,10 @@
 <ol>
   <li>Click <b>Window &gt; Preferences</b>.</li>
   <li>Expand <b>C/C++</b>, and click <b>Code Templates</b>.</li>
-  <li>Select the templates that you want to export. The Exporting x dialog opens 
-  where x is the number of code templates that you are exporting.</li>
-  <li>In <b>File name</b> box, type the path&nbsp; where you want your code templates 
-  file to be saved.</li>
+  <li>Select the templates that you want to export and click the <b>Export...</b> or <b>Export All...</b> button. The Exporting x dialog opens where x is the number of code templates that you are exporting.</li>
+  <li>In <b>File name</b> box, type the path&nbsp; where you want your code templates file to be saved.</li>
   <li>Click <b>Save</b>.<br>
-  The templates.xml file containing the code templates you exported is saved 
-  in your file system.</li>
+  The templates.xml file containing the code templates you exported is saved in your file system.</li>
 </ol>
 
 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
@@ -57,8 +54,7 @@
 <a href="../reference/cdt_u_code_temp.htm">Code Templates page, Preferences window</a><br>
 <a href="../reference/cdt_u_code_temp.htm">Code Templates page</a></p><p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
-
 </html>
Index: tasks/cdt_t_indexer_prob_rep.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_indexer_prob_rep.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_t_indexer_prob_rep.htm
--- tasks/cdt_t_indexer_prob_rep.htm	22 Jun 2004 13:27:13 -0000	1.1
+++ tasks/cdt_t_indexer_prob_rep.htm	24 Jun 2004 02:35:11 -0000
@@ -46,8 +46,8 @@
 <br><a href="../reference/cdt_u_sprop_indexer.htm">C/C++ Project Properties, Standard, Indexer</a></p>
 
 <p>&nbsp;</p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: tasks/cdt_t_indexer_timeout.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_indexer_timeout.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_t_indexer_timeout.htm
--- tasks/cdt_t_indexer_timeout.htm	22 Jun 2004 13:27:13 -0000	1.1
+++ tasks/cdt_t_indexer_timeout.htm	24 Jun 2004 02:35:11 -0000
@@ -46,8 +46,8 @@
 <br><a href="../reference/cdt_u_sprop_indexer.htm">C/C++ Project Properties, Standard, Indexer</a></p>
 
 <p>&nbsp;</p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: tasks/cdt_t_jumperror.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_jumperror.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_jumperror.htm
--- tasks/cdt_t_jumperror.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_jumperror.htm	24 Jun 2004 02:35:11 -0000
@@ -15,12 +15,12 @@
 <h1>Jumping to errors</h1>
 
 <p>The CDT will parse the output from the make and compiler/linker. If the CDT can 
-determine the location of an error, it is added to the Tasks view.</p>
+determine the location of an error, it is added to the Console view.</p>
 
 <p>To jump to the source of an error:</p>
 
 <ul>
-  <li><p>In  the Tasks view, double-click the <b>Error</b> icon<img border="0" src="../images/error_icon.gif" align="bottom" width="30" height="18">or 
+  <li><p>In  the Console view, double-click the <b>Error</b> icon<img border="0" src="../images/error_icon.gif" align="bottom" width="30" height="18">or 
   the <b>Warning</b> icon<img border="0" src="../images/warning_icon.gif" width="30" height="18">.</p>
   <p>The file opens in the C/C++ editor and the cursor moves to the  line with the error.</p>
   </li>
@@ -32,11 +32,6 @@
   <li>Click <b>Jump to next</b> or <b>Jump to previous</b>. </li>
 </ul>
 
-<p>For more information on the Tasks view, see:<ul>
-  <li> <b>Workbench User Guide &gt; Concepts&gt; Views &gt; Tasks view</b></li>
-  <li> <b>Workbench User Guide &gt; Reference &gt; User interface information &gt; 
-  Views and editors &gt; Tasks view</b></li>
-  </ul>
 
 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
 <br>
@@ -49,7 +44,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </body>
 
 </html>
Index: tasks/cdt_t_manualbuild.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_manualbuild.htm,v
retrieving revision 1.8
diff -u -r1.8 cdt_t_manualbuild.htm
--- tasks/cdt_t_manualbuild.htm	22 Jun 2004 13:27:13 -0000	1.8
+++ tasks/cdt_t_manualbuild.htm	24 Jun 2004 02:35:11 -0000
@@ -29,7 +29,7 @@
 		<b>Note: </b>This will rebuild projects that this project references as well, but will not rebuild projects that references this one.</dd>
   <dt>Build Automatically</dt>
   <dd>This performs a Build All whenever any project file is saved, such as your <tt>makefile</tt>.  <br>
-  			<b>Tip: </b>For C/C++ projects this feature should be turned off, to do so select <b>Projects &gt; Build Automatically</b> and ensure there is no checkmark beside the element.</dd>
+  			<b>Tip: </b>For C/C++ projects this feature should be turned off, if there is a checkmark beside <b>Build Automatically</b> it is on, to turn it off select  <b>Build Automatically</b>.</dd>
 </dl>		
 
 
@@ -56,7 +56,7 @@
 <br>
 <a href="../reference/cdt_u_newproj_buildset.htm">Make Builder page, C/C++ Properties window</a></p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_memory.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_memory.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_memory.htm
--- tasks/cdt_t_memory.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ tasks/cdt_t_memory.htm	24 Jun 2004 02:35:11 -0000
@@ -60,7 +60,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="../reference/cdt_o_dbg_view.htm">Debug views</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 
 </body>
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.7
diff -u -r1.7 cdt_t_new_cpp.htm
--- tasks/cdt_t_new_cpp.htm	14 Jun 2004 11:25:11 -0000	1.7
+++ tasks/cdt_t_new_cpp.htm	24 Jun 2004 02:35:11 -0000
@@ -59,4 +59,4 @@
 <a href="../reference/cdt_o_proj_prop_pages.htm">Project properties</a></p>
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></body></html>
\ No newline at end of file
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></body></html>
\ No newline at end of file
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.5
diff -u -r1.5 cdt_t_new_make.htm
--- tasks/cdt_t_new_make.htm	14 Jun 2004 11:25:11 -0000	1.5
+++ tasks/cdt_t_new_make.htm	24 Jun 2004 02:35:11 -0000
@@ -38,6 +38,7 @@
   Save</b>.</li></ol>
 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
 <br>
+<a href="../concepts/cdt_c_makefile.htm">Makefile</a><br>
 <a href="../concepts/cdt_o_projects.htm">Projects</a><br>
 <a href="cdt_o_proj_files.htm">Working with C/C++ project files</a>
 </p>
@@ -51,7 +52,7 @@
 <br>
 <a href="../reference/cdt_o_views.htm">Views</a></p>
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></body>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></body>
 </body>
 
 </html>
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.5
diff -u -r1.5 cdt_t_new_run_config.htm
--- tasks/cdt_t_new_run_config.htm	14 Jun 2004 11:25:11 -0000	1.5
+++ tasks/cdt_t_new_run_config.htm	24 Jun 2004 02:35:11 -0000
@@ -36,7 +36,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
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.5
diff -u -r1.5 cdt_t_open_declarations.htm
--- tasks/cdt_t_open_declarations.htm	21 Jun 2004 10:33:02 -0000	1.5
+++ tasks/cdt_t_open_declarations.htm	24 Jun 2004 02:35:11 -0000
@@ -19,7 +19,7 @@
 <p>To navigate to C/C++ declaration:</p>
 
 <ol>
-  <li>In the C/C++ editor, select a declaration.</li>
+  <li>In the C/C++ editor, select an object.</li>
   <li>Right-click the selected element, select <b>Open Declaration</b>.<br>
   <img src="../images/openDeclaration.png"  alt="Editor View showing Open Declaration option" >
   </li>
@@ -41,7 +41,7 @@
 <br>
 <a href="../reference/cdt_u_search.htm">C/C++ search page, Search dialog box</a></p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_proj_build_set.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_build_set.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_t_proj_build_set.htm
--- tasks/cdt_t_proj_build_set.htm	11 Jun 2004 14:23:05 -0000	1.3
+++ tasks/cdt_t_proj_build_set.htm	24 Jun 2004 02:35:11 -0000
@@ -23,15 +23,14 @@
 
 <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 
-project properties in the Preferences window for future make projects.</p>
+project properties in the Preferences window for future standard make projects.</p>
 
 <p>Before you begin</p>
 
 <p>In order to be able to turn on or to turn off the feature that automatically performs 
 an incremental build of your project every time a resource is saved for 
-individual projects, you need to enable the Workbench preference. You can then 
-disable this feature or change the associated make target for individual 
-projects.</p>
+individual projects, you need to enable the Workbench <b>Build Automatically</b> preference. You can then 
+disable this feature or change the associated make target for individual projects.</p>
 
 <p>To enable build on resource save:</p>
 
@@ -39,8 +38,7 @@
   <li>Click <b>Window &gt; Preferences</b>.</li>
   <li>To automatically perform an incremental build of your project every time a 
   resource is saved, select <b>Workbench</b> from the list.</li>
-  <li>Select the <b>Perform build automatically on 
-  resource modification</b> check box.</li>
+  <li>Select the <b>Perform build automatically on resource modification</b> check box. <br>Note: this is the default setting.</li>
   <p>You can now enable or disable this feature on a per project basis.</p>
   </ol>
 
@@ -52,7 +50,7 @@
   <ul>
   <li>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>. 
+  <li>In the C/C++ Projects view, right-click a standard make project, and select <b>Properties</b>. 
   Select <b>C/C++ Make Project</b> from the list.</li></ul>
   <li>Click the <b>Make Builder</b> tab.</li>
   <li>Do one of the following:</li>
@@ -91,7 +89,7 @@
 <a href="../reference/cdt_u_newproj_buildset.htm">Make Builder page, C/C++ Properties window</a></p>
 
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_proj_error_parser.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_error_parser.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_t_proj_error_parser.htm
--- tasks/cdt_t_proj_error_parser.htm	22 Dec 2003 20:42:51 -0000	1.3
+++ tasks/cdt_t_proj_error_parser.htm	24 Jun 2004 02:35:11 -0000
@@ -29,11 +29,9 @@
 <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>, and 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>To set properties for future Standard Make projects, click <b>Window &gt; Preferences </b>. Expand<b>C/C++</b>, and click <b>New Make Projects</b>.</li>
+	  <li>In the C/C++ Projects view, right-click a standard make project, and select <b>Properties</b>.  Select <b>C/C++ Make Project</b> from the list.</li>
+  </ul>
   <li>Click the <b>Error Parsers</b> tab.</li>
   <li>In the <b>Error parsers</b> list, select error parsers.</li>
   <li>Click <b>OK</b>.</li>
@@ -50,7 +48,7 @@
 <a href="../reference/cdt_u_newproj_parser_error.htm">Error Parsers, C/C++ Properties window</a></p>
 
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
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.5
diff -u -r1.5 cdt_t_proj_new.htm
--- tasks/cdt_t_proj_new.htm	14 Jun 2004 11:25:11 -0000	1.5
+++ tasks/cdt_t_proj_new.htm	24 Jun 2004 02:35:11 -0000
@@ -21,9 +21,9 @@
   <img src="../images/file_menu.png" alt="File &gt;New &gt; Project">
   </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>.<br>
+  <li>Choose either a <b>Standard Make C++ Project </b> or a <b>Managed Make C++ Project</b>.<br>
   <img src="../images/new_project_wizard.png" alt="New Project Wizard"></li>
+  <li>Click <b>Next</b>.</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> 
@@ -51,7 +51,7 @@
 <a href="../reference/cdt_o_views.htm">Views</a></p>
 
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
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.6
diff -u -r1.6 cdt_t_proj_parser.htm
--- tasks/cdt_t_proj_parser.htm	21 Jun 2004 10:33:02 -0000	1.6
+++ tasks/cdt_t_proj_parser.htm	24 Jun 2004 02:35:11 -0000
@@ -10,12 +10,13 @@
 <body>
 <h1>Selecting a binary parser</h1>
 
-<p>Selecting the correct parser is important to ensure the accuracy of the C/C++ 
+<p>Selecting the correct binary parser is important to ensure the accuracy of the C/C++ 
 Projects view and the ability to successfully run and debug your programs. Windows users should select the 
 PE Windows Parser. UNIX and Linux users should select the Elf Parser. When 
 you select the correct parser for your development environment and build your 
 project, you can view the components of the .o file in the C/C++ Projects view 
-and view the contents of the .o file in the C/C++ editor.</p>
+and view the contents of the .o file in the C/C++ editor.  You can also easily browse for the executable when 
+defining run/debug configurations.</p>
 
 <p>You can define the properties on a per project basis from the New Project 
 wizard, in the C/C++ Projects view or in the Navigator view. You can also define 
@@ -45,7 +46,7 @@
 <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">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </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.7
diff -u -r1.7 cdt_t_proj_paths.htm
--- tasks/cdt_t_proj_paths.htm	21 Jun 2004 10:33:02 -0000	1.7
+++ tasks/cdt_t_proj_paths.htm	24 Jun 2004 02:35:11 -0000
@@ -12,7 +12,7 @@
 
 <h1>Adding Include paths and symbols</h1>
 
-<p>You can define include paths and preprocessor symbols for the parser. 
+<p>For Standard Make projects 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. </p>
@@ -21,7 +21,7 @@
 
 <p>To add include paths and symbols:</p>
 <ol>
-  <li>To set properties for your project right click your project and select <b>Properties</b>.
+  <li>To set properties for your project right click your standard make project and select <b>Properties</b>.
   <li>Click <b>C/C++ Include Paths and Symbols</b>.<br>
   <img src="../images/c_paths_symbols.png" alt="Paths and Symbols Prefereces Window"><br>&nbsp;</li>
   <li>Select <b>Add Preprocessor Symbol...</b><br>
@@ -45,7 +45,7 @@
 <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">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_proj_platf.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_platf.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_t_proj_platf.htm
--- tasks/cdt_t_proj_platf.htm	22 Dec 2003 20:42:51 -0000	1.3
+++ tasks/cdt_t_proj_platf.htm	24 Jun 2004 02:35:11 -0000
@@ -40,7 +40,7 @@
 <a href="../reference/cdt_u_newproj_platf.htm">Target platform, C/C++ Properties window</a></p>
 
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_proj_ref.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_ref.htm,v
retrieving revision 1.6
diff -u -r1.6 cdt_t_proj_ref.htm
--- tasks/cdt_t_proj_ref.htm	14 Jun 2004 11:25:11 -0000	1.6
+++ tasks/cdt_t_proj_ref.htm	24 Jun 2004 02:35:11 -0000
@@ -44,7 +44,7 @@
 <a href="../reference/cdt_o_proj_prop_pages.htm">Project properties</a></p>
 
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
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.6
diff -u -r1.6 cdt_t_proj_rename.htm
--- tasks/cdt_t_proj_rename.htm	14 Jun 2004 11:25:11 -0000	1.6
+++ tasks/cdt_t_proj_rename.htm	24 Jun 2004 02:35:11 -0000
@@ -12,7 +12,7 @@
 
 <h1>Renaming a project</h1>
 
-<p>You can rename a project, and have all instances changed using the refactoring engine.</p>
+<p>You can rename a project, and have all references changed using the refactoring engine.</p>
 
 <p>To rename a project:</p>
 
@@ -22,6 +22,9 @@
   <li>Type a new name.</li>
   <li>Press <b>Enter</b>.</li>
 </ol>
+
+<p><b>Note: </b>Renaming a project causes it to be re-indexed.  This can take a significant amount of time for very large projects.</p>
+
   <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>
@@ -34,7 +37,7 @@
 <a href="../reference/cdt_o_proj_prop_pages.htm">Project properties</a></p>
 
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
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.5
diff -u -r1.5 cdt_t_prvw_hide_files.htm
--- tasks/cdt_t_prvw_hide_files.htm	14 Jun 2004 11:25:11 -0000	1.5
+++ tasks/cdt_t_prvw_hide_files.htm	24 Jun 2004 02:35:11 -0000
@@ -12,7 +12,7 @@
 
 <h1>Hiding files by type in the C/C++ Projects view</h1>
 
-<p>You can hide files by type that you do not need to see in the C/C++ Projects 
+<p>You can hide files by type that you do not want to see in the C/C++ Projects 
 view.</p>
 <p>To hide files by type:</p>
 <ol>
@@ -39,7 +39,7 @@
 <br>
 <a href="../reference/cdt_o_views.htm">Views</a></p>
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 </body>
 
 </html>
Index: tasks/cdt_t_refactoring.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_refactoring.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_t_refactoring.htm
--- tasks/cdt_t_refactoring.htm	21 Jun 2004 10:33:02 -0000	1.1
+++ tasks/cdt_t_refactoring.htm	24 Jun 2004 02:35:11 -0000
@@ -12,7 +12,7 @@
 
 <h1>Refactoring</h1>
 
-<p>Use the Outline or the C/C++ Editor <b>Refactor &gt; Rename</b> context menu to refactor class &amp; type names, methods, function &amp; member names.</p>
+<p>Use the C/C++ Projects, Outline, or the Editor view <b>Refactor &gt; Rename</b> context menu to refactor class &amp; type names, methods, function &amp; member names.</p>
 
 <p>To refactor an object select the object, right click and select <b>Refactor &gt; Rename...</b></p>
 <p> <img src="../images/cdt_refactor.png"  alt="Editor View showing Refactor option" ></p>
@@ -32,8 +32,8 @@
 <br>
 <a href="../reference/cdt_u_search.htm">C/C++ search page, Search dialog box</a></p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: tasks/cdt_t_registers.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_registers.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_registers.htm
--- tasks/cdt_t_registers.htm	19 Dec 2003 20:47:29 -0000	1.2
+++ tasks/cdt_t_registers.htm	24 Jun 2004 02:35:11 -0000
@@ -55,7 +55,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="../reference/cdt_o_dbg_view.htm">Debug views</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_rem_wtch_brk.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_rem_wtch_brk.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_rem_wtch_brk.htm
--- tasks/cdt_t_rem_wtch_brk.htm	19 Dec 2003 20:47:29 -0000	1.2
+++ tasks/cdt_t_rem_wtch_brk.htm	24 Jun 2004 02:35:11 -0000
@@ -44,7 +44,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
 </body>
 
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.5
diff -u -r1.5 cdt_t_run_arg.htm
--- tasks/cdt_t_run_arg.htm	14 Jun 2004 11:25:11 -0000	1.5
+++ tasks/cdt_t_run_arg.htm	24 Jun 2004 02:35:11 -0000
@@ -54,7 +54,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
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.5
diff -u -r1.5 cdt_t_run_com.htm
--- tasks/cdt_t_run_com.htm	14 Jun 2004 11:25:11 -0000	1.5
+++ tasks/cdt_t_run_com.htm	24 Jun 2004 02:35:11 -0000
@@ -58,7 +58,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
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.5
diff -u -r1.5 cdt_t_run_config.htm
--- tasks/cdt_t_run_config.htm	14 Jun 2004 11:25:11 -0000	1.5
+++ tasks/cdt_t_run_config.htm	24 Jun 2004 02:35:11 -0000
@@ -36,7 +36,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
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.5
diff -u -r1.5 cdt_t_run_dbg.htm
--- tasks/cdt_t_run_dbg.htm	14 Jun 2004 11:25:11 -0000	1.5
+++ tasks/cdt_t_run_dbg.htm	24 Jun 2004 02:35:11 -0000
@@ -62,7 +62,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
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.5
diff -u -r1.5 cdt_t_run_env.htm
--- tasks/cdt_t_run_env.htm	14 Jun 2004 11:25:11 -0000	1.5
+++ tasks/cdt_t_run_env.htm	24 Jun 2004 02:35:11 -0000
@@ -58,7 +58,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
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.5
diff -u -r1.5 cdt_t_run_main.htm
--- tasks/cdt_t_run_main.htm	14 Jun 2004 11:25:11 -0000	1.5
+++ tasks/cdt_t_run_main.htm	24 Jun 2004 02:35:11 -0000
@@ -58,7 +58,7 @@
 <a href="cdt_o_run_config.htm">Creating or editing a run configuration</a></p>
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
 <a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
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.5
diff -u -r1.5 cdt_t_run_source.htm
--- tasks/cdt_t_run_source.htm	14 Jun 2004 11:25:11 -0000	1.5
+++ tasks/cdt_t_run_source.htm	24 Jun 2004 02:35:11 -0000
@@ -63,7 +63,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
 <br>
 <a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_search.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_search.htm,v
retrieving revision 1.8
diff -u -r1.8 cdt_t_search.htm
--- tasks/cdt_t_search.htm	22 Jun 2004 13:27:13 -0000	1.8
+++ tasks/cdt_t_search.htm	24 Jun 2004 02:35:11 -0000
@@ -27,37 +27,101 @@
   <li>Syntax examples</li>
 </ul>
 
-<p>To search for an element in your project:</p>
+
+
+<p>Performing a C/C++ Search can be done in a number of different ways but regardless of the manner chosen the same information must be provided to C/C++ Search.</p> 
+
+The info required to do a search is:
+
+<table border="1"  cellpadding="2" valign="top">
+	<tr>
+		<td valign="top"><b>Search string</b></td>
+		<td valign="top">this is the name of the element you are looking for. See <a href="../concepts/cdt_c_search.htm">C/C++ search</a> for more information on how to specify wildcard searches and how to further refine your searches by using fully qualified names</td>
+	</tr>
+	<tr>
+		<td valign="top"><b>Search For </b></td>
+		<td valign="top">this is the element type that you wish to search for. You can also select to search on ‘Any Element’ which will perform the search on a combination of all elements</td>
+	</tr>
+	<tr>
+		<td valign="top"><b>Limit To</b></td>
+		<td valign="top">this allows you to limit your search to declarations, definitions or references. You can also select ‘All Occurrences’ which will search for declarations, definitions and references that match the element</td>
+	</tr>
+	<tr>
+		<td valign="top"><b>Scope</b></td>
+		<td valign="top">this allows the user to limit the scope of the search. The three available scopes are:
+		<table border="0" cellpadding="2">
+			<tr>
+				<td valign="top"><b>Workspace</b></td>
+				<td valign="top">this searches all of the open projects in the workspace</td>
+			</tr>
+			<tr>
+				<td valign="top"><b>Selected Resources</b></td>
+				<td valign="top">this option becomes enabled whenever something is selected in one of the following views in the C/C++ perspective:
+				<ul>
+					<li>C/C++ Projects</li>
+					<li>Navigator</li>
+					<li>Search</li>
+					<li>Outline</li>
+				</ul>
+				<p>The scope will be limited to whatever element is selected in the view.</p>
+				</td>
+			</tr>
+			<tr>
+				<td valign="top"><b>Working Set</b></td>
+				<td valign="top">working sets can be selected and created </td>
+				</tr>		
+			</table>
+		</td>
+	</tr>
+</table>
+
+<p>There are 3 main ways for initiating a C/C++ search:
+<ul>
+	<li>Using the <b>C/C++ Search</b> dialog</li>
+	<li>Selecting an element in the <b>Editor</b> view</li>
+	<li>Selecting an element in the <b>C/C++ Projects</b> view or Selecting an element from the <b>Outline</b> view</li>
+</ul>
+</p>
+
+
+
+<h3>Using the C/C++ Search dialog</h3>
+<p> <img src="../images/search.png"  alt="Search dialog box"></p>
+
+<ol>
+	<li>Enter the search string in the <b>Search String</b> field (optional mark it case sensitive). <br>
+	<b>Note: </b>that previous search queries (from the same work session) are remembered and can be accessed via the drop down list.</li>
+	<li>Select the <b>Search For</b> element.</li>
+	<li>Select the <b>Limit To</b>.</li>
+	<li>Select the <b>Scope</b>.</li>
+	<li>Press <b>Search</b>.</li>
+</ol>
+<p>Results are displayed in the <b>Search</b> view.</p>
+
+
+<h3>Selecting an element in the Editor view</h3>
+<ol>
+	<li>Select the desired element in the editor.</li>
+	<li>Right click and select <b>All Declarations</b> or <b>All References</b> and the scope you wish to search.</li>
+</ol>
+<p>Results are displayed in the <b>Search</b> view.</p>
+
+
+
+<h3>Selecting an element in C/C++ Projects or Outline View</h3>
 
 <ol>
-  <li>Do one of the following:</li>
-  <ul><li>In the C/C++ Projects view, select the files and/or projects that you want 
-    to include in your search.</li>
-    <li>In the C/C++ Projects view or in the Outline view, select the element 
-    that you want to search 
-    for.</li>
-    <p>In the Search dialog box, the Search string box will be populated with the 
-    selected element name and type.</p>
-    <li>In the C/C++ editor select the name of the element that you want to search for.</li>
-    <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.<br>
-  <img src="../images/search.png"  alt="Search dialog box"></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>
-  <li>Do one of the following:
-  <ul><li>To search all projects in your workspace, select <b>Workspace</b>.</li><li>
-    To search selected resources, select <b>Selected Resources</b>.</li>
-  <li>To search a predefined group of resources in your workspace, select <b>Working Set</b>.</li></ul>
-  <p>Search results are displayed in the Search view. Double-click a search 
-  result in the Search view to open the corresponding resource. The 
-  search element is highlighted.</p>
-  </ol>
+	<li>Select the desired element in the tree.</li>
+	<li>Right click and select <b>All Declarations</b> or <b>All References</b> and the scope you wish to search.</li>
+</ol>
+<p>Results are displayed in the <b>Search</b> view.</p>
+
+
 <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; Concepts &gt; Workbench &gt; Working Set</b></li>
 <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">
@@ -75,7 +139,7 @@
 <br>
 <a href="../reference/cdt_u_search.htm">C/C++ search page, Search dialog box</a></p>
 <p>&nbsp;</p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_search_ext.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_search_ext.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_t_search_ext.htm
--- tasks/cdt_t_search_ext.htm	22 Jun 2004 13:27:13 -0000	1.1
+++ tasks/cdt_t_search_ext.htm	24 Jun 2004 02:35:11 -0000
@@ -37,8 +37,8 @@
 <br><a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a>
 <br><a href="../reference/cdt_u_search.htm">C/C++ search page, Search dialog box</a></p>
 <p>&nbsp;</p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: tasks/cdt_t_sel_search.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_sel_search.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_t_sel_search.htm
--- tasks/cdt_t_sel_search.htm	21 Jun 2004 10:33:02 -0000	1.1
+++ tasks/cdt_t_sel_search.htm	24 Jun 2004 02:35:11 -0000
@@ -54,7 +54,7 @@
 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br>
 <a href="../reference/cdt_u_search.htm">C/C++ search page, Search dialog box</a></p>
 <p>&nbsp;</p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_set_src_fold.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_set_src_fold.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_t_set_src_fold.htm
--- tasks/cdt_t_set_src_fold.htm	22 Jun 2004 13:27:13 -0000	1.1
+++ tasks/cdt_t_set_src_fold.htm	24 Jun 2004 02:35:11 -0000
@@ -62,7 +62,7 @@
 <br><a href="../reference/cdt_u_sprop_indexer.htm">C/C++ Project Properties, Standard, Indexer</a></p>
 
 <p>&nbsp;</p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_setbuildorder.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_setbuildorder.htm,v
retrieving revision 1.5
diff -u -r1.5 cdt_t_setbuildorder.htm
--- tasks/cdt_t_setbuildorder.htm	14 Jun 2004 11:25:11 -0000	1.5
+++ tasks/cdt_t_setbuildorder.htm	24 Jun 2004 02:35:11 -0000
@@ -35,7 +35,7 @@
   <ul><li>Click <b>Up</b> to move the project up the list.</li>
   <li>Click <b>Down</b> to move the project down the list.</li></ul>
   <li>To add projects to the build path, click <b>Add Project</b>.</li>
-  <li>Select the projects to add to the build path.</li>
+  <li>Select the projects to add to the build order list.</li>
   <li>Click <b>OK</b>.</li>
   <li>To remove a project from the Project build order list, click <b>Remove 
   Project</b>.</li>
@@ -55,7 +55,7 @@
 <br>
 <a href="../reference/cdt_u_newproj_buildset.htm">Make Builder page, C/C++ Properties window</a></p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_setreminder.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_setreminder.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_setreminder.htm
--- tasks/cdt_t_setreminder.htm	19 Dec 2003 20:47:29 -0000	1.2
+++ tasks/cdt_t_setreminder.htm	24 Jun 2004 02:35:11 -0000
@@ -15,7 +15,7 @@
 <h1>Setting reminders</h1>
 
 <p>The Tasks view lets you create your own tasks. In addition to having  the Tasks view automatically list build errors, you can set personal reminders 
-for tasks, such as unfinished functions that you write or error handling routines 
+for tasks, such as un functions that you write or error handling routines 
 that you 
 want to verify.</p>
 
@@ -45,7 +45,7 @@
 <br>
 <a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
 
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
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.4
diff -u -r1.4 cdt_t_shift_code.htm
--- tasks/cdt_t_shift_code.htm	5 May 2004 12:45:42 -0000	1.4
+++ tasks/cdt_t_shift_code.htm	24 Jun 2004 02:35:11 -0000
@@ -39,7 +39,7 @@
 <br>
 <a href="../reference/cdt_o_ceditor_pref.htm">C/C++ editor, code templates and search 
 preferences</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
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.6
diff -u -r1.6 cdt_t_show_proj_files.htm
--- tasks/cdt_t_show_proj_files.htm	14 Jun 2004 11:25:11 -0000	1.6
+++ tasks/cdt_t_show_proj_files.htm	24 Jun 2004 02:35:11 -0000
@@ -47,7 +47,7 @@
 <br>
 <a href="../reference/cdt_o_ceditor_pref.htm">C/C++ editor, code templates and search 
 preferences</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: tasks/cdt_t_variables.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_variables.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_t_variables.htm
--- tasks/cdt_t_variables.htm	19 Dec 2003 20:47:29 -0000	1.2
+++ tasks/cdt_t_variables.htm	24 Jun 2004 02:35:11 -0000
@@ -56,7 +56,7 @@
 <a href="../reference/cdt_o_dbg_view.htm">Debug views</a></p>
 
 <p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
 
 </body>
 
Index: concepts/cdt_c_makefile.htm
===================================================================
RCS file: concepts/cdt_c_makefile.htm
diff -N concepts/cdt_c_makefile.htm
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ concepts/cdt_c_makefile.htm	1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,178 @@
+<!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>Makefile</title>
+<link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+
+<body>
+<h1>Makefile</h1>
+<p>A makefile is a text file that is referenced by the make command that describes the building of targets, and contains information such as source-level dependencies and build-order dependencies.  </p>
+<p>The CDT can generate a makefile for you, such projects are called Managed Make projects.  Some projects, known as Standard Make projects, allow you to define your own makefile.</p>
+
+<h2>Sample Makefile</h2>
+<pre>
+# A sample Makefile
+# This Makefile demonstrates and explains 
+# Make Macros, Macro Expansions,
+# Rules, Targets, Dependencies, Commands, Goals
+# Artificial Targets, Pattern Rule, Dependency Rule.
+
+# Comments start with a # and go to the end of the line.
+
+# Here is a simple Make Macro.
+LINK_TARGET = test_me.exe
+
+# Here is a Make Macro that uses the backslash to extend to multiple lines.
+# This allows quick modification of more object files.
+OBJS =  \
+ Test1.o \
+ Test2.o \
+ Main.o
+
+# Here is a Make Macro defined by two Macro Expansions.
+# A Macro Expansion may be treated as a textual replacement of the Make Macro.
+# Macro Expansions are introduced with $ and enclosed in (parentheses).
+REBUILDABLES = $(OBJS) $(LINK_TARGET)
+
+# Make Macros do not need to be defined before their Macro Expansions,
+# but they normally should be defined before they appear in any Rules.
+# Consequently Make Macros often appear first in a Makefile.
+
+# Here is a simple Rule (used for "cleaning" your build environment).
+# It has a Target named "clean" (left of the colon ":" on the first line),
+# no Dependencies (right of the colon),
+# and two Commands (indented by tabs on the lines that follow).
+# The space before the colon is not required but added here for clarity.
+clean : 
+ rm -f $(REBUILDABLES)
+ echo Clean done
+
+# There are two standard Targets your Makefile should probably have:
+# "all" and "clean", because they are often command-line Goals.
+# Also, these are both typically Artificial Targets, because they don't typically
+# correspond to real files named "all" or "clean".  
+
+# The rule for "all" is used to incrementally build your system.
+# It does this by expressing a dependency on the results of that system,
+# which in turn have their own rules and dependencies.
+all : $(LINK_TARGET)
+ echo All done
+
+# There is no required order to the list of rules as they appear in the Makefile.
+# Make will build its own dependency tree and only execute each rule only once
+# its dependencies' rules have been executed successfully.
+
+# Here is a Rule that uses some built-in Make Macros in its command:
+# $@ expands to the rule's target, in this case "test_me.exe".
+# $^ expands to the rule's dependencies, in this case the three files
+# main.o, test1.o, and  test2.o.
+$(LINK_TARGET) : $(OBJS)
+ g++ -g -o $@ $^
+
+# Here is a Pattern Rule, often used for compile-line.
+# It says how to create a file with a .o suffix, given a file with a .cpp suffix.
+# The rule's command uses some built-in Make Macros:
+# $@ for the pattern-matched target
+# $< for the pattern-matched dependency
+%.o : %.cpp
+ g++ -g -o $@ -c $<
+
+# These are Dependency Rules, which are rules without any command.
+# Dependency Rules indicate that if any file to the right of the colon changes,
+# the target to the left of the colon should be considered out-of-date.
+# The commands for making an out-of-date target up-to-date may be found elsewhere
+# (in this case, by the Pattern Rule above).
+# Dependency Rules are often used to capture header file dependencies.
+Main.o : Main.h Test1.h Test2.h
+Test1.o : Test1.h Test2.h
+Test2.o : Test2.h
+
+# Alternatively to manually capturing dependencies, several automated
+# dependency generators exist.  Here is one possibility (commented out)...
+# %.dep : %.cpp
+#        g++ -M $(FLAGS) $< > $@
+# include $(OBJS:.o=.dep)
+</pre>
+
+
+<h2>Frequently Asked Questions:</h2>
+Your Console view can be very useful for debugging a build.
+
+<p><font size="+1"><b>Q1</b>.  My Console view says <tt>“Error launching builderâ€?</tt>. What does that mean?<p></font>
+<pre>
+Error launching builder (make –k clean all )
+(Exec error:Launching failed)
+</pre>
+
+<p>Most probably, the build command (by default “makeâ€?) is not on your path. You can put it on your path and restart Eclipse.<br>
+You can also change the build command to something that is on your path. If you are using MinGW tools to compile, you should replace the build command with “mingw32-makeâ€?.</p>
+
+<p><font size="+1"><b>Q2</b>. My Console view says <tt>“No rule to make target ‘X’â€?</tt>.</p></font>
+<pre>
+make -k clean all 
+make: *** No rule to make target `clean'.
+make: *** No rule to make target `all'.
+</pre>
+<p>By default, the make program looks for a file most commonly called “Makefileâ€? or “makefileâ€?.  If it cannot find such a file in the working directory, or if that file is empty or the file does not contain rules for the command line goals (“cleanâ€? and “allâ€? in this case), it will normally fail with an error message similar to those shown.  </p>
+<p>If you already have a valid Makefile, you may need to change the working directory of your build.  The default working directory for the build command is the project’s root directory.  You can change this by specifying an alternate Build Directory in the Make Project properties.  
+Or, if your Makefile is named something else (eg. <tt>buildFile.mk</tt>), you can specify the name by setting the default Build command to <tt>make –f  buildFile.mk</tt>.</p>
+
+<p>If you do not have a valid Makefile, create a new file named Makefile in the root directory.  You can then add the contents of the sample Makefile (above), and modify it as appropriate.</p>
+
+<p><font size="+1"><b>Q3</b>. My Console view says <tt>“missing separatorâ€?</tt>.</p></font>
+<pre>
+make -k clean all 
+makefile:12: *** missing separator.  Stop.
+</pre>
+<p>The standard syntax of Makefiles dictates that every line in a build rule must be preceded by a Tab character.  This Tab character is often accidentally replaced with spaces, and because both result in white-space indentation, this problem is easily overlooked.  In the sample provided, the error message can be pinpointed to line 12 of the file “makefileâ€?; to fix the problem, insert a tab at the beginning of that line.</p>
+
+<p><font size="+1"><b>Q4</b>. My Console view says <tt>"Target `all' not remade because of errors"</tt>.</p></font>
+<pre>
+make -k clean all 
+make: *** [clean] Error 255
+rm -f Test1.o Test2.o Main.o test_me.exe
+g++ -g -o Test1.o -c Test1.cpp
+make: *** [Test1.o] Error 255
+make: *** [Test2.o] Error 255
+make: *** [Main.o] Error 255
+g++ -g -o Test2.o -c Test2.cpp
+g++ -g -o Main.o -c Main.cpp
+make: Target `all' not remade because of errors.
+</pre>
+<p>The likely culprit here is that g++ is not on your Path.<br>
+<p>The Error 255 is produced by make as a result of its command shell not being able to find a command for a particular rule.<br>
+Messages from the standard error stream (the lines saying Error 255) and standard output stream (all the other lines) are merged in the Console view here.</p>
+
+<p><font size="+1"><b>Q5</b>. What's with the -k flag?</p></font>
+
+<p>The -k flag tells make to continue making other independent rules even when one rule fails.
+This is helpful for build large projects.</p>
+<p>You can remove the -k flag by turning on Project Properties > C/C++ Make Project > Make Builder > Stop on first build error</p>
+
+<p><font size="+1"><b>Q6</b>. My Console view looks like:</b></font>
+<pre>
+mingw32-make clean all 
+process_begin: CreateProcess((null), rm -f Test1.o Test2.o Main.o test_me.exe, ...) failed.
+make (e=2): The system cannot find the file specified.
+
+mingw32-make: *** [clean] Error 2
+rm -f Test1.o Test2.o Main.o test_me.exe
+</pre>
+
+<p>This means that mingw32-make was unable to find the utility "rm".  Unfortunately, MinGW does not come with "rm".  To correct this, replace the clean rule in your Makefile with:</p>
+<p><pre>
+clean : 
+	-del $(REBUILDABLES)
+	echo Clean done
+<pre></p>
+<p>The leading minus sign tells make to consider the clean rule to be successful even if the del command returns failure.  This may be acceptable since the del command will fail if the specified files to be deleted do not exist yet (or anymore).</p>
+
+
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
+
+</body>
+</html>
Index: getting_started/cdt_w_basic23.htm
===================================================================
RCS file: getting_started/cdt_w_basic23.htm
diff -N getting_started/cdt_w_basic23.htm
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_basic23.htm	1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,15 @@
+<!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>Tutorial</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+<body>
+<h3>Run complete</h3>
+
+<p>The title bar in the <b>Console</b> view will show you when the program has terminated.</p>
+
+</body>
+</html>

Attachment: images04-06-23.zip
Description: Zip archive


Back to the top