[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[cdt-patch] MBS Doc patch
|
Attached is a patch for the Getting Started -> CDT
Importing an Existing Project Tutorial to match the updated MBS. Note
that there is a link on the fourth page of the tutorial for downloading an
example project. It doesn’t work, but it doesn’t work with
CDT 2.0.x on my system either.
Thanks,
Leo
|
Attachment:
images.zip
Description: images.zip
Index: topics_Getting_Started.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/topics_Getting_Started.xml,v
retrieving revision 1.10
diff -u -r1.10 topics_Getting_Started.xml
--- topics_Getting_Started.xml 25 Jun 2004 17:37:29 -0000 1.10
+++ topics_Getting_Started.xml 5 Dec 2004 19:24:17 -0000
@@ -5,8 +5,9 @@
<toc label="Getting Started">
<topic label="CDT Managed Make Tutorial" href="getting_started/cdt_w_basic.htm"/>
<topic label="CDT Standard Make Tutorial" href="getting_started/cdt_w_standard.htm"/>
- <topic label="CDT Importing an Existing Project Tutorial" href="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/cdt-home/user/Tutorials.html?cvsroot=Tools_Project"/>
- <topic label="CDT Debugging Tutorial" href="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/cdt-home/user/Tutorials.html?cvsroot=Tools_Project"/>
+ <topic label="CDT Importing an Existing Project Tutorial (Managed Make)" href="getting_started/cdt_w_import.htm"/>
+ <topic label="CDT Importing an Existing Project Tutorial (Standard Make)" href="http://download.eclipse.org/tools/cdt/docs/tutorials/import_standard_tutorial/cdt_w_std_import.htm"/>
+ <topic label="CDT Debugging Tutorial" href="http://download.eclipse.org/tools/cdt/docs/tutorials/debug_tutorial/cdt_w_debug.htm"/>
<topic label="How to bring C/C++ source files into Eclipse" href="getting_started/cdt_w_existing_code.htm"/>
<topic label="Updating the CDT" href="getting_started/cdt_w_install_cdt.htm"/>
</toc>
Index: getting_started/cdt_o_tutorial.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_o_tutorial.htm,v
retrieving revision 1.8
diff -u -r1.8 cdt_o_tutorial.htm
--- getting_started/cdt_o_tutorial.htm 24 Jun 2004 10:49:13 -0000 1.8
+++ getting_started/cdt_o_tutorial.htm 5 Dec 2004 19:24:17 -0000
@@ -13,8 +13,9 @@
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_basic.htm">CDT Managed Make Tutorial</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_standard.htm">CDT Standard Make Tutorial</a><br>
-<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/cdt-home/user/Tutorials.html?cvsroot=Tools_Project">CDT Importing an Existing Project Tutorial</a><br>
-<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/cdt-home/user/Tutorials.html?cvsroot=Tools_Project">CDT Debugging Tutorial</a><br>
+<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_import.htm">CDT Importing an Existing Project Tutorial (Managed Make)</a><br>
+<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="http://download.eclipse.org/tools/cdt/docs/tutorials/import_standard_tutorial/cdt_w_std_import.htm">CDT Importing an Existing Project Tutorial (Standard Make)</a><br>
+<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="http://download.eclipse.org/tools/cdt/docs/tutorials/debug_tutorial/cdt_w_debug.htm">CDT Debugging Tutorial</a><br>
<br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_existing_code.htm">How to bring C/C++ source into Eclipse</a><br>
Index: getting_started/cdt_w_import.htm
===================================================================
RCS file: getting_started/cdt_w_import.htm
diff -N getting_started/cdt_w_import.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,158 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//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>CDT Importing an Existing Managed Make Project Tutorial</title>
+ <link rel="stylesheet" type="text/css" href="../help.css">
+
+<script language="JavaScript">
+var first = 0;
+var last = 19;
+var position = 0;
+
+var cdt_w_importText= new Array(20)
+cdt_w_importText[0]='cdt_w_import01.htm';
+cdt_w_importText[1]='cdt_w_import02.htm';
+cdt_w_importText[2]='cdt_w_import03.htm';
+cdt_w_importText[3]='cdt_w_import04.htm';
+cdt_w_importText[4]='cdt_w_import05.htm';
+cdt_w_importText[5]='cdt_w_import07.htm';
+cdt_w_importText[6]='cdt_w_import08.htm';
+cdt_w_importText[7]='cdt_w_import09.htm';
+cdt_w_importText[8]='cdt_w_import10.htm';
+cdt_w_importText[9]='cdt_w_import11.htm';
+cdt_w_importText[10]='cdt_w_import12.htm';
+cdt_w_importText[11]='cdt_w_import13.htm';
+cdt_w_importText[12]='cdt_w_import14.htm';
+cdt_w_importText[13]='cdt_w_import15.htm';
+cdt_w_importText[14]='cdt_w_import16.htm';
+cdt_w_importText[15]='cdt_w_import17.htm';
+cdt_w_importText[16]='cdt_w_import18.htm';
+cdt_w_importText[17]='cdt_w_import19.htm';
+cdt_w_importText[18]='cdt_w_import20.htm';
+cdt_w_importText[19]='cdt_w_import21.htm';
+
+
+var cdt_w_importPic= new Array(20)
+cdt_w_importPic[0]='../images/cdt_w_import01.png';
+cdt_w_importPic[1]='../images/cdt_w_import02.png';
+cdt_w_importPic[2]='../images/cdt_w_import03.png';
+cdt_w_importPic[3]='../images/cdt_w_import04.png';
+cdt_w_importPic[4]='../images/cdt_w_import05.png';
+cdt_w_importPic[5]='../images/cdt_w_import07.png';
+cdt_w_importPic[6]='../images/cdt_w_import08.png';
+cdt_w_importPic[7]='../images/cdt_w_import09.png';
+cdt_w_importPic[8]='../images/cdt_w_import10.png';
+cdt_w_importPic[9]='../images/cdt_w_import11.png';
+cdt_w_importPic[10]='../images/cdt_w_import12.png';
+cdt_w_importPic[11]='../images/cdt_w_import13.png';
+cdt_w_importPic[12]='../images/cdt_w_import14.png';
+cdt_w_importPic[13]='../images/cdt_w_import15.png';
+cdt_w_importPic[14]='../images/cdt_w_import16.png';
+cdt_w_importPic[15]='../images/cdt_w_import17.png';
+cdt_w_importPic[16]='../images/cdt_w_import18.png';
+cdt_w_importPic[17]='../images/cdt_w_import19.png';
+cdt_w_importPic[18]='../images/cdt_w_import20.png';
+cdt_w_importPic[19]='../images/cdt_w_import21.png';
+
+var screenText= new Array(20)
+screenText[0]='Eclipse Workbench displaying The C++ Perspective';
+screenText[1]='Creating a New Project';
+screenText[2]='New Project Wizard';
+screenText[3]='New Managed Make C++ Project';
+screenText[4]='Select a Target';
+screenText[5]='C/C++ Indexer Configuration';
+screenText[6]='New C++ Project in the Workbench';
+screenText[7]='New C++ Project files';
+screenText[8]='Build the Project';
+screenText[9]='Build complete';
+screenText[10]='Change Project Properties';
+screenText[11]='Enable C/C++ Indexer';
+screenText[12]='C/C++ Indexer running';
+screenText[13]='Selecting Run from the Menu';
+screenText[14]='Run Wizard';
+screenText[15]='Run Configuration';
+screenText[16]='Selecting a Project';
+screenText[17]='Selecting a Program to Run';
+screenText[18]='Run Configuration';
+screenText[19]='Console View with Program Running';
+
+
+
+function nav_a() {
+ document.back.src='../images/icon_back.png';
+ document.back.title='Back';
+
+ document.home.src='../images/icon_previous.png';
+ document.home.title='Start Over';
+
+ document.next.src='../images/icon_forward.png';
+ document.next.title='Next';
+ };
+
+function nav_b() {
+ document.back.src='../images/trans.gif';
+ document.back.title='';
+
+ document.home.src='../images/trans.gif';
+ document.home.title='';
+
+ document.next.src='../images/icon_forward.png';
+ document.next.title='Next';
+ };
+
+function nav_e() {
+ document.back.src='../images/icon_back.png';
+ document.back.title='Back';
+
+ document.home.src='../images/icon_previous.png';
+ document.home.title='Start Over';
+
+ document.next.src='../images/trans.gif';
+ document.next.title='';
+ };
+
+function show() {
+ textFrame.location.href = cdt_w_importText[position];
+ document.screen.src = cdt_w_importPic[position];
+ document.screen.alt = screenText[position];
+}
+
+function reset() {
+ position = first;
+ show();
+ nav_b();
+}
+
+function goNext() {
+ if ( position == first ) { nav_a(); };
+ if ( position < last ) { position++; show(); }
+ if ( position == last ) { nav_e(); }
+}
+
+function goBack() {
+ if ( position == last ) { nav_a(); };
+ if ( position > first ) { position--; show()};
+ if ( position == first ) { nav_b(); };
+}
+
+</script>
+
+</head>
+<body>
+<h2>CDT Importing an Existing Managed Make Project Tutorial</h2>
+<center>
+<IFRAME name=textFrame SRC="cdt_w_import01.htm" TITLE="cdt_w_import Text" MARGINWIDTH=0 MARGINHEIGHT=0 width=800 height=200 frameborder=0 SCROLLING=auto></IFRAME>
+<table width="600px" border="0" cellspacing="0" summary="">
+ <tr>
+ <td><img src="../images/trans.gif" align="left" width="22" height="22" onClick="goBack();" title="" name="back"></td>
+ <td><center><img src="../images/trans.gif" width="22" height="22" onClick="reset();" title="" name="home"></center></td>
+ <td><img src="../images/icon_forward.png" align="right" width="22" height="22" onClick="goNext();" title="Next" name="next" ></td>
+ </tr>
+</table>
+<p><img src="../images/cdt_w_import01.png" align="center" width="800" height="600" alt="Eclipse Workbench displaying The C++ Perspective" name="screen" ></p>
+</center>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
+</body>
+</html>
Index: getting_started/cdt_w_import01.htm
===================================================================
RCS file: getting_started/cdt_w_import01.htm
diff -N getting_started/cdt_w_import01.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import01.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +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">
+</head>
+<body>
+<h3>C/C++ Perspective</h3>
+<p>We will now walk though the process of importing a simple Managed Make application using the CDT.</p>
+<p>The image below shows the standard workbench with the C/C++ Perspective.</p>
+
+</body>
+</html>
Index: getting_started/cdt_w_import02.htm
===================================================================
RCS file: getting_started/cdt_w_import02.htm
diff -N getting_started/cdt_w_import02.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import02.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +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">
+</head>
+<body>
+<h3>Create a project</h3>
+
+<p>Create a new C/ C++ project for your existing code by clicking <b>File > New > Project</b>.</p>
+
+</body>
+</html>
Index: getting_started/cdt_w_import03.htm
===================================================================
RCS file: getting_started/cdt_w_import03.htm
diff -N getting_started/cdt_w_import03.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import03.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +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">
+</head>
+<body>
+<h3>New Project Wizard</h3>
+
+<p>You will now see the <b>New Project</b> wizard. For this example open a C++ project and select Managed Make project. </p>
+<p>A Standard Make C/C++ project requires you to provide a makefile, a Managed Make project will create one for you. So if your project already has a makefile you would choose a Standard Make project.</p>
+
+</body>
+</html>
Index: getting_started/cdt_w_import04.htm
===================================================================
RCS file: getting_started/cdt_w_import04.htm
diff -N getting_started/cdt_w_import04.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import04.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,21 @@
+<!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>
+<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>
+
+<body>
+<h3>New Project</h3>
+<p>Enter a name for the project and enter the path for your project by deselecting the <b>Use Default</b>
+checkbox and entering the path to your project in the <b>Location</b> text box. Click <a href="javascript:void(0)" onClick="newWin('http://download.eclipse.org/tools/cdt/docs/tutorials/import_managed_tutorial/import_sample.zip')" title="click here to get the code">here</a> to download this example.</p>
+<p>Click <b>Next</b>.</p>
+
+</body>
+</html>
Index: getting_started/cdt_w_import05.htm
===================================================================
RCS file: getting_started/cdt_w_import05.htm
diff -N getting_started/cdt_w_import05.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import05.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +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">
+</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>
+
+</body>
+</html>
Index: getting_started/cdt_w_import07.htm
===================================================================
RCS file: getting_started/cdt_w_import07.htm
diff -N getting_started/cdt_w_import07.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import07.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +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">
+</head>
+<body>
+<h3>Additional Project Settings</h3>
+<p>Click the <b>C/C++ Indexer</b> tab, ensure Enable C/C++ Indexing is deselected for now. You will enable it later, otherwise search capabilities, and other tools that require search, will be disabled for your project.
+<p>Click <b>Finish</b> to close the dialog box.</p>
+
+</body>
+</html>
Index: getting_started/cdt_w_import08.htm
===================================================================
RCS file: getting_started/cdt_w_import08.htm
diff -N getting_started/cdt_w_import08.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import08.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +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">
+</head>
+<body>
+<h3>New Project</h3>
+
+<p>You should now see the new project in the C/C++ Projects view.</p>
+
+</body>
+</html>
Index: getting_started/cdt_w_import09.htm
===================================================================
RCS file: getting_started/cdt_w_import09.htm
diff -N getting_started/cdt_w_import09.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import09.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +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">
+</head>
+<body>
+<h3>Project Files</h3>
+
+<p>You should also see new 'dot' files in your legacy project's root directory, these are CDT project files.</p>
+
+</body>
+</html>
Index: getting_started/cdt_w_import10.htm
===================================================================
RCS file: getting_started/cdt_w_import10.htm
diff -N getting_started/cdt_w_import10.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import10.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +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">
+</head>
+<body>
+<h3>Build Project</h3>
+
+<p>You can now build your project by selecting <b>Project > Build All</b> from the file menu.</p>
+
+</body>
+</html>
Index: getting_started/cdt_w_import11.htm
===================================================================
RCS file: getting_started/cdt_w_import11.htm
diff -N getting_started/cdt_w_import11.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import11.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +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">
+</head>
+<body>
+<h3>Build Project</h3>
+
+<p>After the project's build is complete, the results will be displayed in the <b>Console</b> view and new objects, such as binaries and includes, will be shown in the <b>Projects</b> view.</p>
+
+</body>
+</html>
Index: getting_started/cdt_w_import12.htm
===================================================================
RCS file: getting_started/cdt_w_import12.htm
diff -N getting_started/cdt_w_import12.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import12.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +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">
+</head>
+<body>
+<h3>Change Project Properties</h3>
+
+<p>You should now enable the indexer, to do so right click on the project and select <b>Properties</b>.</p>
+
+
+</body>
+</html>
Index: getting_started/cdt_w_import13.htm
===================================================================
RCS file: getting_started/cdt_w_import13.htm
diff -N getting_started/cdt_w_import13.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import13.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,17 @@
+<!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>C/C++ Indexer</h3>
+
+<p>Select <b>C/C++ Indexer</b> and click <b>Enable C/C++ Indexing</b>. The Indexer is required for search capabilities and other tools that require search. If the indexer is not selected these tools will be disabled for your project. </p>
+
+
+
+</body>
+</html>
Index: getting_started/cdt_w_import14.htm
===================================================================
RCS file: getting_started/cdt_w_import14.htm
diff -N getting_started/cdt_w_import14.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import14.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +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">
+</head>
+
+<body>
+<h3>C/C++ Indexer</h3>
+
+<p>The indexer will now start discovery, you can monitor the progress in the bottom right corner of the eclipse window. Please keep in mind this can take a substantial amount of time for very large projects.</p>
+
+
+
+</body>
+</html>
Index: getting_started/cdt_w_import15.htm
===================================================================
RCS file: getting_started/cdt_w_import15.htm
diff -N getting_started/cdt_w_import15.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import15.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +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">
+</head>
+<body>
+<h3>Run the application</h3>
+
+<p>You can run your application within the C/C++ Perspective, to do so click <b>Run > Run...</b><p>
+
+
+</body>
+</html>
Index: getting_started/cdt_w_import16.htm
===================================================================
RCS file: getting_started/cdt_w_import16.htm
diff -N getting_started/cdt_w_import16.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import16.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,17 @@
+<!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>You should now see the <b>Run Configurations</b> dialog box, navigate to the <b>Configurations:</b> view, select<b>C/C++ Local</b> and click <b>New</b>.
+This will create your Run Configuration. <p>
+
+
+</body>
+</html>
Index: getting_started/cdt_w_import17.htm
===================================================================
RCS file: getting_started/cdt_w_import17.htm
diff -N getting_started/cdt_w_import17.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import17.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +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">
+</head>
+<body>
+<h3>Run Configuration</h3>
+
+<p>Select the new run configuration in the <b>Configurations:</b> view and click the <b>Main</b> tab to edit your run configuration. </p>
+<p>You can change the name of your run configuration by entering a new name in the<b> Name:</b> text area. </p>
+
+</body>
+</html>
Index: getting_started/cdt_w_import18.htm
===================================================================
RCS file: getting_started/cdt_w_import18.htm
diff -N getting_started/cdt_w_import18.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import18.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +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">
+</head>
+<body>
+<h3>Run Configuration</h3>
+
+<p>To select the project, click the <b>Browse</b> button beside the <b>Project:</b> text area. From the <b>Project Selection</b> window, select the project and click <b>OK</b>.<p>
+
+
+</body>
+</html>
Index: getting_started/cdt_w_import19.htm
===================================================================
RCS file: getting_started/cdt_w_import19.htm
diff -N getting_started/cdt_w_import19.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import19.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +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">
+</head>
+<body>
+<h3>Run Configuration</h3>
+
+<p>Select the new <b>C/C++ Application</b> you want to execute by clicking the <b>Search</b> button and from the <b>Program Selection</b> window choose the appropriate binary from the list and click <b>OK</b>.</p>
+
+
+</body>
+</html>
Index: getting_started/cdt_w_import20.htm
===================================================================
RCS file: getting_started/cdt_w_import20.htm
diff -N getting_started/cdt_w_import20.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import20.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +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">
+</head>
+<body>
+<h3>Run Configuration</h3>
+
+<p>Click <b>Apply</b> to save the run configuration and then click <b>Run</b>.</p>
+
+
+</body>
+</html>
Index: getting_started/cdt_w_import21.htm
===================================================================
RCS file: getting_started/cdt_w_import21.htm
diff -N getting_started/cdt_w_import21.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ getting_started/cdt_w_import21.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +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">
+</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>
+</body>
+</html>
Index: images/cdt_w_import01.png
===================================================================
RCS file: images/cdt_w_import01.png
diff -N images/cdt_w_import01.png
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ images/cdt_w_import01.png 1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,98 @@
+PNG
+
+
+IHDR X ' pHYs Ä Ä+ IDATxìÝy|õýÇñÏä ÜÂ!dA9<ªGE*h±Jïz_UQ*Å«H=hµjÐZ,Å£zHðF¼PXÈ}B®=æ÷Ç$Ã2»;;»ûÍf7¼?g¿û?ï|÷w¾óÝmõªR "7Ý69CDÝÔ= h¦O."Æ?5_¬hÒÎ 4iMÝ æ&#ðÆ¨ /Åߢ¦ÖpÃXÒî:pzí fBÿ£Tüè"Ë6,½9xûXoj=άáàþÙ=P ý¨¬'à¦ÐBª!j
B>P/±ÝC°¼"Á}\9¸7¯m}"NðC°<Ö0Û÷êÍ[ÃòëðïTKp/õ
+~EB?ÎÐÍÛ¼»C=PO}pqÃb?å6ßÁ?ï
+¾7øÞ°>ËHò9¦Å·ærFðÝùÝDÕܲßÇÛ# f$DÀv}[»?Mó¶jÑ2##S¯ò¶ÎLÏJ÷ÕÖU{¥Æë¯õøª}RÛ¶}fîaL? 2qd¶óÊùùùË-ªþµ?,a+ÆZ?B¬ýzU½=«Úyt×öÝzµOí{÷UÖz½â¯ª®«óø5m×ùæ âçðyÅÄV?µL¡V]ZVÝÆÌ³Æö½äüáúö¾¶¬-Ý÷å½Z÷ÕTeîñ¶Øë¯ªÛÅù}ß=ÙþÈ?×O-+î#&%`[î×I÷9¬ÿãòBc¡_^aãô CÅ?acÂÝÕç
+°ÚåvX·aϯO=ò«?Þ"WO~e÷¾ÊvÙ3Údyê23Û¥{·Ôh>=pýk¼ÙvÀM!ßûí?7³?º%¾Ö¶U?Þì6ü.Ê?}XDº§&iýôÑ?7]'FUëÞ."G<͸i¤«~§N÷ e$³À\,tÀêÙæù½ª~híÛ/÷þq?/½¦GûvþOódJë¢kºÇW»ÏW]g®b¤«6ýo´ü À°ï»'Û
+¼YÓêÓUû#o±þ|¦Á¯çt|[È^íújv§£o·y0!uþ{ë/?BQõ>aªløèA÷8ÉX ñD6#[æZC?2l±ºt%áÖÊï~Ì1^qç}ÿ{ïÓ¯Æ:Æ_ëõjº_ô´´´-[ÕuhQ#+[?{Ô\>lÄÝæ²9e,rGM6Ê?ùYØsôÙT:Ó,éuü½Qucý3Ì徿¸ß\þÑÇ2®D~X^hbýP2ͬÓ?º|¿ì~pêïß½À©|÷îAîÈÓüö¿S?å£Î8h8
+ DÅÌXæÍ«X·MMÓõ×=Zënc~yÖqéºîÝï÷ûuÝ/âÝãñT{ª=ë>ZqÆðUT?D¡m×(ì6ü.#]u;ö®gÓè1r²ü\6«üY¹£&é*wÔ=æ)<6)"½ÆL?¥37~üÐáÑd¬>'Ý/"¢Éú÷g¬{Fß_Ôç§úC
+iHW
"Ò/oº&²¶dÚÚeÓúç×ç³ïß½?°Ù?§= "ßýï¾oÿ;õÈÓoÿ;õÿL=ê÷
+ XKOØ
+°v½ùÂ3?OkÛÙ[¯uh×®]fè^]÷ëºÇ¯×ù¼UÞº=û+jªü-¤»~W|=Ç\Þ³æ c¡ãàÛDd÷ê'tì«ÙÆBÎÑw
;¾|Ü\î2ôNKË:aĬ£ï1K6bÛÐ0+øø`àV<j´c ¤søÊ<Vh/tÀJ;qìªêÌZÖ°Qg×TínÕNįë>]÷îõK?Ï»³}µ§¶*sû×)éwö [?`ÌÁ
+ÌÜfÌ×Úµzv§£o·&WD:sçÁ§V/wÔ=æ!ÂM+þ`"¬gd9XÁw®ÿà1±4Yÿ¾¤ IàØUà|,¡VÉ¢z~ñ?+·lÿìÕ9þäüôLMêüi¾¿Ö³µ²jÝ]ª÷äôî=Â~û¾{ª ?*;ê9x& hBÁóÓã#9ïáX½øøó?®¼áÛç·aÓ?6~Ù9Ç¥¥ûýþ:ßîêÚ]û*»îÛÙ"Ý\¥Mÿ÷¯}:ðL
+!OÓÐþÈ÷~ûäÞoÿd4Þi?s°º{×ÖÏ5ç¹Nr·ø¹l±`Lr?xû="ZÏÑS6xÐù¬>'Ý·þ,G û<mÝ{Ó-Ü
+ýò
+()4ç¹÷ÏÎ1A ¢ñ!©Ø¾¿taeeù'ü´å«ø}ëvßnúVjzUemÕÞ½-vïÐk*+³;µ\«Mÿåàë4V~÷T»?7YÒ@û#owLMD:ºUÂÌ??ö
+]ý^ÄzIÉnÇgêänd,M4ËiIî
+§~øJº ¥ô3%Ì5Fåð¦?×÷ÌIî?ÿô=yyÝK#c?ôË.O%??#pO}À¼yäi=òôC8 TÕxUcnÙ°üþãFþfø¨ÞýîÚü£óó?=Iª7mÙ»»Ê[[S«WUz+++35O]?/} wuUõãYË:`
+=ö¤¬ìÏ<;·mÛìu[7üðöF¯Ï&i~ñæMÓêÚ´ó§iÒ²¥ruSÛ?7¥ÜÈI÷ã&E8
h"ùùù?Z?µ
X?ôþ²GNzY (tí#Sb+!Ö²ßÇÙ( À¡ì õI1CV tÛÀ!-©; Ðܰ #` (FÀ P,ÆÛÉæ¶åæg¬Q5áÓË+ ©+BÀ2.ghþOT|é·²NÛ²4è|õƨißýÃOFíC?;¬Ã[Âf¹©Ëv R Ðü>Ñh ˵{\Ê'b# ¾`P"7ñúÛ cv£1ºmãMò$É h~",ËþÒüã;Î}UðßôFF¹óÆW¯*
+Þ£[:XÁX¶lÎR9ð¦¥Kʾe+>÷Sy7óÞxwÒû'<då8Ù<ÆàQ¥pï¢à
xúcézO _äeóý¼?v¸UûÄXSí}'Cv#xÝ?9ø?{ôp?/äVlväI5NÈþËæsb}ûã°ó?íDl3¸B¸EùèB¸phÔ× Ð¢>DhÛôFÝIïAC[¸m0ûçÃ9r®eåOªq/?;ÜJjMHrþF²ùþLÇ °õ!Bäÿ{Úfx,þuU=|û¡A%·ÑFj?æg&ùßQ?çP~ì ÐÌ(;VRýñmX®Âýªø§1âsÕTTõ*ðµVøº7R³ä|E ÎÅ5<?È!˼®pûx³<]ó \Ó¦ÄÒíæk·cßçvûm^µlúoÿTö0Gö¹16<¢Ù¨ (§^U:xèè5_¬hê$f'Ox8<3 ?Z/)))wV3ÃPA C ÖAØÍ7 v<9 ?¸Ø3 b, ÅX 1 ÆÒ¦m{×G5u/? ?çd ` X`®rÿøÍþʽMÛ$ tE®:İ Pø"]? @¼/iìM4ªiÓ¦5ûKȰ K0~l¶
8MÃà¡£?êéXâÅKÝØ[94ùCóQ7{ªS®Ã845í+cßZÿ"B«ÙÜ%ùÀ?PwHm²¿Ùþù\cyðйe³'
+:ײl?÷[¤ÜS?rÆ¡¦ÉÓÕ/V¤Ü¿¢D£"üùãËzÿ¦vUÔ:¯Ü);+ÚÖ"®âľò»«]îEñ·Nñâ%æqàX±óqã6ÙÕË7¬}þMQQIAAÞÈáG.GlÄ]R"%îí2·Ëðë×|q}Aá¤5_\/"?˪\=sæ_§LQØ`8ZvsV¾´zí·;jöHçíô?òÖé{ö)ÜÊOi{Þ]ûöª??¶òuÖÚøFtqÊ?=-n"Ùô\sgÑ'9}ûtÎj1 ÷ý9g5u?Ø% ]ÙïO-Ùå?~-òµØü«mXþô&Nf?ô\%õëç?/;ýÚÿ}v´ª5zÌYçvè×/øÞïø¡¯Ë%"+J]÷O4Ë>þß®
+1ëØ3
+.\»äæ}åÿh¼5aüØÀ%G®ÚdW¸KJJDä¸aýF?*/ϵ¿¢.GÔeøõÛenQ»Ï%Æ?]Sñðà¡s
+ÜE®5_<õ£²U[ã5¯ùè_§Ü¥¶}Ã~|}åÚ/Î=}]?ÞÒcÿE6UÕ¬Ûùó5¯NÒÿÈ[8_ÉVÿpÅÏNñÕ
+ÃOß¶Áã÷t^»ãû?½ÿÅ%#Æ
+ÌÌU²x}þ?¸Üâ6nºòÄIÚ¶×sÍ?µ{Þ8ý·"²bUï¿}97'Î&eWEmàç×ø#*OôÖ·Ïnç¼oÏ¿ÏhIWöûSKvÑ´êÂw^^ÁÉ/¾hTH[ÞǬ¬ëë5myðZd¬¨6FDV¯*µ,%`Ýö÷Ò4--Mó{½íÚ´éÞµ]·ö'ê!"Õï(ÇãÛðÞ%½O~%Öp߯&7o>¢Oà{7oÞì:¼·±Q§5èvXÏÊÊýûvUÄõíæ×Ót]DDÑDÑ4]mrÚïß¹gãì^¿¹ñÂ?cE´¿¢ËåÊÏ?cÙ²ÿ¸Ý?L?vE+'cWC?½{÷9üzwÑÜy
FcìJD~\·Õ[·ïÇu[?èÛMDjkåKíO?¾þÓ&÷
CÖȺi#¾¾r`ÇígµÓqpNÇ}ïþ¼ÆªnëûtË_ô:lDëɧ¸Îþ[õmÖoïãêÒ>ëoÜsúu*Ó<ØéJ\nÛ%"nq»Däx2®:åÿö¼ûv½1µÕÞÛÿ³Êyµð\òõÚ
+ú÷NÙY»*jÇ?ºôãØ¿»·¼yÞ©÷~÷îCãéXn±MÍüPÒ2t-]Ò[HZi»FÜ £éËGGÜZS»¨°PDJfÿ,7´0k®¢²zUé?ac³zUiàrpÍXV¿_ÎLÓZdhé~ÉiÑ£]®m2ûvÉúìÙãnxC4M«Ù0öÊ×Düo<3~À/Ã>sÈï÷¾ÑuÑ4k't]7ÿÍ=¼¿.¢¬(ý8úüi~][TV[멪®Ü_SUUóØäñ-ÚäHöþ»~ZÔéð_ų 3âXQ
+\êÒ±H®Û-óæ9»vyoqËÓ§O/))yzÎõ7Þ*
fƪP6vuéÌR#^ñxêj2?<eê{eÊÈIsg=|ýdU0iÚ\ûŹýÔÐâ)12VËígÔHÞÃ~ñ
÷±Â§Ëvh¶}ï¾-´ìË=óÜPúÙªÖÚa=ÚhóWÿûJWÓ;+^<FDz¯_&.·4¤«W¸DÜRäWA1+0]-ÚÊWUé¯Ú·ný¾yqõöëµúôq}½Ö}ÞY'ÿðÃ1ÇÇ5·cóç?vïw"¢G¬ÚÈX)DíüÝG_<î¨éi-3µÖéÙÓûtiU^äwÃbÑ«Üc¯(MBîO-Ù%?É´iÓDD¼Óz¢~9Û]RXXä0 i¦ë:+ÃKÀúáýõ#Xo»ömËißs»¬!¹ÝÎ+{õ?ÃDä7×þáÏÞ#º3îµø_×E×EÄãõ
ZÀ`TËç÷¯^óÇã©©©ûËü8{èõ§ùüúUW[×DÓý~é2ôf]tÙ¶dj0YF?hmÆ
+ldÂø±
²£#
+éÊPTWP8×±v&¢§Ü/"?®Û:õ½²?p¹{Ëêk.Ë|ÚÔ÷Êæ÷=çëohÙ2«xöl%Û³ò¥?²wWïjÃtFÆÚýíãæI=»ÎYùRXå?ÿÐ%³åO{««=ûE$CZ]1èϳî÷ã?¢uvoY/®¸Hl?=·¨ðEqIaÁ?±«WQ^KDÜn·Ëå***.céJDÞÚÚWµÏWUYýã§£vnRÔóò?ëG?¥ë~Ù³s½u´;bp)_|îS¾ÐýÕ.~¿^¾ø\K
Üño)éjðLÐ=;×2VªQup0móÏ~*Z¤eêéYõ#X¿\ùê?®yxÁsÂíOcH-yyy!³YaõªR³5³q,Ìê÷)kj?ư¦ô×mâÛ¬4=§
>ä
+îÏêõ5ÕÞ±¿üÍ®Zâ÷û?'¯·þ«?åà?Ìo´vÙÙ~¿ÐQ,í·ËÎÞUQaÜáÛÍëO×uyáõO½>_]?·®ÎS[ëóÔÕyêê¼?N¾ÀëWs¸ÇFìmÆztöÜÂÂ+Ïí.Ù°A{töÜ»n¿Þ±tF>ýòÞ½
+
+D¤ °Äh¹2Ñ·¿DÜ[W_7ûÎצ/¨óTUTí¸øÉ·æÜ5MD&ÞWFËvFÇʵ_ʺ6â»é2pÝgÃE¤{ëµ_H|kç.ß~ï6¯îª«2J4Éê%ãÖßݶuëÌêx?Mñâ1Fºjv"]¹ÝnÉ"wÑÈáF(¿{w®|£÷óy|¿Ê½¶ÆWµÏ¿_õºO3÷Û4øñ8û<¨ï¯×ºGéµrõÆAGkvfÃK£8(²òÓU6í?Îùåuo¥hº>éM¯MÓ¿dé¬{]`ýÞq3¨ø@ +ù)zuçà
£ï¨?òõ¢»ýêc¹÷íå+fvÓ«Ü5ÕÞQ
hÉ.Ö?{+¦?ôDðZ6lxtöÜ¢¢"û*³}cx&ªQ®£_Jº&Ѹs°¼þ4é|ðO?Ò5IæûÍô¯äç¿\6ýÃÙý>?0ÛôOD|¾ú?«=ÛCÿ¹ëdË)¿zÍ×~¿þíwkG°N?õd¿_7*8)oáõ¥ûüúeç?Ý¿n<cJ©%0N9ÏXÅäåå-_^îvÛ½>//¯xñ«_´Ko|6G¡
+
+DDyƺzæ£"ò×)wÍÌyÕOÞ(\жev¥HfzÇ®ê{ÇseÈ9Frþ~Ûös}ÔÞW{ÐAÀi#¾{¿×=3ç®ê#ûjì~Üêd[ñøZV{ü>3,]ýïûÞx°®ÆwD?ócTÎ#.·gnq»ÑÌteÜév;jì»wçö:áFݯ{<ÞºÿËo®ë«ªT®2¨ï>GÑ·ßêJi8úoþõåÄâsÆÞýx*aq]4cÔ×Ç4¿Ï®ç/§.Â/£G¶r¥]´ìD9Ûdó`îR÷ÿW¸õ
{;sa¸µB¤o
|°@Dt| PD
+
+
+&$teårRêéJþtÛ寰ê|ib|åh¢éæá:MÓüé/-½
&é?oÛÙª]ͯ$û.ú|~éÙ³·{Óà{{öìmT°çõùD¿_t]0 9ªëº®ë~¿x½¶_O÷Ù~{|
+F°Ïte)q±dr»K=ê
+ZTËÁ2ó\®¼<ó.µËø©à¥÷ßW]]©÷?µÎWUY#ÿúúãzõwêoÛÜýÒE}ϳoÄáûmgMTÞÿýç«ÿÜóÊ{"²ygM]ÜÛ:cäü¸¢eº!"ÿújéìÿ<ÕªMV?ÝwWVæõ:1äZ±m+
+îúÕ'?sý·¸ÅWº×ç«óÔzºùÍ_,º8¯?t¨¦*®ùpu5~ñì6>ÁZC
+þ@×ÖÙ}Ï8! ãn,ûÎTßc¥?Æøå ±K5v«^_Fýþµá-xÁC;=tâI!~C/j+pÈjÚ´iÓ§OwII¸ÝârI^?ä¹òÌu%RB
+ÞJÈQ.åÍ#c9KÀªõ¥H&º4Ì47EK_æÉð¥µÜ»ßg?ÇøJ¸Wðù|¦e·o×þ¨ÁFIàÑb 8hÃãñk~÷ýZM4ãí«|z¼±ÿ ÉãKóûõ?^õ»{rÓÅ/8}þkÿ?ùÔ«oüµ°oß~¼êw?¬rÓÎÓ?û'é~ó:áv¹
+ê?º:ÏXz¨¿LFÆ:åSwÆÞË3wË
+_¯Ø¿#3½ÅÈC?]pÒÀãkýu>sý
+íº´±Çrò~k!R×*DÀzíÓ×
+ÿ9SZIç]j[ïx¢ªÛ8ä_lþ:C«nÑbéê?øÎC¾÷ì.¿ÿõ]Çlùú+¯Dä°Ã\"%T#G\õërñ,+[Ä-ÆÉ\
+UDäÑÙîº=ìQBãÈàÆ?î1êw¯ÇSWç©««óø}~åéªSvÖ:÷6×á?cn¡ÿoßYüÐÙãî+¢ë®~3è
+cz¤?Á¾Ö?ë·D<Dh|ÒIW ÖHçe¨ñ¤Hz.?ìÌg?ê`T)8µNr7«Û-®))))9°®DJHÁ[±ÌÙ2??HÈòC0]I#XÞtI×ü©×?²$Mó§ù÷î×[ìÜ[×-RSNö
+~]¿1l/~¶*ð®ãF³¼¢áËÕûpû
+±ñúÓ}ºþ»{zã¯
ã®.üõù§?v¤qW`ùi/Üó&s>bdIWFáòåË?1Ù`£ø4
+YYÿrô%?νñøNxüß-<mÔ/ü~mÎ]ÓèÛíÒûg¼<ÃnVÄ÷[ÞÑ£ÖnúÖ²s{íÓ×ûè¥Ü=¥dIËm;kó±·öÛjU~Ãq?ó髯|ù_<=ëeèûk:íö?ô«»V¯6ª=:dÈ9^P5éJ`©â¢×]·Û½¸£;ßã Z^}øÉ®Çxj<Þº:_?ׯëjÓ¡Svû§®^õÀ¬(ý¨[®õ<öeàeï¼þðYçß1K×Dyý±É}µÈQÿ+bO"¾?²³~\¿ÅR¸µü»£ê§aýT¾Çá,ã~èì«ùËAåª<¼ü`Ã»Ãø+fwièº<sÏiáÖ?0KDDæU骨 oþà
+˺Ó,GÃ3åTMCÀ²ÈLó¥WÛ¼Xï9Ñ'÷×:>9-cJÓ´Ï>ÿòì3O5ËZÿݧ+W;ü'-jëì?êÄÅëK÷û<ØpËq
+?
+<ÅhÈï§+#§®_¿~Âø±N²ýVcÈlÕVDü~ùÝ?μº}¿îÔ¿øÛÒ7}þs?3cÙ§+'nqÙÅkoêÛ©ëÞêmFÉk¾öøÿ¬V%í[¶ÎZ·kãS#î?ÿî3sg?qÛüÕÿþü§¯Zµjµs{iå[{nüø±k§þÞ¨3~üXùó?c©áR?®:|y»®DF^<éåï¿(gÐDO?×LÙ:eg¹7îìݳ.z·Ü?1L?êò-zô¬î¸WDü~|eä8P}«?ÎÓáÙK%F=§è~OƸK§ºZüõGÒµG?©8uQ`<gÞk,×®ù\DÎ<\D&̶¬k¼Á2RƬhÅv°!`ÕSÓø×®U§ý\¬÷üµWÏIÓÓjUL<9X¦Èêo~0
+wîØl,øý~'Yëê<Á
Q͵áñ¥ûôó3Â-+aæªxæ6éÊís]´?DÁRëÒ3æÏx@Dþyã¸s®¿aÒ_ά ¨÷¯[ƩھgßñýGÞôE¯^"òÚ§¯ÍüßãY"Y?Úwm?-µqç¶ãû?RuÁVéWºÎS^|Û°±ãÿ<ëßM¾Í(1W-YÜ91Kiºýw>uç¬ÎGMزúg\y¯ò.:egmØ´ëðÜð?#|å¿;áö;OG0Ѧ+4UuÆ,j<Y.qH]*OØ=uðVQÑæ½ëׯïÓ§OÖàá"/]óùÄyóË*¤!fkÎ #}q©?çq`½'MIMDMô4EÚ7Eüz?üzMÏLÓ¤Ö£æ§s
+§éرþÛÓëÙ/"û«v:ü*\óÍ÷!&Z
+³[Çòøüi~¿6å¦Ç]]8å¦-#Xfy-[ÓØË?7RRR¢i¦É
+bËUÜLðVà)Ò[ÊsÆ|g? IDAT1p¥Ö-Gÿ'?×~ò\ÕìÖY#ú?êÝUµå»6ߪKåôçYOæúó¬úÉÆòa®ÆÛb ¢¼°ÓØ#¦+É<ît%"eúþ|>߯^mÔteè?õSùxZ8úê%ÿØ?Ê#]%³Æ¾$N?7CV?/#];èØ´hRí
+»c²¤iÓ¦YJ/82{©KÜER %î"%yu-#XÁ-Á¶üÐIW[ÀÊÌjUò̵¶Ê2"ïèÜ-mZµ´vÛ¼¾ýðïkÖT±ß+Rs¡ÃÀ³0øªw?üøÓ¨a~Þìô,£>¯sNNý»6ðgB;vìÏ>ºß¯{ö©ç}ªøýz×=>~çYcùܳOkåY{¢î?%úq¬Þ½{ÙTÈs6eù)befµiheºåóoqÙ/¬ýDj6´¼þ£ÿ¥#öòòÕìÙ7̸i,×ì+48tÊ)ÓÖ¯w1]Öz¸ÈÈÏU¾ÿïÏ{t]O@º2ÄS¹&(A´Jf ¸à`7íñ[Æ7¯»ê?AUÂVØ?³²Î¼qøÒ§?wË%gÞ8<âºNZó_ÕÏb2%O|æUæ²{ÏáRÿåïËpÑɬMÖÚfmúy±Ü£k§M?ïèÐ6˼×ñýå¯ðã?Ní²bû¦óëÚ¿?k[EÙL,CÌÇG?*þKö6íyw.?9£xV³^ÅOß³ï#ηV5vº6fìªÒ%"¨jöì6f¬ª3ÛèÒñ¬»n?·m{úmÛóI@Á"rÆÿo»@SH@º;n½'æuæ#³'å9_·ñ®?sè¤+ °Óf$ UÛ5êß'?ë
+h¦¤zæ&ÚGÿéÚÖ¦ñcCεR®Rî
+rFst''#Xá84öK¼ê 8µ×rn$Q]6 5ïàQ¼xIIIiR ¤ºV?ÀAR!` ?ÇMÍxø§Ù ` Qó³§JºBJ `H:²î ëÍ£Jâf]ÖÌ_ôjË5¬ÿ·´tpÏ©cò*p!:vðÆì:féL`3
}X:cÓ1¦-S;dgB T¡° $?Ïy«ä ?PjN¶ S#XÊ·j¼®4WcFãyK~cFë{| µ
O;æÁù{U,ó=ýÈß¶ÅÞ¯CÒÝ¿íj<uQ½*)*¥ÏËR¼xExÌBê>L EõéKÅÓL>ýÐÙÄ&UvNÞ«¦ÈËx[?±p?´Èj¡ ãyÛdðKVæEÇHèÈø ¤ÄW ?Z~úî¿ï>Ñ?]6©=<À ¥E|¯°·õÜ7«²VñûfUÃâ*çù 6aüØ?ÒÐØì?}Sï½×ÑÊbê½õW=ð¡Ø¤®pïU»e¼_XêÉÊʾwùßû¹KJ.¶§løhSQ?» ÈÕûÆò´ïOó4W/,õÈ*'ùüÉ!]îÓ7åÉ~¿Ï(éqÛ[µ~~âÜöR
)÷LÅ E9ÉXfµ=vå.)÷¼kåÚú8µï÷/¸Ú7«¥Ë3¯dÄËÎ+Ë
¡, pÂ2vµòñ æò;Swdkò¤»g=ü;æÊ.`*.ÍÊÊ
+}¯+¯À-EEEîKòûf}ýØïßýÖÇ:ú¬±áÖ©¸Ôø/CY1ºé¶É6÷>õĬëLȲbø
+HàOßÝwÝi_vVhçGóû}eûÚZÚÙ®²ñ;«ÀÝwÝ)"?<ú8;F°=E°#X6³ÚuÛg(pÍ+,,,,|óóv#Ƴò ÷ñÇ´8ÓUûúáë½ÙçÚÞü¼+fË-Y¯¤>&<@U¾Ï¯°üãn~ÔRgÓ×%¤w¡?sî8cáí·Þ°/4üþÎÛ{|6;FÒT{+xnûn6~ýäo&þ{QAA?.ý:çI]}ô?N¸è©¨ú*×&??¿¶ë¯D$kÛ"³$äo~?CÆJ?rÖÆ}u¢è*üô×k"®öÙ÷Vì§ókÿÍ7^óÆ?oìÛ·ßúÇÙsiG0dØÕ«J7Û\©ÚSD
+XOÀÒ7|4í¡¿K¦?´éÌA;EdÞ¼å
õ«d]÷àFÍ»Ö\οüÙàÆÃUVí,w«´Ê²eÆ
ÃMh+Y×=ª5dØ1?0Î?<?Q³ Eû1`H9ã"rÿÜ·í+ëб³±°g÷:?÷úý>KIBîÂuø¶[ozbÎSñìoÆÆhĤd/Ðä{¦ÚS8ÁZúÜ_~¹¸¤àÁ÷E¤O>?g{+*sëãòÞ?-,y¶`ìµEÁ
+Ë6,wE,³|Ù¼kÃÕ±Ôwx
+§'ªèy~~¾ñò¾HùùùYý/·YïãòÞ ÇJþÌä\ð±s Í?åÄWk<%¸Bÿ©ËÃÝ+"sºîÞYì;ËöÛÒýþÝ;·ÅvÚ×-·#x}Ñ6o½ù9O>Ó4}DG"
pO1`8AC^^Û媿±|¹¸KJÄíK~¶£Që?'/wó+Ágy0ËÃUÙ?hËÍö??íwÞyWpÉgl*Ô!W-C~~~û!W{¦Ïvô2§kõªÒàÏùÇGðÄX6KÿL±ü{(dËÍéC 99 òîX¿{Á]ý¨ßÒÀû?ðîXÿã3wåté¾sûf³?Û7wÌéºsûf£<°tÌéjÔ1¶kçt9pd&pKÅ¢
ówÎ?øpn¾ñº'þK´;ó_£<øûÜ,÷
oÃþû?νI3ætû;üçÝÅý¯¼FDJÜbÛ-®))2Öê},-kÙþìðW·)7ßxò¿°EV
?]xáïw
þ~áÂÇ.yW`ÑqÓRÙù©íÖ\½o?óbug
+-Á+ܺ![üP5û?&çp6UÇ_?jTþ¦ð×
+nÁ( ®³}k¹åÞÀrÉéÒ}ûÖò.Ýr-%jË?×_óôÜçâÇrþííäܦ
à½IÈÆcÐÒD1ËPXâ<È_Va¤«¢¼ù+DÄåÊ.(pÈ)§²ö¿Á-l9¸Âßg./|ìBcá·SßW¸n`¹Ñ²¹`Ù¥Ð\Ñ,±t,ðæÂÇ.´l7PùOXàásO¼-Ü*?Öz9ÌXÁcHÁÏ?5YÖ?èÐù? hBP2xõgÍýc¾ûÓÄ?ÃXáJË»t˵i_D.xiÈÁ?æ¿\9Øõ×]5÷/ÏǶ#?Pßçö;{Áí¿ÿí?t2V¿"¬iHWÆVíÏEäÌÁÃEdâÈl£NIIIQQÁ/W+ºdSáªþe,<ßYærVVpå!×
+Ù~ÈecÁ\Ñ,±´lÞ4ji/p-úw1?T?s??VßSïz&BøIFIÙ'Ñþùr\*ë@ã >¦t¢ÑÝ+%?åö%ÁåËÝ6íO¼¤ÀfG0ÿ"û®»¦à/ÏÅ0îE`¹óÃÞÁ¦ñÀ£Í>fE°D¤ÄÝp×àá"/]óùÄyóË*¤!f=²Àg®uÃ#ÿ{þ¾³nxäáZ¶©Ü?ØÊ,óæ3wfô'\À2ÜðÈÿ¹û4ïùùùG?5ÕX0?iÎ/é¸UN*-û âG+ð »M
fÿ>v_)'x|(èD£þ2ûXêôó¬7Ê7®ëë*߸θ۫oùÆuñ?`%Fá:ÿÊË/ÈÁ;ç§?¸æªË{þ%';'
ëj¼D¸Æ#î¹V¢NÓpp X~Eý/5òeâÈì¥.qI?¸DD&ä¯rû÷¹û´À³oýÅísÞ7«W°é@å!7Ø?¬¬ÁwYJÌFÿ d¼6ÃÆÏ0n?Ã|µ¢ºfö¬SKËÞuþçó·lpMÕ«JïMݬƯ?T<>t¢Q_ðF¿zì|syãµ¹½úËF?
F#fÉÆ
+kÅv+dÆ×þËó3î}yÞsæÀÉ´}ÓUW\òü¯D5e³/ïdÍÅ~obNÀ2÷&É¿+Q¸§ÐV¯*<tô/VßW¼xIÕag\õ¥Ó¦M_V±ôéÏ?_yãð#³
+
+ºÿ;ûM>|ÝIIg6©:Rë-Kõ2U
+ÿ|)^¼¤Ù\R&ð±4§Ç$?˧ïË'Þ;â/g\y¢Ñûç¾½òîcßÉ{qÞüä¿^a<{ý
+×íâÅKJJJ¢>{ #³'åEµó: 0£àØû>KÎãë}niÙ[ʯüF ?KN4Û©ªRKÁ¥½ü?ä¼,4{pbX^¨V1=4udäéI~%"¥e}O`9 öÉGÙWh®.»d¼ôJq²]W?½I81¬¬£'9ººð²XZ6?9ÿFçUßN¼àoó_cG?¢»!VÖÈËE¤´l0 ÍßwHP9÷_?¿/xAkD÷ê¯_úÁs|À 4o`
tñs?
WßbG?^*I¨÷i7¥ÿ{Úø5¹âÅKº?¢¹>. ù°ìýúÿ3¼öÏ$ÙĦù}ÍFq±g$g;ºûþ?'o¦âï?eÙÑ"sØãÇ×TâÙ´õ àaËpLo»@ø²îȦî å1 Ñ)^¼dðÐÑMÝ P)¯=p?%¸¼9=ê$DÀBÊXøú¤¦î¦4dØ
@Ià¿??úÐÍÁB󳫢Ö\î?¥¤ÍÍÞwW÷'ÇÙ8é
+@cáª/Iu¡¤êXMÀ7JbMlMíª¨ýÅÉÏûï½§¤3^úáùwo|÷ñ8[^øú¤Â¢8Û?ºcÀóÞàla¹±¹Vpò?Í»¤qpg+8lÊÒ?hû²Í"nJ°mWEíãG~¼BUFkÎÒ®Ú~GôØ\þÏë©m×JÐXÃÇ."][h."¢k²'çZ3éJÜE4uáùÇÓ2T9oZî
+¹º}³[s² ¦B®UÿCÖ±ÙP¸Gd³-DPFºRÞl´«m»öVZCƪóeHºÈÊÿ<j¹«jÏZc!Úc
gO*È#]tãY &âô&åÑIJE3Yò?óÔs¬ÄÙUQ;jôqÆY÷ì\/ÒÇR!b¦±35´3Z¢ÌX~×\nÕºý¿¦i§||uÕ^'«SëÍM{¬pó?¶Ío¸hö¤W|+NHEF0s@âZì7òc<¤(û:Îspd°q°dWEíÃ|ÞúdsÚ/Ï®³rå*fôë@óåõz
¶í:¾±dëð"òÏÿ¾wöi'UîÛqõpj="®
?VضsÍËXjÝoýÆ%%î òåËçre
Û`öìµcá«Æ<Ñ
+1#`%®ڡCy½uq¶ã©³`Y1Ì>¥|^?´Ëîüêâ¥öíÛÕ(/~û¿}ê¾±u¯Æ!"éÚ?c
Ï?_Tk£ñ³Nè±Á
¯O2fY+.==ç¨oKÆ"]Í^`Ö1§
<è&Æo[³p>Iܦc?ë:ÉjöuBÞ²bCÀJ¯'Þt%"5Õñ7"">¯'»c·ÿñÖqC?ÊéÜ¡¶¶ND:åd÷×yÑ;¿=¬¢RçÍ´c
"rö¥k¾órpð
+-0c-T±HW@*²ìøçÛLñvRØ`Èfí§;DoÓý$wBû§Å¾r]BTXÐ);kÍ×?pxíDX?®ßâð¡®û½^ï§_|v⨡"òQÙº®û|þx®]ÿÎËÅ=r3??:WXXPXx cÅÖ+3cÍ#] ?²³¾ûþ§#úfÜüèåÝr×±oáÇõ[,
[Ë¿9ª~ÖOå{Nr÷ÖÕnûyý¹'é|Øá/.x§ººV×õº:ÏåÆîØòÓöÍn'?;}t_cá½õÇ
+
+éf¨ÒÄ>\
8¨»(0cÅÌÈX
}HW `%?\½rD¤[îÀÎjúæ<]uÊÎÚ´µ~$lÓÖ¯=^_mGDê<×.è3`H
+EÁ<VhÈ9÷ÞÀ{w½ý?ͺs1¸
+\R4{RÌ#X§ç%rT<- à+¡:eg¹7î<<·Úf?§+³æò¨ÁGx<^>øÈÝ£ê²9ÿ-þWçNíå>´±æÀ]?ÛÎÔ·¡°PÜ%RTûñA ?h?²³~*ߣ°ÁhÓUpvUÔzµLñjJ.ãc+ü¹\D$]W«ú»t±;Jh9¸pö$Ò °ªQ"UM+þve¦{D$MDÓ î¢èºd¦{íW4® ©¥/?ÇYFMt]×DtÑ4MÝé?t HE,4"'gµAº ¤¨´ÈU Æ?]óŦî I? @1Gs°/iì~ IbÀÙG6u )ÏQÀ6mZc÷HóË*º Ç!B ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX ° #` (FÀ P @1 b, ÅX e4uP¼xISw8DñéC"`L?¶©» ¢øô!uq @1 b"¢³©|KiÙª¦îEcFKÎE¥y<
+ ÍÒÃzææ°2pÊVÉ6/ÄèXiÙªiÓ¦5u_â2}útãê[,¥/^lo' á/^"eN¿ X#FIÂ}¡Ñ±ûï»ODt¿¿©»ãQÈ?2C)iH~Æ. xñ1ù«Däéjê½÷úS<ZYL½÷^cáÁrþ÷"