Skip to main content

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


Doc bug #70430, #70326






Dave Williams
Technical Writer
Rational Software
IBM Software Group
(613) 591-2962
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.4
diff -u -r1.4 cdt_c_before_you_begin.htm
--- concepts/cdt_c_before_you_begin.htm	24 Jun 2004 10:49:13 -0000	1.4
+++ concepts/cdt_c_before_you_begin.htm	20 Jul 2004 16:32:12 -0000
@@ -22,7 +22,7 @@
 
 <p>The following error message means that no <tt>make</tt> is installed or your path is not configured correctly.</p>  
 <pre>'g++' (or 'make') is not recognized as an internal or external command, operable program or batch file</pre> 
-<p>To check your path at a command prompt and enter <tt>PATH</tt>.  Make sure that the path to your build utility is defined (example <tt>PATH=c:\cygwin\bin</tt>).<p>
+<p>To check your path open a command prompt and type <tt>PATH</tt>.  Make sure that the path to your build utility is defined (example <tt>PATH=c:\cygwin\bin</tt>).<p>
 
 
 <p align="left"> <img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> 
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.4
diff -u -r1.4 cdt_w_debug.htm
--- getting_started/cdt_w_debug.htm	24 Jun 2004 10:49:13 -0000	1.4
+++ getting_started/cdt_w_debug.htm	20 Jul 2004 16:32:13 -0000
@@ -25,7 +25,7 @@
   that you debug this project.</p>
   <li>In the <b>C/C++ Application</b> box, type <b>hello.exe</b>.</li>
   <li>Click <b>Debug</b>.</li>
-  <p>The debug perspective the hello.exe application window open.
+  <p>You will now see the debug perspective with the hello.exe application window open. 
   The C/C++ editor is repositioned in the perspective.</p>
   <li>In the left margin of the main.cpp window, double-click to set a 
   breakpoint on:<br>
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.3
diff -u -r1.3 cdt_u_m_window.htm
--- reference/cdt_u_m_window.htm	24 Jun 2004 10:49:12 -0000	1.3
+++ reference/cdt_u_m_window.htm	20 Jul 2004 16:32:14 -0000
@@ -87,7 +87,7 @@
 			<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>
 			<li><b>Next View</b>: Activates the next open view in the list of most recently used views.</li>
-			<li><b>Previous View</b>: Activates the previous open editor in the list of most recently used editors.</li>
+			<li><b>Previous View</b>: Activates the previous open view in the list of most recently used views.</li>
 			<li><b>Next Perspective</b>: Activates the next open perspective in the list of most recently used perspectives.</li>
 			<li><b>Previous Perspective</b>: Activates the previous open perspective in the list of most recently used perspectives.</li>
 		</ul>
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.3
diff -u -r1.3 cdt_u_new_proj_wiz_s_binary.htm
--- reference/cdt_u_new_proj_wiz_s_binary.htm	24 Jun 2004 20:26:35 -0000	1.3
+++ reference/cdt_u_new_proj_wiz_s_binary.htm	20 Jul 2004 16:32:14 -0000
@@ -18,7 +18,7 @@
 <h1>New Project Wizard - Standard Make, Binary Parser</h1>
 <p>You can select the Binary Parsers you require for the project.  </p>
 
-<p>To ensure the accuracy of the C/C++ Projects view and the ability to successfully run and debug your programs. 
+<p>Select the appropriate binary parser to ensure the accuracy of the C/C++ Projects view and the ability to successfully run and debug your programs. 
 After you select the correct parser for your development environment and build your project, you can view the symbols of the .o file in the C/C++ Projects view.</p>
 
 <p><img src="../images/new_proj_wz_std_binary.png"  alt="New Project Wizard, Standard Make, Binary Parser"></p>
Index: tasks/cdt_t_setreminder.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_setreminder.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_t_setreminder.htm
--- tasks/cdt_t_setreminder.htm	24 Jun 2004 10:49:13 -0000	1.3
+++ tasks/cdt_t_setreminder.htm	20 Jul 2004 16:32:14 -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 un functions that you write or error handling routines 
+for tasks, such as unfinished functions that you write or error handling routines 
 that you 
 want to verify.</p>
 

Back to the top