carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_m_navigate.htm
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2

<!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>Navigate Menu actions</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>

<h1>Navigate Menu actions</h1>

<p><img src="../images/cdt_menu_navigate.png" alt="Selecting Navigate Menu" ></p>
<p>
<table border="1" cellspacing="0" cellpadding="3">
<tbody>
<tr>
<th>Name</th><th>Function</th><th>Keyboard Shortcut</th>
</tr>

<tr>
<td valign="top"><b>Go Into</b></td>
<td valign="top">Sets the view input to the currently selected element.</td>
<td>&nbsp;</td>
</tr>

<tr>
<td valign="top"><b>Go To</b></td>
<td valign="top"><ul>
	<li><b>Back</b>:&nbsp; This command displays the hierarchy that was displayed immediately prior to the current display.&nbsp; 
			For example, if you Go Into a resource, then the Back command in the resulting display returns the view to the same hierarchy from which you activated the Go Into command.&nbsp; 
			This command is similar to the Back button in an HTML browser.</li>
	<li><b>Forward</b>:&nbsp; This command displays the hierarchy that was displayed immediately after the current display.&nbsp; 
			For example, if you've just selected the Back command, then selecting the Forward command in the resulting display returns the view to the same hierarchy from which you activated the 
			Back command.&nbsp; This command is similar to the Forward button in an HTML browser.</li>
	<li><b>Up one level</b>:&nbsp; This command displays the hierarchy of the parent of the current highest-level resource.</li>
	<li><B>Resource</B>: This command allows you to navigate quickly to a resource. For more information see the links to related tasks below.</li>
</ul>
</td>
<td>&nbsp;</td>
</tr>

<tr>
<td valign="top"><b>Open Type Hierarchy</b></td>
<td valign="top">Opens Type Hierarchy view for selected object</td>
<td>F4</td>
</tr>

<tr>
<td valign="top"><b>Open Call Hierarchy</b></td>
<td valign="top">Opens Call Hierarchy view for selected object</td>
<td>Ctrl+Alt+H</td>
</tr>

<tr>
<td valign="top"><b>Open Declaration</b></td>
<td valign="top">Opens Declaration for selected object (class, variable...)</td>
<td>F3</td>
</tr>

<tr>
<td valign="top"><b>Toggle Source/Header</b></td>
<td valign="top">Switches between source and corresponding header files.</td>
<td>&nbsp;</td>
</tr>

<tr>
<td valign="top"><b>Open Element...</b></td>
<td valign="top">Brings up the Open Element selection dialog to open an element in the editor. This dialog shows all types existing in the workspace. </td>
<td>Ctrl+Shift+T</td>
</tr>


<tr>
<td valign="top"><b>Open Resource</b></td>
<td valign="top">This command displays a dialog that lets you select any resource in the workspace to open it in an editor.
</td>
<td>Ctrl+Shift+R</td>
</tr>

<tr>
<td valign="top"><b>Show In</b></td>
<td valign="top">This sub-menu is used to find and select the currently selected resource in another view. If an editor is active, these commands are used to select the resource currently being edited in another view.</td>
<td>Ctrl+Shift+W</td>
</tr>

<tr>
<td valign="top"><b>Quick Outline</b></td>
<td valign="top">Displays outline view for current source file.</td>
<td>&nbsp;</td>
</tr>

<tr>
<td valign="top"><b>Next</b></td>
<td valign="top">The &quot;next&quot; definition is based on where the focus is. For example, during a search this entry becomes <b>Next Match</b>.</td>
<td>Ctrl+.</td>
</tr>

<tr>
<td><b>Previous</b></td>
<td>The &quot;previous&quot; definition is based on
where the focus is.
For example, during a search this entry becomes <b>Previous Match</b>.</td>
<td>Ctrl+,</td>
</tr>

<tr>
<td valign="top"><b>Last Edit Location</b></td>
<td valign="top">Moves the cursor to the line that contains the last edit.
Editor only.</td>
<td valign="top">Ctrl+Q</td>
</tr>
 
<tr>
<td valign="top"><b>Go to Line</b></td>
<td valign="top">Open a dialog where you can specify the line number 
to which to move the cursor. 
Editor only.</td>
<td valign="top">Ctrl+L</td>
</tr>
 
<tr>
<td valign="top"><b>Back</b></td>
<td valign="top">Moves the focus to the previous file.
Editor only.</td>
<td valign="top">Ctrl+Q</td>
</tr>
 
<tr>
<td valign="top"><b>Forward</b></td>
<td valign="top">Returns the focus from the previous file.
Editor only.</td>
<td valign="top">Ctrl+Q</td>
</tr>

</tbody>
</table>
</p>

<p class="note"><b>Note: </b>
Other <b>Navigate</b> options are used with the JDT.
Refer to the <i>Java Development User Guide</i> for details.
</p>

<p>
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</p>
</body>
</html>