blob: f378c36e463d1f74967f6cd04b1e273806b4dee8 [file] [log] [blame]
<!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>Remote C/C++ Views and Editors</title>
<link rel="stylesheet" type="text/css" href="../../help.css">
</head>
<body>
<h1>Remote C/C++ Views and Editors</h1>
<p>The remote C/C++ views are panels that help you perform the tasks involved in creating remote C/C++ programs.
The <b>Remote C/C++ Development</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>Remote C/C++ Development</b> perspective:</p>
<dl>
<dt>Project Explorer</dt><dd>Shows all of the file system's files under your workspace directory.</dd>
<br>
<br>
<dt>Remote Systems</dt><dd>Lets you create connections to remote systems and work with them.</dd>
<br>
<br>
<dt>Remote Shell</dt><dd>Allows you to run and view shell commands.</dd>
<br>
<br>
<dt>Remote C/C++ Editor</dt><dd>Provides specialized features for editing remote C/C++ related files.</dd>
<br>
<br>
<dt>Outline</dt><dd>Displays the structure of the file currently open in an editor.</dd>
<br>
<br>
<dt>Make Targets</dt><dd>Enables you to select the make targets you want to build in your workspace.</dd>
<br>
<br>
<dt>Remote Call Hierarchy</dt><dd>Shows the loaded callers and callees for a selected C/C++ function.</dd>
<br>
<br>
<dt>Remote Type Hierarchy</dt><dd>Shows the hierarchy of a selected type.</dd>
<br>
<br>
<dt>Console</dt><dd>Displays your program's output, as well as the output from your build tools.</dd>
<br>
<br>
<dt>Problems</dt><dd>If you encounter any errors during a build they will be displayed in the Problems view.</dd>
<br>
<br>
<dt>Properties</dt><dd>Shows the attributes of the item currently selected in a view or an editor.</dd>
<br>
<br>
<dt>Search</dt><dd>Shows the results of searches for files or text.</dd>
<br>
<br>
<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>
<br>
<br>
<br>
<b>Related Reference</b>
<br>
<a href="../reference/project_explorer_view.htm">Project Explorer view</a>
<br>
<a href="../reference/remote_c_editor.html">Remote C/C++ Editor</a>
<br>
<a href="../reference/remote_call_hierarchy.html">Remote Call Hierarchy view</a>
<br>
<a href="../reference/remote_type_heirarchy.html">Remote Type Hierarchy view</a>
<br>
<br>
<br>
</body>
</html>