1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 08:46:02 +02:00

Patch for Dave W. Fixes for Translation bugs.

This commit is contained in:
Doug Schaefer 2004-07-20 19:27:45 +00:00
parent 34f16c8600
commit 4c538f3fff
5 changed files with 5 additions and 5 deletions

View file

@ -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> <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> <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"> <p align="left"> <img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">

View file

@ -25,7 +25,7 @@ examining the contents of variables.</p>
that you debug this project.</p> that you debug this project.</p>
<li>In the <b>C/C++ Application</b> box, type <b>hello.exe</b>.</li> <li>In the <b>C/C++ Application</b> box, type <b>hello.exe</b>.</li>
<li>Click <b>Debug</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> 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 <li>In the left margin of the main.cpp window, double-click to set a
breakpoint on:<br> breakpoint on:<br>

View file

@ -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>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>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>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>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> <li><b>Previous Perspective</b>: Activates the previous open perspective in the list of most recently used perspectives.</li>
</ul> </ul>

View file

@ -18,7 +18,7 @@ function changeSize(theImage,wd,ht) {
<h1>New Project Wizard - Standard Make, Binary Parser</h1> <h1>New Project Wizard - Standard Make, Binary Parser</h1>
<p>You can select the Binary Parsers you require for the project. </p> <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> 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> <p><img src="../images/new_proj_wz_std_binary.png" alt="New Project Wizard, Standard Make, Binary Parser"></p>

View file

@ -15,7 +15,7 @@
<h1>Setting reminders</h1> <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 <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 that you
want to verify.</p> want to verify.</p>