carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/concepts/cdt_c_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>Views in the C/C++ perspective</title>
       
     8 	<link rel="stylesheet" type="text/css" href="../help.css">
       
     9 </head>
       
    10 
       
    11 <body>
       
    12 <h1>Views in the C/C++ perspective</h1>
       
    13 
       
    14 <p>The C/C++ views are panels that help you perform the tasks involved in creating C/C++ programs.
       
    15 The <b>C/C++</b> perspective displays these panels in a single Eclipse window. </p>
       
    16 
       
    17 <b>Changing Views:</b> 
       
    18 <ul>
       
    19 	<li>You can add views to a perspective. From the menu bar choose  <b>Window > Show View > Other</b> and select a new view from the <b>Show View</b> dialog.</li>
       
    20 	<li>To reset the current perspective to its original layout, from the menu bar choose  <b>Window > Reset Perspective</b>.</li>
       
    21 </ul>
       
    22 
       
    23 <p>The following views are commonly used in the <b>C/C++</b> perspective:</p>
       
    24 
       
    25 <dl>
       
    26 	<dt>Project Explorer</dt><dd>Shows all of the file system's files under your workspace directory.</dd>
       
    27 	<dt>C/C++ Projects</dt><dd>Displays, in a tree structure, only elements relevant to C and C++ projects.</dd>
       
    28 	<dt>Console</dt><dd>Displays your program's output, as well as the output from your build tools.</dd>
       
    29 	<dt>Editor</dt><dd>The C/C++ editor view provides specialized features for editing C/C++ related files.</dd>
       
    30 	<dt>Make Targets</dt><dd>Enables you to select the make targets you want to build in your workspace.</dd>
       
    31 	<dt>Outline</dt><dd>Displays the structure of the file currently open in an editor.</dd>
       
    32 	<dt>Problems View</dt><dd>If you encounter any errors during a build they will be displayed in the Problems view.</dd>
       
    33 	<dt>Properties</dt><dd>Shows the attributes of the item currently selected in a view or an editor.</dd>
       
    34 	<dt>Search</dt><dd>Shows the results of searches for files or text.</dd>
       
    35 	<dt>Tasks</dt>	<dd>Lists tasks that want to keep track of, either as a schedule of things 	to do or a history of things that have been done.</dd>
       
    36 </dl>
       
    37 
       
    38 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
       
    39 <br><a href="cdt_c_over_cdt.htm">CDT Overview</a>
       
    40 <br><a href="cdt_c_perspectives.htm">C/C++ perspectives</a>
       
    41 </p>
       
    42 
       
    43 
       
    44 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
       
    45 <br><a href="../reference/cdt_o_views.htm">Views</a>
       
    46 </p>
       
    47 
       
    48 <p>
       
    49 <img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
       
    50 <img src="../images/ng00_07.gif" ALT=" IBM Copyright Statement" >
       
    51 </p>
       
    52 </body>
       
    53 
       
    54 </html>