mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 01:45:33 +02:00
fix for bug 192270 - various CHKPII errors found in user docs
This commit is contained in:
parent
8ce70ee5e5
commit
ab6ca2fc19
10 changed files with 12 additions and 12 deletions
|
@ -29,7 +29,7 @@ a project</a><br>
|
|||
width="143" height="21"><br>
|
||||
<a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++
|
||||
elements</a><br>
|
||||
<a
|
||||
|
||||
<a href="../tasks/cdt_t_set_src_fold.htm">Setting Source Folders</a><br>
|
||||
</p>
|
||||
<p><img border="0" src="../images/ngref.gif" alt="Related reference"
|
||||
|
|
|
@ -189,7 +189,7 @@ tr {vertical-align: top;}
|
|||
<tr>
|
||||
<td><p align="right"><b>Project Build Button </b></p></td>
|
||||
<td><p>The toolbar now includes a button that builds the active configuration of the selected project. It's menu lets you quickly build another configuration.</p>
|
||||
<p><img src="../images/nn_buildbtn.png"/></p></td>
|
||||
<p><img src="../images/nn_buildbtn.png"></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
@ -200,9 +200,9 @@ tr {vertical-align: top;}
|
|||
The MinGW toolchain integration automatically detects the location of your MinGW install and sets
|
||||
the paths appropriately.</p>
|
||||
<p>MinGW tool chain for new projects:</p>
|
||||
<p><img src="../images/nn_mingw_project.png"/></p>
|
||||
<p><img src="../images/nn_mingw_project.png"></p>
|
||||
<p>MinGW debugger launch configuration:</p>
|
||||
<p><img src="../images/nn_mingw_debug.png"/></p>
|
||||
<p><img src="../images/nn_mingw_debug.png"></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -57,7 +57,7 @@ There can be several toolchains available, depending on the compilers installed
|
|||
|
||||
<p>You should now see the new project in C/C++ Projects view.</p>
|
||||
<p>If C/C++ perspective was not set as current before, it will be selected now.</p>
|
||||
|
||||
</ol>
|
||||
<h3>Step 2: Creating a new file for the project</h3>
|
||||
<p>Now, you will create a new .cpp file (such as main.cpp) that will contain some code that you will copy from another file into an editor. </p>
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ function newWin(url) {
|
|||
<p><a href="javascript:void(0)" onClick="newWin('../images/cdt_update_find-install.png')">Click here to see an illustration (displayed in a separate window)</a>.</p>
|
||||
<br></li>
|
||||
|
||||
<li>In the <b>Feature Updates</b> window, select <b>Search for new features to install</b> and click <b>Next</b>. <p><b>Note: If you want to search for updates on features that you currently have installed, you can select the option <b>Search for updates of the currently installed features</b>.</p><br><p><br></p><p><a href="javascript:void(0)" onClick="newWin('../images/cdt_update_install_new.png')">Click here to see an illustration</a>.</p>
|
||||
<li>In the <b>Feature Updates</b> window, select <b>Search for new features to install</b> and click <b>Next</b>. <p>Note: If you want to search for updates on features that you currently have installed, you can select the option <b>Search for updates of the currently installed features</b>.</p><br><p><br></p><p><a href="javascript:void(0)" onClick="newWin('../images/cdt_update_install_new.png')">Click here to see an illustration</a>.</p>
|
||||
<br></li>
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Final//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Final//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Final//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Final//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Final//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
|
|
@ -51,7 +51,7 @@ Bar</a></p>
|
|||
src="../images/ngtasks.gif" border="0"><br>
|
||||
<a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++
|
||||
elements</a><br>
|
||||
</a><a href="../tasks/cdt_t_indexer_timeout.htm"></a></p>
|
||||
<a href="../tasks/cdt_t_indexer_timeout.htm"></a></p>
|
||||
<p><img height="21" width="143" alt="Related reference"
|
||||
src="../images/ngref.gif" border="0">
|
||||
<br>
|
||||
|
|
Loading…
Add table
Reference in a new issue