mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
54 lines
No EOL
2.1 KiB
HTML
54 lines
No EOL
2.1 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>Selecting Views and Editors</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Selecting Views and Editors</h1>
|
|
|
|
<p>To see a list of all views, from the menu bar choose <b>Window > Show View > Others</b>. </p>
|
|
<p><img src="../images/show_view.png" alt="Show View Dialog Box"></p>
|
|
|
|
The following views comprise the C/C++ Projects View:
|
|
|
|
<h3>Basic views</h3>
|
|
<dl>
|
|
<dt>Console</dt><dd>Displays the application's output.</dd>
|
|
<dt>Navigator</dt><dd>Displays the file system under the <b><i>launchdir</i>/workspace</b> directory.</dd>
|
|
<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>
|
|
<dt>Problems</dt> <dd>Displays problems.</dd>
|
|
<dt>Properties</dt><dd>Displays the name, path, size, permissions, and last modified date of the resource highlighted in the <b>Navigator</b> view.</dd>
|
|
<dt>Search</dt><dd>Displays the results of file or text searches.</dd>
|
|
</dl>
|
|
|
|
<h3>C views</h3>
|
|
<dl>
|
|
<dt>C/C++ Projects</dt> <dd>Displays your current projects. This is similar to the <b>Navigator</b> view, except that:
|
|
<ul>
|
|
<li>Only projects and their contents are displayed</li>
|
|
<li>You are able to view the "building blocks" of the files, such as the include files and the functions.</li>
|
|
</ul></dd>
|
|
</dl>
|
|
|
|
|
|
<h3>Make views</h3>
|
|
<dl>
|
|
<dt>Make Targets</dt> <dd>Lists your projects. To build a project, double-click on it..</dd>
|
|
</dl>
|
|
|
|
|
|
<h3>Editor view</h3>
|
|
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 Navigator views.
|
|
|
|
<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> |