carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_views.htm
changeset 5 684bf18fdedf
equal deleted inserted replaced
4:4764c8c88759 5:684bf18fdedf
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
       
     2 <html lang="en">
       
     3 
       
     4 <head>
       
     5 <meta http-equiv="Content-Language" content="en-us">
       
     6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
       
     7 <title>Selecting Views and Editors</title>
       
     8 <link rel="stylesheet" type="text/css" href="../help.css">
       
     9 </head>
       
    10 
       
    11 <body>
       
    12 <h1>Selecting Views and Editors</h1>
       
    13 
       
    14 <p>To see a list of all views, from the menu bar choose <b>Window > Show View > Others</b>. </p>
       
    15 <p><img src="../images/show_view.png" alt="Show View Dialog Box"></p>
       
    16 
       
    17 The following views comprise the C/C++ Projects View:
       
    18 
       
    19 <h3>Basic views</h3>
       
    20 <dl>
       
    21 	<dt>Console</dt><dd>Displays the application's output.</dd>
       
    22 	<dt>Project Explorer</dt><dd>Displays the file system under the <b><i>launchdir</i>/workspace</b> directory.</dd>
       
    23 	<dt>Outline</dt><dd>Displays the functions and header files in your source files. Open a source file in an editor to view its outline.</dd>
       
    24 	<dt>Problems</dt> <dd>Displays problems.</dd>
       
    25 	<dt>Properties</dt><dd>Displays the name, path, size, permissions, and last modified date of the resource highlighted in the  <b>Project Explorer</b> view.</dd>
       
    26 	<dt>Search</dt><dd>Displays the results of file or text searches.</dd>
       
    27 </dl>
       
    28 
       
    29 <h3>C views</h3>
       
    30 <dl>
       
    31 <dt>C/C++ Projects</dt> <dd>Displays your current projects. This is similar to the <b>Project Explorer</b>  view.</dd>
       
    32 </dl>
       
    33 
       
    34 
       
    35 <h3>Make views</h3>
       
    36 <dl>
       
    37 	<dt>Make Targets</dt> <dd>Lists your projects.  To build a project, double-click on it..</dd>
       
    38 </dl>
       
    39 
       
    40 
       
    41 <h3>Editor view</h3>
       
    42 The <b>Editor</b> view is not listed under  <b>Window > Show View </b> or  <b>Window > Show View > Others</b>, it is opened whenever an editable file is opened from the C/C++ Projects or Project Explorer views.
       
    43 
       
    44 <p>
       
    45 <img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement" ><br>
       
    46 <img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
       
    47 </p>
       
    48 
       
    49 </body>
       
    50 </html>