mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 20:05:35 +02:00

All .htm files have changed for Copyright notice change. New search docs (including indexer), new screen caps.
59 lines
No EOL
2.8 KiB
HTML
59 lines
No EOL
2.8 KiB
HTML
<!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>Views in the C/C++ perspective</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Views in the C/C++ perspective</h1>
|
|
|
|
<p>The C/C++ views are panels that help you perform the tasks involved in creating C/C++ programs.
|
|
The <b>C/C++</b> perspective displays these panels in a single Eclipse window. </p>
|
|
|
|
<b>Changing Views:</b>
|
|
<ul>
|
|
<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>
|
|
<li>To reset the current perspective to its original layout, from the menu bar choose <b>Window > Reset Perspective</b>.</li>
|
|
</ul>
|
|
|
|
<p>The following views are commonly used in the <b>C/C++</b> perspective:</p>
|
|
|
|
<dl>
|
|
<dt>C/C++ Projects</dt><dd>Displays, in a tree structure, only elements relevant to C and C++ projects.</dd>
|
|
<dt>Console</dt><dd>Displays your program's output, as well as the output from your build tools.</dd>
|
|
<dt>Editor</dt><dd>The C/C++ editor view provides specialized features for editing C/C++ related files.</dd>
|
|
<dt>Make Targets</dt><dd>Enables you to select the make targets you want to build in your workspace.</dd>
|
|
<dt>Navigator</dt><dd>Shows all of the file system's files under your workspace directory.</dd>
|
|
<dt>Outline</dt><dd>Displays the structure of the file currently open in an editor.</dd>
|
|
<dt>Problems View</dt><dd>If you encounter any errors during a build they will be displayed in the Problems view.</dd>
|
|
<dt>Properties</dt><dd>Shows the attributes of the item currently selected in a view or an editor.</dd>
|
|
<dt>Search</dt><dd>Shows the results of searches for files or text.</dd>
|
|
<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>
|
|
</dl>
|
|
|
|
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
|
<br><a href="cdt_c_over_cdt.htm">CDT Overview</a>
|
|
<br><a href="cdt_c_perspectives.htm">C/C++ perspectives</a>
|
|
</p>
|
|
|
|
|
|
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
|
<br><a href="../reference/cdt_u_console_view.htm">Console view</a>
|
|
<br><a href="../reference/cdt_u_dbg_view.htm">Debug view</a>
|
|
<br><a href="../reference/cdt_u_expressions_view.htm">Expressions view</a>
|
|
<br><a href="../reference/cdt_u_outlineview.htm">Outline view for C/C++</a>
|
|
<br><a href="../reference/cdt_u_variables_view.htm">Variables view</a>
|
|
<br><a href="../reference/cdt_o_views.htm">Views</a>
|
|
</p>
|
|
|
|
<p>
|
|
<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
|
|
<img src="../images/ng00_04a.gif" ALT=" IBM Copyright Statement" >
|
|
</p>
|
|
</body>
|
|
|
|
</html> |