mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
From Dave Williams: This patch is a cleanup of some script references, tags and format changes within the HTML required by translation tools.
This commit is contained in:
parent
aceec3d10f
commit
e40dd5c703
74 changed files with 95 additions and 134 deletions
|
@ -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 @@ the relevance of each proposal is determined in the following order:</p>
|
|||
</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
|
||||
"<b>.</b>", "<b>-></b>" or "<b>::</b>".</p>
|
||||
"<b>.</b>", "<b>-></b>" or "<b>::</b>".</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>
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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');
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 @@ function changeSize(theImage,wd,ht) {
|
|||
<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>
|
||||
|
|
|
@ -17,9 +17,9 @@ int main()
|
|||
{
|
||||
string yourName;
|
||||
|
||||
cout << "Enter your name: ";
|
||||
cin >> yourName;
|
||||
cout << "Hello " + yourName << endl;
|
||||
cout << "Enter your name: ";
|
||||
cin >> yourName;
|
||||
cout << "Hello " + yourName << endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
@ -15,7 +15,6 @@ function changeSize(theImage,wd,ht) {
|
|||
}
|
||||
</script>
|
||||
</head>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Manage include paths dialog box</h1>
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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 & 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 & 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>
|
||||
|
|
|
@ -27,7 +27,7 @@ which to run your application.</p>
|
|||
<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 & 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 & 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>
|
||||
|
|
|
@ -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 & 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 & 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>
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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 @@ project.</p>
|
|||
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 @@ project.</p>
|
|||
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>
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
Loading…
Add table
Reference in a new issue