1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00

Bug #185048 : Doc update

This commit is contained in:
Oleg Krasilnikov 2007-05-03 12:53:12 +00:00
parent ed435952e9
commit 1feefea543
50 changed files with 178 additions and 230 deletions

View file

@ -7,10 +7,10 @@
<script language="JavaScript">
var first = 0;
var last = 21;
var last = 19;
var position = 0;
var cdt_w_basicText= new Array(22)
var cdt_w_basicText= new Array(20)
cdt_w_basicText[0]='cdt_w_basic01.htm';
cdt_w_basicText[1]='cdt_w_basic02.htm';
cdt_w_basicText[2]='cdt_w_basic03.htm';
@ -18,24 +18,21 @@ cdt_w_basicText[3]='cdt_w_basic04.htm';
cdt_w_basicText[4]='cdt_w_basic05.htm';
cdt_w_basicText[5]='cdt_w_basic06.htm';
cdt_w_basicText[6]='cdt_w_basic07.htm';
cdt_w_basicText[7]='cdt_w_basic09.htm';
cdt_w_basicText[8]='cdt_w_basic10.htm';
cdt_w_basicText[9]='cdt_w_basic11.htm';
cdt_w_basicText[10]='cdt_w_basic12.htm';
cdt_w_basicText[11]='cdt_w_basic13.htm';
cdt_w_basicText[12]='cdt_w_basic14.htm';
cdt_w_basicText[13]='cdt_w_basic15.htm';
cdt_w_basicText[14]='cdt_w_basic16.htm';
cdt_w_basicText[15]='cdt_w_basic17.htm';
cdt_w_basicText[16]='cdt_w_basic18.htm';
cdt_w_basicText[17]='cdt_w_basic19.htm';
cdt_w_basicText[18]='cdt_w_basic20.htm';
cdt_w_basicText[19]='cdt_w_basic21.htm';
cdt_w_basicText[20]='cdt_w_basic22.htm';
cdt_w_basicText[21]='cdt_w_basic23.htm';
cdt_w_basicText[7]='cdt_w_basic08.htm';
cdt_w_basicText[8]='cdt_w_basic09.htm';
cdt_w_basicText[9]='cdt_w_basic10.htm';
cdt_w_basicText[10]='cdt_w_basic11.htm';
cdt_w_basicText[11]='cdt_w_basic12.htm';
cdt_w_basicText[12]='cdt_w_basic13.htm';
cdt_w_basicText[13]='cdt_w_basic14.htm';
cdt_w_basicText[14]='cdt_w_basic15.htm';
cdt_w_basicText[15]='cdt_w_basic16.htm';
cdt_w_basicText[16]='cdt_w_basic17.htm';
cdt_w_basicText[17]='cdt_w_basic18.htm';
cdt_w_basicText[18]='cdt_w_basic19.htm';
cdt_w_basicText[19]='cdt_w_basic20.htm';
var cdt_w_basicPic= new Array(22)
var cdt_w_basicPic= new Array(20)
cdt_w_basicPic[0]='../images/cdt_w_basic01.png';
cdt_w_basicPic[1]='../images/cdt_w_basic02.png';
cdt_w_basicPic[2]='../images/cdt_w_basic03.png';
@ -43,46 +40,41 @@ cdt_w_basicPic[3]='../images/cdt_w_basic04.png';
cdt_w_basicPic[4]='../images/cdt_w_basic05.png';
cdt_w_basicPic[5]='../images/cdt_w_basic06.png';
cdt_w_basicPic[6]='../images/cdt_w_basic07.png';
cdt_w_basicPic[7]='../images/cdt_w_basic09.png';
cdt_w_basicPic[8]='../images/cdt_w_basic10.png';
cdt_w_basicPic[9]='../images/cdt_w_basic11.png';
cdt_w_basicPic[10]='../images/cdt_w_basic12.png';
cdt_w_basicPic[11]='../images/cdt_w_basic13.png';
cdt_w_basicPic[12]='../images/cdt_w_basic14.png';
cdt_w_basicPic[13]='../images/cdt_w_basic15.png';
cdt_w_basicPic[14]='../images/cdt_w_basic16.png';
cdt_w_basicPic[15]='../images/cdt_w_basic17.png';
cdt_w_basicPic[16]='../images/cdt_w_basic18.png';
cdt_w_basicPic[17]='../images/cdt_w_basic19.png';
cdt_w_basicPic[18]='../images/cdt_w_basic20.png';
cdt_w_basicPic[19]='../images/cdt_w_basic21.png';
cdt_w_basicPic[20]='../images/cdt_w_basic22.png';
cdt_w_basicPic[21]='../images/cdt_w_basic23.png';
cdt_w_basicPic[7]='../images/cdt_w_basic08.png';
cdt_w_basicPic[8]='../images/cdt_w_basic09.png';
cdt_w_basicPic[9]='../images/cdt_w_basic10.png';
cdt_w_basicPic[10]='../images/cdt_w_basic11.png';
cdt_w_basicPic[11]='../images/cdt_w_basic12.png';
cdt_w_basicPic[12]='../images/cdt_w_basic13.png';
cdt_w_basicPic[13]='../images/cdt_w_basic14.png';
cdt_w_basicPic[14]='../images/cdt_w_basic15.png';
cdt_w_basicPic[15]='../images/cdt_w_basic16.png';
cdt_w_basicPic[16]='../images/cdt_w_basic17.png';
cdt_w_basicPic[17]='../images/cdt_w_basic18.png';
cdt_w_basicPic[18]='../images/cdt_w_basic19.png';
cdt_w_basicPic[19]='../images/cdt_w_basic20.png';
var screenText= new Array(22)
var screenText= new Array(20)
screenText[0]='Eclipse Workbench';
screenText[1]='Opening the C/C++ Perspective';
screenText[2]='The C++ Perspective';
screenText[3]='Creating a New Project';
screenText[4]='New Project Wizard';
screenText[5]='New Managed Make C++ Project';
screenText[6]='Select a Target';
screenText[7]='C/C++ Indexer Configuration';
screenText[8]='New C++ Project in the Workbench';
screenText[9]='Create a New File';
screenText[10]='New File Wizard';
screenText[11]='New File in the Workbench';
screenText[12]='Entering Code in the New .cpp File';
screenText[13]='Stepping Through the Code in Outline View';
screenText[14]='Save the File';
screenText[15]='Displaying New Executables in the Projects View';
screenText[16]='Selecting Run from the Menu';
screenText[17]='Run Wizard';
screenText[18]='Selecting the Program to Run';
screenText[19]='Run Configuration';
screenText[20]='Console View with Program Running';
screenText[21]='Console View with Program Terminated';
screenText[1]='Creating a New Project';
screenText[2]='New Project Wizard';
screenText[3]='Define project name';
screenText[4]='Select project type';
screenText[5]='Select toolchain';
screenText[6]='Select configurations';
screenText[7]='New Project created in Workspace';
screenText[8]='New File creation menu';
screenText[9]='New File creation dialog';
screenText[10]='New File created in Workspace';
screenText[11]='Entering Code in the New .cpp File';
screenText[12]='Stepping Through the Code in Outline View';
screenText[13]='Save the File, build the Project';
screenText[14]='Displaying New Executables in the Projects View';
screenText[15]='Selecting Run from the Menu';
screenText[16]='Run Wizard';
screenText[17]='New Run Configuration created';
screenText[18]='Console View with Program Running';
screenText[19]='Console View with Program Terminated';
function nav_a() {
@ -146,7 +138,7 @@ function goBack() {
</head>
<body>
<h2>CDT Managed Make Tutorial</h2>
<h2>CDT New Project Tutorial</h2>
<IFRAME name=textFrame SRC="cdt_w_basic01.htm" TITLE="cdt_w_basic Text" MARGINWIDTH=0 MARGINHEIGHT=0 width="90%" height="180" frameborder=0 SCROLLING=auto></IFRAME>
<hr>
<table width="120px" border="0" cellspacing="0" summary="" >

View file

@ -13,9 +13,9 @@ function newWin(url) {
</head>
<body>
<h3>Start Eclipse</h3>
<p>We will now walk though the process of creating a simple Managed 'Hello World' application using the CDT.</p>
<p>The image below shows the standard Workbench. To start, open the C/C++ perspective.
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>
<p>We will now walk though the process of creating a simple 'Hello World' application using the CDT.</p>
<p>The image below shows the standard Workbench.
If you have not already installed the CDT, you can find the procedures <a href="javascript:void(0)" onClick="newWin('cdt_w_install_cdt.htm')">here</a>.</p>
</body>
</html>

View file

@ -5,13 +5,15 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
<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>
</head>
<body>
<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.</i></p>
<h3>Create a project</h3>
<p>You can now create a <a href="javascript:void(0)" onClick="newWin('../concepts/cdt_c_projects.htm')">C/ C++ project </a>by clicking <b>File > New > Project</b>.</p>
</body>
</html>

View file

@ -5,16 +5,12 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
<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>
</head>
<body>
<h3>C/C++ Perspective</h3>
<h3>New Project Wizard</h3>
<p>This is the <a href="javascript:void(0)" onClick="newWin('../concepts/cdt_c_perspectives.htm')">C/C++ Perspective</a>, notice the C/C++ Projects view on the left, and the Outline view has moved to the right. The center area is reserved for your <b>Edit</b> view.</p>
<p>There may be other views available in your workbench such as the <b>Navigator</b> or <b>Make Targets</b> views.
<p>You will now see the <b>New Project</b> wizard. Open a C or C++ folder and select corresponding project.
</p>
</body>
</html>

View file

@ -5,15 +5,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
<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>
</head>
<body>
<h3>Create a project</h3>
<p>You can now create a <a href="javascript:void(0)" onClick="newWin('../concepts/cdt_c_projects.htm')">C/ C++ project </a>by clicking <b>File > New > Project</b>.</p>
<h3>New Project</h3>
<p>Enter a name for the project. You can also enter a new path for your project by deselecting the <b>Use Default Location</b>
checkbox and entering the new path in the <b>Location</b> text box.</p>
</body>
</html>

View file

@ -7,10 +7,11 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h3>New Project Wizard</h3>
<p>You will now see the <b>New Project</b> wizard. Open a C or C++ project and select Managed Make project.
A Standard Make C/C++ project requires you to provide a makefile, a Managed Make project will create one for you.</p>
<h3>New Project (continue)</h3>
<p>Select required item on the left pane.</p>
<p>If you want to provide a makefile yourself, select 'Makefile project'.
<br>Else select required project type (Executable, Shared Library or Static Library).
<br>In this case a makefile will be created by CDT.</p>
</body>
</html>

View file

@ -7,10 +7,15 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h3>New Project</h3>
<p>Enter a name for the project. You can also enter a new path for your project by deselecting the <b>Use Default Location</b>
checkbox and entering the new path in the <b>Location</b> text box.</p>
<p>Click <b>Next</b>.</p>
<h3>New Project (continue)</h3>
<p>Select required toolchain on the right pane.</p>
<p>Tool chain is a set of tools (compiler, linker, assembler) intended to build your project.
Additional tools, like debugger, can be associated with tool chain.<br>
There can be several toolchains available, depending on compilers installed in your system.
<p>
<p>You can click <b>Finish</b> just on this page. A project will be created with
default settings and full set of configurations.<br>
If you want change them, press <b>Next</b></p>
</body>
</html>

View file

@ -7,9 +7,14 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h3>Select a Project Type</h3>
<p>Select the type of project that you want to build, and the default configurations to be created.</p>
<p>Click <b>Next</b>.</p>
<h3>Select Configurations</h3>
<p>If you pressed <b>Next</b> on the first Wizard page, 'Select Configurations' page will be shown.</p>
<p>Select configurations to be created.</p>
<p>Click <b>Finish</b>. A project will be created with default properties.<br>
If you want change them, press <b>Advanced Settings</b> button before. Project
<a href=../reference/cdt_u_properties.htm>properties dialog</a> will be displayed.</p>
</body>
</html>

View file

@ -7,10 +7,10 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h3>Additional Project Settings</h3>
<p>Click the <b>Error Parsers</b> tab, select the Error Parsers you require for the project.
You can also change the order in which Error Parsers are called. You can select all of them if you choose.</p>
<h3>New Project</h3>
<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>
</body>
</html>

View file

@ -1,16 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h3>Additional Project Settings</h3>
<p>Click the <b>C/C++ Indexer</b> tab and ensure that the Full C/C++
Indexer is selected. Otherwise, search capabilities, and other tools
that require search, will be disabled for your project. </p>
<p>Click <b>Finish</b> to close the dialog box.</p>
<h3>Create a file</h3>
<p>Create a new cpp file (such as main.cpp) by right clicking your project and selecting <b>New > Source File</b>.</p>
</body>
</html>

View file

@ -7,9 +7,11 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h3>Create a file</h3>
<h3>New Project Files</h3>
<p>You should now see the new file located in the Projects View under the project, and the new file should be open in the <b>Editor</b> view.</p>
<p>Create a new cpp file (such as main.cpp) by right clicking your project and selecting <b>New > File</b>.</p>
</body>
</html>

View file

@ -1,17 +1,26 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
<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>
</head>
<body>
<h3>Create a file</h3>
<p>You should now see the <b>New File</b> wizard.</p>
<p>Enter the name of your file in the <b>File name</b> text area then click <b>Finish</b>.</p>
<h3>Enter code</h3>
<p>Enter the code in the <a href="javascript:void(0)"
onclick="newWin('hw_example.htm')" title="click here to get the code">main.cpp</a>
file that was just created.
You can double click the <b>main.cpp</b> tab in the <b>Editor</b>
view to expand the view. <br>
<i>Note: Leave a blank line at the end of the code, some compilers
require one.</i></p>
<p>You will notice an asterisk in front of the file name on the tab in
the <b>Editor</b> view. The asterisk indicates that the file has
changed but has not been saved.</p>
</body>
</html>

View file

@ -1,17 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h3>New Project Files</h3>
<p>You should now see the new file located in the Projects View under the project, and the new file should be open in the <b>Editor</b> view.</p>
<h3>Step through the code</h3>
<p>You will also see the <b>Outline</b> view has also been populated
with objects created from your code. </p>
<p>If you select an item from the <b>Outline</b> view, the
corresponding text in the editor is highlighted.</p>
</body>
</html>

View file

@ -5,22 +5,14 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
<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>
</head>
<body>
<h3>Enter code</h3>
<p>Enter the code in the <a href="javascript:void(0)"
onclick="newWin('hw_example.htm')" title="click here to get the code">main.cpp</a>
file that was just created.
You can double click the <b>main.cpp</b> tab in the <b>Editor</b>
view to expand the view. <br>
<i>Note: Leave a blank line at the end of the code, some compilers
require one.</i></p>
<p>You will notice an asterisk in front of the file name on the tab in
the <b>Editor</b> view. The asterisk indicates that the file has
changed but has not been saved.</p>
<h3>Save the file</h3>
<p>Now save the main.cpp file by clicking <span
style="font-weight: bold;">FILE &gt; SAVE</span> or typing <b>CTRL+S</b>,
and build your project by typing <b>CTRL+B</b>.</p>
<p>You can read through the build messages in the <b>Console</b> view.
The project should build successfully, showing the following message:</p>
<p><tt>Finished building target: HelloWorld.exe</tt></p>
</body>
</html>

View file

@ -7,12 +7,9 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h3>Save the file</h3>
<p>Now save the main.cpp file by clicking <span
style="font-weight: bold;">FILE &gt; SAVE</span>, and build your
project by typing <b>CTRL+B</b>.</p>
<p>You can read through the build messages in the <b>Console</b> view.
The project should build successfully, showing the following message:</p>
<p><tt>Build complete for project HelloWorld</tt></p>
<h3>Run the application</h3>
<p>You can run your application within the C/C++ Perspective. To do so
click <b>Run &gt; Open Run Dialog...</b></p>
<p></p>
</body>
</html>

View file

@ -7,9 +7,11 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h3>View Executable</h3>
<p>Navigate to the <b>C/C++ Projects</b> view and expand the Binary
object. You will now see the executables listed. </p>
<p></p>
<h3>Run Configuration</h3>
<p>You should now see the <b>Run</b> dialog box.<br>
Navigate to the left pane and select <b>C/C++ Local Application</b>.
Then press <b>'New'</b> button (the leftmost in toolbar) or select
<b>'New'</b> from context menu.</p>
</body>
</html>

View file

@ -7,9 +7,11 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h3>Run the application</h3>
<p>You can run your application within the C/C++ Perspective. To do so
click <b>Run &gt; Run...</b></p>
<p></p>
<h3>Run Configuration (continue)</h3>
<p>New Run Configuration created now.<br>
Its name and path to executable are given from selected project ('HelloWorld' in our case).
You can change project or application using 'Browse' buttons on 'Main' tab.
</p>
<p>Press <b>'Run'</b></p>
</body>
</html>

View file

@ -1,18 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h3>Run Configuration</h3>
<p>You should now see the <b>Run Configurations</b> dialog box,
navigate to the <b>Configurations:</b> view, and then double click <b>C/C++
Local</b> <span style="font-weight: bold;">Application</span>. This
will create your Run Configuration. Select the new Run Configuration,
named HelloWorld, in the <b>Configurations</b> view.</p>
<p>Now click the <b>Main</b> tab and then the <b>Search</b> button.</p>
<h3>Console View</h3>
<p>You should now see the application running in the <b>Console</b> view.
The <b>Console</b> will also show which application is running in a title bar.
You will notice that the view can be configured to display different elements (such as user input elements) in different colors.</p>
<p>Type in your name and hit Enter.</p>
</body>
</html>

View file

@ -1,15 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h3>Program Selection</h3>
<p>The <b>Program Selection</b> dialog box will appear. Select the
executable you would like to run and click <b>OK</b>.</p>
<p></p>
<h3>Run complete</h3>
<p>The title bar in the <b>Console</b> view will show you when the program has terminated.</p>
</body>
</html>

View file

@ -1,18 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h3>Run Configuration</h3>
<p>The executable file should appear in the <b>C/C++ Application</b> text area.</p>
<p>Click <b>Apply</b>, and then click <b>Run</b> to run the application.</p>
</body>
</html>

View file

@ -1,18 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h3>Console View</h3>
<p>You should now see the application running in the <b>Console</b> view.
The <b>Console</b> will also show which application is running in a title bar.
You will notice that the view can be configured to display different elements (such as user input elements) in different colors.</p>
<p>Type in your name and hit Enter.</p>
</body>
</html>

View file

@ -1,15 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h3>Run complete</h3>
<p>The title bar in the <b>Console</b> view will show you when the program has terminated.</p>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB