Skip to main content

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


This patch is a cleanup of some script references, tags and format changes within the HTML required by translation tools.





The following files have been modified:
\concepts\cdt_c_content_assist.htm
\concepts\cdt_c_open_declarations.htm
\concepts\cdt_c_outlineview.htm
\concepts\cdt_c_proj_file_views.htm
\concepts\cdt_c_whatsnew.htm
\getting_started\hw_example.htm
\getting_started\cdt_w_basic.htm
\getting_started\cdt_w_basic01.htm
\getting_started\cdt_w_basic13.htm
\getting_started\cdt_w_basic02.htm
\getting_started\cdt_w_install_cdt.htm
\reference\cdt_u_build_pref.htm
\reference\cdt_u_c_editor_anno.htm
\reference\cdt_u_c_editor_color.htm
\reference\cdt_u_c_editor_con_assist.htm
\reference\cdt_u_c_editor_gen.htm
\reference\cdt_u_c_editor_navigation.htm
\reference\cdt_u_c_pref.htm
\reference\cdt_u_code_temp.htm
\reference\cdt_u_make_targets_pref.htm
\reference\cdt_u_newproj_buildset.htm
\reference\cdt_u_newproj_def_symb.htm
\reference\cdt_u_newproj_parser_binary.htm
\reference\cdt_u_newproj_parser_error.htm
\reference\cdt_u_newproj_pathsymb.htm
\reference\cdt_u_outlineview.htm
\reference\cdt_u_scanner_cfg_disc.htm
\reference\cdt_u_search.htm
\reference\cdt_u_newproj_incl_path.htm
\reference\cdt_u_dbg_pref.htm
\reference\cdt_u_dbg_view.htm
\reference\cdt_u_icons.htm
\reference\cdt_u_mem_view_pref.htm
\reference\cdt_u_memoryview.htm
\reference\cdt_u_newproj_platf.htm
\reference\cdt_u_registersview.htm
\reference\cdt_u_run_dbg_arg.htm
\reference\cdt_u_run_dbg_comm.htm
\reference\cdt_u_run_dbg_dbg.htm
\reference\cdt_u_run_dbg_env.htm
\reference\cdt_u_run_dbg_main.htm
\reference\cdt_u_run_dbg_srce.htm
\reference\cdt_u_shared_lib_view.htm
\reference\cdt_u_shared_lib_view_pref.htm
\reference\cdt_u_signals_view.htm
\tasks\cdt_t_add_brkpnts.htm
\tasks\cdt_t_add_codetemp.htm
\tasks\cdt_t_autosave.htm
\tasks\cdt_t_cbuild_pref.htm
\tasks\cdt_t_contentassist.htm
\tasks\cdt_t_conv_proj.htm
\tasks\cdt_t_cust_cpp_editor.htm
\tasks\cdt_t_imp_code_temp.htm
\tasks\cdt_t_manualbuild.htm
\tasks\cdt_t_new_cpp.htm
\tasks\cdt_t_new_make.htm
\tasks\cdt_t_new_run_config.htm
\tasks\cdt_t_open_declarations.htm
\tasks\cdt_t_proj_new.htm
\tasks\cdt_t_proj_parser.htm
\tasks\cdt_t_proj_paths.htm
\tasks\cdt_t_proj_ref.htm
\tasks\cdt_t_proj_rename.htm
\tasks\cdt_t_prvw_hide_files.htm
\tasks\cdt_t_run_arg.htm
\tasks\cdt_t_run_com.htm
\tasks\cdt_t_run_config.htm
\tasks\cdt_t_run_dbg.htm
\tasks\cdt_t_run_env.htm
\tasks\cdt_t_run_main.htm
\tasks\cdt_t_setbuildorder.htm
\tasks\cdt_t_show_proj_files.htm
\tasks\cdt_o_build_task.htm
\tasks\cdt_o_run.htm
\tasks\cdt_o_run_config.htm
\tasks\cdt_o_tasks.htm
\tasks\cdt_t_run_source.htm
\tasks\cdt_o_debug.htm
\tasks\cdt_t_search.htm
\tasks\cdt_t_proj_platf.htm
\tasks\cdt_t_jumperror.htm
\tasks\cdt_t_build_process.htm
\tasks\cdt_t_proj_error_parser.htm
\tasks\cdt_t_endis_able_brk_wtch.htm
\tasks\cdt_t_rem_wtch_brk.htm
\tasks\cdt_t_proj_build_set.htm
\tasks\cdt_t_addmaketarget.htm
\tasks\cdt_t_setreminder.htm
\tasks\cdt_t_controldebug.htm
\tasks\cdt_t_variables.htm
\tasks\cdt_t_registers.htm
\tasks\cdt_t_add_watch.htm
\tasks\cdt_t_disassembly.htm
\tasks\cdt_t_debug_prog.htm
\tasks\cdt_t_filtererror.htm
\tasks\cdt_t_memory.htm
\tasks\cdt_t_expressions.htm



Dave Williams
Technical Writer
Rational Software
IBM Software Group
(613) 591-2962
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.5
diff -u -r1.5 cdt_c_content_assist.htm
--- concepts/cdt_c_content_assist.htm	28 Apr 2004 17:02:19 -0000	1.5
+++ concepts/cdt_c_content_assist.htm	10 May 2004 14:10:58 -0000
@@ -6,7 +6,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Content assist</title>
 	<link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
@@ -44,7 +44,7 @@
 </ul>
 
 You trigger the Code completion feature when you call Content Assist (such as when you type <tt>Ctrl+Space</tt>), but you also invoke it when you type 
-&quot<b>.</b>&quot, &quot<b>-></b>&quot or &quot<b>::</b>&quot.</p>
+&quot;<b>.</b>&quot;, &quot;<b>-></b>&quot; or &quot;<b>::</b>&quot;.</p>
 
 <p><img src="../images/contentAssist_example.gif" width="299" height="272" onClick="changeSize(this,299,272);" 
      alt="C++ example showing Code Assist popup" title="click to toggle image size"></p>
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.4
diff -u -r1.4 cdt_c_open_declarations.htm
--- concepts/cdt_c_open_declarations.htm	28 Apr 2004 17:02:19 -0000	1.4
+++ concepts/cdt_c_open_declarations.htm	10 May 2004 14:10:58 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Open declarations</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
Index: concepts/cdt_c_outlineview.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_outlineview.htm,v
retrieving revision 1.4
diff -u -r1.4 cdt_c_outlineview.htm
--- concepts/cdt_c_outlineview.htm	28 Apr 2004 17:02:19 -0000	1.4
+++ concepts/cdt_c_outlineview.htm	10 May 2004 14:10:58 -0000
@@ -6,7 +6,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Outline view</title>
 	<link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.4
diff -u -r1.4 cdt_c_proj_file_views.htm
--- concepts/cdt_c_proj_file_views.htm	28 Apr 2004 17:02:19 -0000	1.4
+++ concepts/cdt_c_proj_file_views.htm	10 May 2004 14:10:58 -0000
@@ -6,7 +6,7 @@
 <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">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
Index: concepts/cdt_c_whatsnew.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_c_whatsnew.htm
--- concepts/cdt_c_whatsnew.htm	11 Apr 2004 13:11:23 -0000	1.3
+++ concepts/cdt_c_whatsnew.htm	10 May 2004 14:10:58 -0000
@@ -25,12 +25,13 @@
 
     </tr>
   </tbody>
+</table>
 
 <table width="100%" border="0" cellpadding="2" cellspacing="2">
   <tbody>
     <tr>
       <td colspan="2" valign="top" bgcolor="#0080c0">
-      <p align="left"><b><font color="#ffffff" face="Arial, Helvetica">What's New in M8</font></b></p>
+      <p align="left"><b><font color="#ffffff">What's New in M8</font></b></p>
       </td>
 
     </tr>
@@ -63,7 +64,7 @@
   <tbody>
     <tr>
       <td colspan="2" valign="top" bgcolor="#0080c0">
-      <p align="left"><b><font color="#ffffff" face="Arial, Helvetica">What's New Since 1.2</font></b></p>
+      <p align="left"><b><font color="#ffffff">What's New Since 1.2</font></b></p>
       </td>
     </tr>
   </tbody>
@@ -80,7 +81,7 @@
   <tbody>
     <tr>
       <td colspan="2" valign="top" bgcolor="#0080c0">
-      <p align="left"><b><font color="#ffffff" face="Arial, Helvetica">What's New in 1.2</font></b></p>
+      <p align="left"><b><font color="#ffffff">What's New in 1.2</font></b></p>
       </td>
 
     </tr>
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.1
diff -u -r1.1 cdt_w_basic.htm
--- getting_started/cdt_w_basic.htm	5 May 2004 12:45:42 -0000	1.1
+++ getting_started/cdt_w_basic.htm	10 May 2004 14:10:58 -0000
@@ -6,7 +6,7 @@
 	<title>Hello World Tutorial</title>
 	<link rel="stylesheet" type="text/css" href="../help.css">
 
-<script> 
+<script language="JavaScript">
 var first = 0;
 var last = 22;
 var position = 0;
@@ -162,4 +162,4 @@
 </center>
 <img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
 </body>
-</html>
+</html>
\ No newline at end of file
Index: getting_started/cdt_w_basic01.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic01.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_w_basic01.htm
--- getting_started/cdt_w_basic01.htm	5 May 2004 12:45:42 -0000	1.1
+++ getting_started/cdt_w_basic01.htm	10 May 2004 14:10:58 -0000
@@ -5,7 +5,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Tutorial</title>
 	<link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function newWin(url) {
 	window.open(url, 'install_cdt', 'width=750, height=300, menubar=no, toolbar=no, status=no, resizable=yes, location=no, scrollbars=yes');
 }
@@ -19,4 +19,4 @@
 <p>If you have not already installed the C/C++ perspective, you can find the procedures  <a href="javascript:void(0)" onClick="newWin('cdt_w_install_cdt.htm')">here</a>.</p>
 
 </body>
-</html>
+</html>
\ No newline at end of file
Index: getting_started/cdt_w_basic02.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic02.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_w_basic02.htm
--- getting_started/cdt_w_basic02.htm	5 May 2004 12:45:42 -0000	1.1
+++ getting_started/cdt_w_basic02.htm	10 May 2004 14:10:58 -0000
@@ -10,8 +10,8 @@
 <h3>Open the C/C++ Perspective</h3>
 
 <p>Click <b>Window > Open Perspective > C/C++</b>.</p>
-<p><i>Note: If the C/C++ Perspective is not listed, select <b>Other...</b>  and select it from the <b>Select Perspective</b> dialog box.</p>
+<p><i>Note: If the C/C++ Perspective is not listed, select <b>Other...</b>  and select it from the <b>Select Perspective</b> dialog box.</i></p>
  
 
 </body>
-</html>
+</html>
\ No newline at end of file
Index: getting_started/cdt_w_basic13.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic13.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_w_basic13.htm
--- getting_started/cdt_w_basic13.htm	5 May 2004 12:45:42 -0000	1.1
+++ getting_started/cdt_w_basic13.htm	10 May 2004 14:10:59 -0000
@@ -6,7 +6,7 @@
 	<title>Tutorial</title>
 	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
-<script>
+<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>
@@ -18,4 +18,4 @@
 <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>
+</html>
\ No newline at end of file
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.1
diff -u -r1.1 cdt_w_install_cdt.htm
--- getting_started/cdt_w_install_cdt.htm	5 May 2004 12:45:42 -0000	1.1
+++ getting_started/cdt_w_install_cdt.htm	10 May 2004 14:10:59 -0000
@@ -3,10 +3,10 @@
 
 <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>Updating the CDT</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
@@ -61,7 +61,7 @@
 		<b>Install</b> for each feature you selected.<br>
 	<img src="../images/cdt_update_jar_verification.png" width="300" height="250" onClick="changeSize(this,300,250);" 
     	 alt="Screen Capture of Feature Verification dialog box" title="click to toggle image size"></li>
-
+</ol>
 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
 <br>
 <a href="../concepts/cdt_c_over_cdt.htm">CDT Overview</a><br>
@@ -81,4 +81,4 @@
 
 </body>
 
-</html>
+</html>
\ No newline at end of file
Index: getting_started/hw_example.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/hw_example.htm,v
retrieving revision 1.1
diff -u -r1.1 hw_example.htm
--- getting_started/hw_example.htm	5 May 2004 12:45:42 -0000	1.1
+++ getting_started/hw_example.htm	10 May 2004 14:10:59 -0000
@@ -17,9 +17,9 @@
 {
 	string yourName;
 
-	cout << "Enter your name: ";
-	cin  >> yourName;
-	cout << "Hello " + yourName << endl;
+	cout &lt;&lt; "Enter your name: ";
+	cin  &gt;&gt; yourName;
+	cout &lt;&lt; "Hello " + yourName &lt;&lt; endl;
 
 	return 0;
 }
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.3
diff -u -r1.3 cdt_u_build_pref.htm
--- reference/cdt_u_build_pref.htm	5 May 2004 12:45:42 -0000	1.3
+++ reference/cdt_u_build_pref.htm	10 May 2004 14:11:03 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Customizing the C-Build view</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
Index: reference/cdt_u_c_editor_anno.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_anno.htm,v
retrieving revision 1.4
diff -u -r1.4 cdt_u_c_editor_anno.htm
--- reference/cdt_u_c_editor_anno.htm	28 Apr 2004 17:02:12 -0000	1.4
+++ reference/cdt_u_c_editor_anno.htm	10 May 2004 14:11:04 -0000
@@ -6,7 +6,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Annotations page, Preferences window</title>
 	<link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.4
diff -u -r1.4 cdt_u_c_editor_color.htm
--- reference/cdt_u_c_editor_color.htm	28 Apr 2004 17:02:12 -0000	1.4
+++ reference/cdt_u_c_editor_color.htm	10 May 2004 14:11:04 -0000
@@ -6,7 +6,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Colors page, Preferences window</title>
 	<link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.5
diff -u -r1.5 cdt_u_c_editor_con_assist.htm
--- reference/cdt_u_c_editor_con_assist.htm	5 May 2004 12:45:42 -0000	1.5
+++ reference/cdt_u_c_editor_con_assist.htm	10 May 2004 14:11:04 -0000
@@ -6,7 +6,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Content Assist page, Preferences window</title>
 	<link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.4
diff -u -r1.4 cdt_u_c_editor_gen.htm
--- reference/cdt_u_c_editor_gen.htm	28 Apr 2004 17:02:12 -0000	1.4
+++ reference/cdt_u_c_editor_gen.htm	10 May 2004 14:11:04 -0000
@@ -6,7 +6,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>General page, Preferences window</title>
 	<link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.2
diff -u -r1.2 cdt_u_c_editor_navigation.htm
--- reference/cdt_u_c_editor_navigation.htm	28 Apr 2004 17:02:12 -0000	1.2
+++ reference/cdt_u_c_editor_navigation.htm	10 May 2004 14:11:04 -0000
@@ -6,7 +6,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Navigation page, Preferences window</title>
 	<link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.4
diff -u -r1.4 cdt_u_c_pref.htm
--- reference/cdt_u_c_pref.htm	5 May 2004 12:45:42 -0000	1.4
+++ reference/cdt_u_c_pref.htm	10 May 2004 14:11:04 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>C/C++ preferences</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.4
diff -u -r1.4 cdt_u_code_temp.htm
--- reference/cdt_u_code_temp.htm	28 Apr 2004 17:02:12 -0000	1.4
+++ reference/cdt_u_code_temp.htm	10 May 2004 14:11:04 -0000
@@ -6,7 +6,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Code Templates page, Preferences window</title>
 	<link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.2
diff -u -r1.2 cdt_u_dbg_pref.htm
--- reference/cdt_u_dbg_pref.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ reference/cdt_u_dbg_pref.htm	10 May 2004 14:11:04 -0000
@@ -9,9 +9,6 @@
 <title>Debug preferences</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
 </head>
-<!--INFOPOP
-View information about your program as you debug.
-END INFOPOP-->
 <body>
 
 <h1>C/C++ debug preferences</h1>
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.2
diff -u -r1.2 cdt_u_make_targets_pref.htm
--- reference/cdt_u_make_targets_pref.htm	28 Apr 2004 17:02:12 -0000	1.2
+++ reference/cdt_u_make_targets_pref.htm	10 May 2004 14:11:04 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Customizing the C-Build view</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
Index: reference/cdt_u_memoryview.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_memoryview.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_memoryview.htm
--- reference/cdt_u_memoryview.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ reference/cdt_u_memoryview.htm	10 May 2004 14:11:04 -0000
@@ -9,9 +9,6 @@
 <title>Memory view</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
 </head>
-<!--INFOPOP
-The memory view displays process memory.
-END INFOPOP-->
 <body>
 
 <h1>Memory view</h1>
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.4
diff -u -r1.4 cdt_u_newproj_buildset.htm
--- reference/cdt_u_newproj_buildset.htm	28 Apr 2004 17:02:12 -0000	1.4
+++ reference/cdt_u_newproj_buildset.htm	10 May 2004 14:11:04 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Make Builder page, C/C++ Properties window</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
Index: reference/cdt_u_newproj_def_symb.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_def_symb.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_newproj_def_symb.htm
--- reference/cdt_u_newproj_def_symb.htm	28 Apr 2004 17:02:12 -0000	1.2
+++ reference/cdt_u_newproj_def_symb.htm	10 May 2004 14:11:04 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Paths and symbols page, C/C++ Properties window</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
Index: reference/cdt_u_newproj_incl_path.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_incl_path.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_newproj_incl_path.htm
--- reference/cdt_u_newproj_incl_path.htm	5 May 2004 12:45:42 -0000	1.3
+++ reference/cdt_u_newproj_incl_path.htm	10 May 2004 14:11:04 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Paths and symbols page, C/C++ Properties window</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
@@ -14,7 +14,6 @@
 	theImage.style.width=wdth; theImage.style.height=hght;
 }
 </script>
-</head>
 </head>
 <body>
 
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.4
diff -u -r1.4 cdt_u_newproj_parser_binary.htm
--- reference/cdt_u_newproj_parser_binary.htm	28 Apr 2004 17:02:11 -0000	1.4
+++ reference/cdt_u_newproj_parser_binary.htm	10 May 2004 14:11:04 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Binary Parser, C/C++ Properties window</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.5
diff -u -r1.5 cdt_u_newproj_parser_error.htm
--- reference/cdt_u_newproj_parser_error.htm	5 May 2004 12:45:42 -0000	1.5
+++ reference/cdt_u_newproj_parser_error.htm	10 May 2004 14:11:04 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Error Parsers, C/C++ Properties window</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
Index: reference/cdt_u_newproj_pathsymb.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_pathsymb.htm,v
retrieving revision 1.4
diff -u -r1.4 cdt_u_newproj_pathsymb.htm
--- reference/cdt_u_newproj_pathsymb.htm	28 Apr 2004 17:02:12 -0000	1.4
+++ reference/cdt_u_newproj_pathsymb.htm	10 May 2004 14:11:04 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Paths and symbols page, C/C++ Properties window</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.2
diff -u -r1.2 cdt_u_newproj_platf.htm
--- reference/cdt_u_newproj_platf.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ reference/cdt_u_newproj_platf.htm	10 May 2004 14:11:04 -0000
@@ -9,10 +9,6 @@
 <title>Target platform, C/C++ Properties window</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
 </head>
-<!--INFOPOP
-Select a target deployment platform.
-END INFOPOP-->
-
 <body>
 
 <h1>Target platform, C/C++ Properties window</h1>
Index: reference/cdt_u_outlineview.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_outlineview.htm,v
retrieving revision 1.4
diff -u -r1.4 cdt_u_outlineview.htm
--- reference/cdt_u_outlineview.htm	28 Apr 2004 17:02:12 -0000	1.4
+++ reference/cdt_u_outlineview.htm	10 May 2004 14:11:04 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Outline view</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
Index: reference/cdt_u_registersview.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_registersview.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_registersview.htm
--- reference/cdt_u_registersview.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ reference/cdt_u_registersview.htm	10 May 2004 14:11:05 -0000
@@ -9,9 +9,6 @@
 <title>Registers view</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
 </head>
-<!--INFOPOP
-The registers view displays the register values of a selected stack frame.
-END INFOPOP-->
 <body>
 
 <h1>Registers view</h1>
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.2
diff -u -r1.2 cdt_u_run_dbg_arg.htm
--- reference/cdt_u_run_dbg_arg.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ reference/cdt_u_run_dbg_arg.htm	10 May 2004 14:11:05 -0000
@@ -9,9 +9,6 @@
 <title>Arguments page, Run or Debug dialog box</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
 </head>
-<!--INFOPOP
-Provide information on the project and application you want to run or debug.
-END INFOPOP-->
 <body>
 
 <h1>Arguments page, Run or Debug dialog boxes</h1>
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.2
diff -u -r1.2 cdt_u_run_dbg_comm.htm
--- reference/cdt_u_run_dbg_comm.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ reference/cdt_u_run_dbg_comm.htm	10 May 2004 14:11:05 -0000
@@ -9,9 +9,6 @@
 <title>Common page, Run or Debug dialog box</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
 </head>
-<!--INFOPOP
-Specify where your run configuration is stored.
-END INFOPOP-->
 <body>
 
 <h1>Common page, Run or Debug dialog box</h1>
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.2
diff -u -r1.2 cdt_u_run_dbg_dbg.htm
--- reference/cdt_u_run_dbg_dbg.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ reference/cdt_u_run_dbg_dbg.htm	10 May 2004 14:11:05 -0000
@@ -9,9 +9,6 @@
 <title>Debugger page, Run or Debug dialog box</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
 </head>
-<!--INFOPOP
-Select a debugger.
-END INFOPOP-->
 <body>
 
 <h1>Debugger page, Run or Debug dialog box</h1>
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.2
diff -u -r1.2 cdt_u_run_dbg_env.htm
--- reference/cdt_u_run_dbg_env.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ reference/cdt_u_run_dbg_env.htm	10 May 2004 14:11:05 -0000
@@ -9,9 +9,6 @@
 <title>Environment page, Run or Debug dialog box</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
 </head>
-<!--INFOPOP
-Set environment variables and values.
-END INFOPOP-->
 <body>
 
 <h1>Environment page, Run or Debug dialog box</h1>
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.2
diff -u -r1.2 cdt_u_run_dbg_main.htm
--- reference/cdt_u_run_dbg_main.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ reference/cdt_u_run_dbg_main.htm	10 May 2004 14:11:05 -0000
@@ -9,9 +9,6 @@
 <title>Main page, Run or Debug dialog box</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
 </head>
-<!--INFOPOP
-Provide information on the project and application you want to run or debug.
-END INFOPOP-->
 <body>
 
 <h1>Main page, Run or Debug dialog boxes</h1>
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.2
diff -u -r1.2 cdt_u_run_dbg_srce.htm
--- reference/cdt_u_run_dbg_srce.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ reference/cdt_u_run_dbg_srce.htm	10 May 2004 14:11:05 -0000
@@ -9,9 +9,6 @@
 <title>Source page, Run or Debug dialog box</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
 </head>
-<!--INFOPOP
-Specify where the debugger should look for source files.
-END INFOPOP-->
 <body>
 
 <h1>Source page, Run or Debug dialog box</h1>
Index: reference/cdt_u_scanner_cfg_disc.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_scanner_cfg_disc.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_scanner_cfg_disc.htm
--- reference/cdt_u_scanner_cfg_disc.htm	5 May 2004 12:45:42 -0000	1.3
+++ reference/cdt_u_scanner_cfg_disc.htm	10 May 2004 14:11:05 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Paths and symbols page, C/C++ Properties window</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
Index: reference/cdt_u_search.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_search.htm,v
retrieving revision 1.4
diff -u -r1.4 cdt_u_search.htm
--- reference/cdt_u_search.htm	28 Apr 2004 17:02:12 -0000	1.4
+++ reference/cdt_u_search.htm	10 May 2004 14:11:05 -0000
@@ -6,7 +6,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>C/C++ search page, Search dialog box</title>
 	<link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.2
diff -u -r1.2 cdt_u_shared_lib_view_pref.htm
--- reference/cdt_u_shared_lib_view_pref.htm	19 Dec 2003 20:47:28 -0000	1.2
+++ reference/cdt_u_shared_lib_view_pref.htm	10 May 2004 14:11:05 -0000
@@ -9,9 +9,6 @@
 <title>Shared Libraries view preferences</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
 </head>
-<!--INFOPOP
-Set the refresh preference for the Shared Libraries view.
-END INFOPOP-->
 <body>
 
 <h1>Shared Libraries view preferences</h1>
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.4
diff -u -r1.4 cdt_o_build_task.htm
--- tasks/cdt_o_build_task.htm	26 Apr 2004 15:41:43 -0000	1.4
+++ tasks/cdt_o_build_task.htm	10 May 2004 14:11:05 -0000
@@ -10,28 +10,25 @@
 <body>
 
 <h1>Building projects</h1>
-<p>This sections explains how to build your project and manage compile 
-errors.</p>
-	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_rename.htm">Rename a project</a><br>
-	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_ref.htm">Select referenced projects</a><br>
-	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_build_set.htm">Configure how the CDT handles make errors, change the default build command and specify a make target</a><br>
-	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_error_parser.htm">Control which build errors are displayed</a><br>
-	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_parser.htm">Select a binary parser</a><br>
-	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_paths.htm">Include paths and symbols</a><br>
-	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_platf.htm">For Managed Make projects, select a deployment platform for managed make projects</a><br>
-	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_setbuildorder.htm">Set build order</a><br>
-	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_manualbuild.htm">Build your project as required</a><br>
-	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_autosave.htm">Save modified resources before you build</a><br>
-	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_addmaketarget.htm">Add a make target</a><br>
-	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_t_cbuild_pref.htm">Customize the C-Build view</a><br>
-	<img src="../images/trans.gif" border="0" width="25"height="1" alt=""><a style="text-decoration:none" href="cdt_o_tasksview.htm">View and manage compile errors</a><br>
-		<img src="../images/trans.gif" border="0" width="50"height="1" alt=""><a style="text-decoration:none" href="cdt_t_jumperror.htm">Jump to errors</a><br>
-		<img src="../images/trans.gif" border="0" width="50"height="1" alt=""><a style="text-decoration:none" href="cdt_t_filtererror.htm">Filter errors</a><br>
-		<img src="../images/trans.gif" border="0" width="50"height="1" alt=""><a style="text-decoration:none" href="cdt_t_setreminder.htm">Set reminders</a><br>
+<p>This sections explains how to build your project and manage compile errors.</p>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a href="cdt_t_proj_rename.htm">Rename a project</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a href="cdt_t_proj_ref.htm">Select referenced projects</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a href="cdt_t_proj_build_set.htm">Configure how the CDT handles make errors, change the default build command and specify a make target</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a href="cdt_t_proj_error_parser.htm">Control which build errors are displayed</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a href="cdt_t_proj_parser.htm">Select a binary parser</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a href="cdt_t_proj_paths.htm">Include paths and symbols</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a href="cdt_t_proj_platf.htm">For Managed Make projects, select a deployment platform for managed make projects</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a href="cdt_t_setbuildorder.htm">Set build order</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a href="cdt_t_manualbuild.htm">Build your project as required</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a href="cdt_t_autosave.htm">Save modified resources before you build</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a href="cdt_t_addmaketarget.htm">Add a make target</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a href="cdt_t_cbuild_pref.htm">Customize the C-Build view</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a href="cdt_o_tasksview.htm">View and manage compile errors</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a href="cdt_t_jumperror.htm">Jump to errors</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a href="cdt_t_filtererror.htm">Filter errors</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a href="cdt_t_setreminder.htm">Set reminders</a><br>
 
-<p>
-
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
 </body>
 
 </html>
Index: tasks/cdt_o_debug.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_o_debug.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_o_debug.htm
--- tasks/cdt_o_debug.htm	26 Apr 2004 15:41:43 -0000	1.3
+++ tasks/cdt_o_debug.htm	10 May 2004 14:11:05 -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">Change registers or how they are displayed</a><br>
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_memory.htm">Change memory or how it is displayed</a><br>
 
-<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"</p>
+<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
 
 </body>
 
Index: tasks/cdt_o_run.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_o_run.htm,v
retrieving revision 1.4
diff -u -r1.4 cdt_o_run.htm
--- tasks/cdt_o_run.htm	26 Apr 2004 15:41:43 -0000	1.4
+++ tasks/cdt_o_run.htm	10 May 2004 14:11:05 -0000
@@ -16,7 +16,7 @@
 		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_config.htm">Select a run or debug configuration</a><br>
 		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_new_run_config.htm">Create a run or debug configuration</a><br>
 		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_main.htm">Specify a project and application</a><br>
-		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_arg.htm">Specify the execution arguments &amp the working directory</a><br>
+		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_arg.htm">Specify the execution arguments &amp; the working directory</a><br>
 		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_env.htm">Set the environment variables and values</a><br>
 		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_dbg.htm">Select a debugger</a><br>
 		<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_source.htm">Specify the location of source files</a><br>
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.4
diff -u -r1.4 cdt_o_run_config.htm
--- tasks/cdt_o_run_config.htm	26 Apr 2004 15:41:43 -0000	1.4
+++ tasks/cdt_o_run_config.htm	10 May 2004 14:11:05 -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_run_config.htm">Select a run or debug configuration</a><br>
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_new_run_config.htm">Create a run or debug configuration</a><br>
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_main.htm">Specify a project and application</a><br>
-	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_arg.htm">Specify the execution arguments &amp the working directory</a><br>
+	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_arg.htm">Specify the execution arguments &amp; the working directory</a><br>
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_env.htm">Set the environment variables and values</a><br>
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_dbg.htm">Select a debugger</a><br>
 	<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_source.htm">Specify the location of source files</a><br>
Index: tasks/cdt_o_tasks.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_o_tasks.htm,v
retrieving revision 1.5
diff -u -r1.5 cdt_o_tasks.htm
--- tasks/cdt_o_tasks.htm	5 May 2004 12:45:42 -0000	1.5
+++ tasks/cdt_o_tasks.htm	10 May 2004 14:11:05 -0000
@@ -52,7 +52,7 @@
 		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_config.htm">Select a run or debug configuration</a><br>
 		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_new_run_config.htm">Create a run or debug configuration</a><br>
 		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_main.htm">Specify a project and application</a><br>
-		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_arg.htm">Specify the execution arguments &amp the working directory</a><br>
+		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_arg.htm">Specify the execution arguments &amp; the working directory</a><br>
 		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_env.htm">Set the environment variables and values</a><br>
 		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_dbg.htm">Select a debugger</a><br>
 		<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_source.htm">Specify the location of source files</a><br>
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.3
diff -u -r1.3 cdt_t_add_brkpnts.htm
--- tasks/cdt_t_add_brkpnts.htm	26 Apr 2004 15:41:43 -0000	1.3
+++ tasks/cdt_t_add_brkpnts.htm	10 May 2004 14:11:05 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Adding breakpoints</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.3
diff -u -r1.3 cdt_t_add_codetemp.htm
--- tasks/cdt_t_add_codetemp.htm	26 Apr 2004 15:41:43 -0000	1.3
+++ tasks/cdt_t_add_codetemp.htm	10 May 2004 14:11:05 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Creating and editing code templates</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
Index: tasks/cdt_t_autosave.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_autosave.htm,v
retrieving revision 1.4
diff -u -r1.4 cdt_t_autosave.htm
--- tasks/cdt_t_autosave.htm	5 May 2004 12:45:42 -0000	1.4
+++ tasks/cdt_t_autosave.htm	10 May 2004 14:11:05 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Autosaving on a manual build</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.3
diff -u -r1.3 cdt_t_cbuild_pref.htm
--- tasks/cdt_t_cbuild_pref.htm	26 Apr 2004 15:41:43 -0000	1.3
+++ tasks/cdt_t_cbuild_pref.htm	10 May 2004 14:11:05 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Customizing the C-Build view</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
Index: tasks/cdt_t_contentassist.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_contentassist.htm,v
retrieving revision 1.4
diff -u -r1.4 cdt_t_contentassist.htm
--- tasks/cdt_t_contentassist.htm	5 May 2004 12:45:42 -0000	1.4
+++ tasks/cdt_t_contentassist.htm	10 May 2004 14:11:06 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Using Content Assist</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.3
diff -u -r1.3 cdt_t_conv_proj.htm
--- tasks/cdt_t_conv_proj.htm	26 Apr 2004 15:41:43 -0000	1.3
+++ tasks/cdt_t_conv_proj.htm	10 May 2004 14:11:06 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Assigning a C or C++ nature to a project</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.4
diff -u -r1.4 cdt_t_cust_cpp_editor.htm
--- tasks/cdt_t_cust_cpp_editor.htm	26 Apr 2004 15:41:43 -0000	1.4
+++ tasks/cdt_t_cust_cpp_editor.htm	10 May 2004 14:11:06 -0000
@@ -5,7 +5,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Customizing the C/C++ editor</title>
 	<link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.3
diff -u -r1.3 cdt_t_imp_code_temp.htm
--- tasks/cdt_t_imp_code_temp.htm	26 Apr 2004 15:41:43 -0000	1.3
+++ tasks/cdt_t_imp_code_temp.htm	10 May 2004 14:11:06 -0000
@@ -5,7 +5,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Importing and exporting code templates</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
Index: tasks/cdt_t_manualbuild.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_manualbuild.htm,v
retrieving revision 1.4
diff -u -r1.4 cdt_t_manualbuild.htm
--- tasks/cdt_t_manualbuild.htm	28 Apr 2004 17:02:19 -0000	1.4
+++ tasks/cdt_t_manualbuild.htm	10 May 2004 14:11:06 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Building manually</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.5
diff -u -r1.5 cdt_t_new_cpp.htm
--- tasks/cdt_t_new_cpp.htm	5 May 2004 12:45:42 -0000	1.5
+++ tasks/cdt_t_new_cpp.htm	10 May 2004 14:11:06 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Creating a C/C++ file</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.3
diff -u -r1.3 cdt_t_new_make.htm
--- tasks/cdt_t_new_make.htm	26 Apr 2004 15:41:43 -0000	1.3
+++ tasks/cdt_t_new_make.htm	10 May 2004 14:11:06 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Creating a makefile</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.3
diff -u -r1.3 cdt_t_new_run_config.htm
--- tasks/cdt_t_new_run_config.htm	26 Apr 2004 15:41:43 -0000	1.3
+++ tasks/cdt_t_new_run_config.htm	10 May 2004 14:11:06 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Creating a run or debug configuration</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.3
diff -u -r1.3 cdt_t_open_declarations.htm
--- tasks/cdt_t_open_declarations.htm	26 Apr 2004 15:41:43 -0000	1.3
+++ tasks/cdt_t_open_declarations.htm	10 May 2004 14:11:06 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Navigating to C/C++ declarations</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.3
diff -u -r1.3 cdt_t_proj_new.htm
--- tasks/cdt_t_proj_new.htm	26 Apr 2004 15:41:43 -0000	1.3
+++ tasks/cdt_t_proj_new.htm	10 May 2004 14:11:06 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Creating a project</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.4
diff -u -r1.4 cdt_t_proj_parser.htm
--- tasks/cdt_t_proj_parser.htm	26 Apr 2004 15:41:43 -0000	1.4
+++ tasks/cdt_t_proj_parser.htm	10 May 2004 14:11:07 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Selecting a binary parser</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.5
diff -u -r1.5 cdt_t_proj_paths.htm
--- tasks/cdt_t_proj_paths.htm	5 May 2004 12:45:42 -0000	1.5
+++ tasks/cdt_t_proj_paths.htm	10 May 2004 14:11:07 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Including paths and symbols</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.4
diff -u -r1.4 cdt_t_proj_ref.htm
--- tasks/cdt_t_proj_ref.htm	28 Apr 2004 17:02:19 -0000	1.4
+++ tasks/cdt_t_proj_ref.htm	10 May 2004 14:11:07 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Selecting referenced projects</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.4
diff -u -r1.4 cdt_t_proj_rename.htm
--- tasks/cdt_t_proj_rename.htm	26 Apr 2004 15:41:43 -0000	1.4
+++ tasks/cdt_t_proj_rename.htm	10 May 2004 14:11:07 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Renaming a project</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.3
diff -u -r1.3 cdt_t_prvw_hide_files.htm
--- tasks/cdt_t_prvw_hide_files.htm	26 Apr 2004 15:41:43 -0000	1.3
+++ tasks/cdt_t_prvw_hide_files.htm	10 May 2004 14:11:07 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Hiding files by type in the C/C++ Projects view</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.3
diff -u -r1.3 cdt_t_run_arg.htm
--- tasks/cdt_t_run_arg.htm	26 Apr 2004 15:41:43 -0000	1.3
+++ tasks/cdt_t_run_arg.htm	10 May 2004 14:11:07 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Specifying execution arguments</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.3
diff -u -r1.3 cdt_t_run_com.htm
--- tasks/cdt_t_run_com.htm	26 Apr 2004 15:41:43 -0000	1.3
+++ tasks/cdt_t_run_com.htm	10 May 2004 14:11:07 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Specifying the location of the run configuration</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.3
diff -u -r1.3 cdt_t_run_config.htm
--- tasks/cdt_t_run_config.htm	26 Apr 2004 15:41:43 -0000	1.3
+++ tasks/cdt_t_run_config.htm	10 May 2004 14:11:07 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Selecting a run or debug configuration</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.3
diff -u -r1.3 cdt_t_run_dbg.htm
--- tasks/cdt_t_run_dbg.htm	26 Apr 2004 15:41:43 -0000	1.3
+++ tasks/cdt_t_run_dbg.htm	10 May 2004 14:11:07 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Defining debug settings</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.3
diff -u -r1.3 cdt_t_run_env.htm
--- tasks/cdt_t_run_env.htm	26 Apr 2004 15:41:43 -0000	1.3
+++ tasks/cdt_t_run_env.htm	10 May 2004 14:11:07 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Setting environment variables</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.3
diff -u -r1.3 cdt_t_run_main.htm
--- tasks/cdt_t_run_main.htm	26 Apr 2004 15:41:43 -0000	1.3
+++ tasks/cdt_t_run_main.htm	10 May 2004 14:11:07 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Selecting an application to run or debug</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.3
diff -u -r1.3 cdt_t_run_source.htm
--- tasks/cdt_t_run_source.htm	26 Apr 2004 15:41:43 -0000	1.3
+++ tasks/cdt_t_run_source.htm	10 May 2004 14:11:07 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Specifying the location of source files</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
@@ -35,8 +35,7 @@
   the location of the project selected in the C/C++ Projects view and any 
   referenced projects.<br>
   	  <img src="../images/run_source.png" width="326" height="296" onClick="changeSize(this,326,296);" 
-           alt="Screen Capture of Run Source dialog box" title="click to toggle image size">
-  </li>
+           alt="Screen Capture of Run Source dialog box" title="click to toggle image size"></li>
 	<li>To add an existing source locations:  
 	<ul>
 		<li>Click <b>Add</b> to be prompted to select a process from a list at run-time.</li>
@@ -61,7 +60,7 @@
 			the perspective to open when running an application, see
 			<a href="cdt_t_run_com.htm">Specifying the location of the run configuration</a>.</li>
   </ul>
-</li>
+</ol>
 
 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
 <br>
Index: tasks/cdt_t_search.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_search.htm,v
retrieving revision 1.4
diff -u -r1.4 cdt_t_search.htm
--- tasks/cdt_t_search.htm	5 May 2004 12:45:42 -0000	1.4
+++ tasks/cdt_t_search.htm	10 May 2004 14:11:07 -0000
@@ -6,8 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Searching for C/C++ elements</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-</style>
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
Index: tasks/cdt_t_setbuildorder.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_setbuildorder.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_t_setbuildorder.htm
--- tasks/cdt_t_setbuildorder.htm	26 Apr 2004 15:41:43 -0000	1.3
+++ tasks/cdt_t_setbuildorder.htm	10 May 2004 14:11:07 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Setting build order</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
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.3
diff -u -r1.3 cdt_t_show_proj_files.htm
--- tasks/cdt_t_show_proj_files.htm	26 Apr 2004 15:41:43 -0000	1.3
+++ tasks/cdt_t_show_proj_files.htm	10 May 2004 14:11:07 -0000
@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Displaying C/C++ file components in the C/C++ Projects view</title>
 <link rel="stylesheet" type="text/css" href="../help.css">
-<script>
+<script language="JavaScript">
 function changeSize(theImage,wd,ht) {
 	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
 	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}

Back to the top