carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/concepts/cdt_c_views.htm
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<html lang="en">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     3
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     4
<head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     5
	<meta http-equiv="Content-Language" content="en-us">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     6
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     7
	<title>Views in the C/C++ perspective</title>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     8
	<link rel="stylesheet" type="text/css" href="../help.css">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     9
</head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    10
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    11
<body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    12
<h1>Views in the C/C++ perspective</h1>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    13
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    14
<p>The C/C++ views are panels that help you perform the tasks involved in creating C/C++ programs.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    15
The <b>C/C++</b> perspective displays these panels in a single Eclipse window. </p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
<b>Changing Views:</b> 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
<ul>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    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>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
	<li>To reset the current perspective to its original layout, from the menu bar choose  <b>Window > Reset Perspective</b>.</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
</ul>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
<p>The following views are commonly used in the <b>C/C++</b> perspective:</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
<dl>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
	<dt>Project Explorer</dt><dd>Shows all of the file system's files under your workspace directory.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
	<dt>C/C++ Projects</dt><dd>Displays, in a tree structure, only elements relevant to C and C++ projects.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
	<dt>Console</dt><dd>Displays your program's output, as well as the output from your build tools.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
	<dt>Editor</dt><dd>The C/C++ editor view provides specialized features for editing C/C++ related files.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
	<dt>Make Targets</dt><dd>Enables you to select the make targets you want to build in your workspace.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
	<dt>Outline</dt><dd>Displays the structure of the file currently open in an editor.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
	<dt>Problems View</dt><dd>If you encounter any errors during a build they will be displayed in the Problems view.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
	<dt>Properties</dt><dd>Shows the attributes of the item currently selected in a view or an editor.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
	<dt>Search</dt><dd>Shows the results of searches for files or text.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    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>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
</dl>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
<br><a href="cdt_c_over_cdt.htm">CDT Overview</a>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
<br><a href="cdt_c_perspectives.htm">C/C++ perspectives</a>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
<br><a href="../reference/cdt_o_views.htm">Views</a>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    48
<p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
<img src="../images/ng00_07.gif" ALT=" IBM Copyright Statement" >
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    52
</body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    53
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    54
</html>