carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_m_navigate.htm
changeset 5 684bf18fdedf
equal deleted inserted replaced
4:4764c8c88759 5:684bf18fdedf
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
       
     2 <html lang="en">
       
     3 
       
     4 <head>
       
     5 <meta http-equiv="Content-Language" content="en-us">
       
     6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
       
     7 <title>Navigate Menu actions</title>
       
     8 <link rel="stylesheet" type="text/css" href="../help.css">
       
     9 </head>
       
    10 <body>
       
    11 
       
    12 <h1>Navigate Menu actions</h1>
       
    13 
       
    14 <p><img src="../images/cdt_menu_navigate.png" alt="Selecting Navigate Menu" ></p>
       
    15 <p>
       
    16 <table border="1" cellspacing="0" cellpadding="3">
       
    17 <tbody>
       
    18 <tr>
       
    19 <th>Name</th><th>Function</th><th>Keyboard Shortcut</th>
       
    20 </tr>
       
    21 
       
    22 <tr>
       
    23 <td valign="top"><b>Go Into</b></td>
       
    24 <td valign="top">Sets the view input to the currently selected element.</td>
       
    25 <td>&nbsp;</td>
       
    26 </tr>
       
    27 
       
    28 <tr>
       
    29 <td valign="top"><b>Go To</b></td>
       
    30 <td valign="top"><ul>
       
    31 	<li><b>Back</b>:&nbsp; This command displays the hierarchy that was displayed immediately prior to the current display.&nbsp; 
       
    32 			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; 
       
    33 			This command is similar to the Back button in an HTML browser.</li>
       
    34 	<li><b>Forward</b>:&nbsp; This command displays the hierarchy that was displayed immediately after the current display.&nbsp; 
       
    35 			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 
       
    36 			Back command.&nbsp; This command is similar to the Forward button in an HTML browser.</li>
       
    37 	<li><b>Up one level</b>:&nbsp; This command displays the hierarchy of the parent of the current highest-level resource.</li>
       
    38 	<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>
       
    39 </ul>
       
    40 </td>
       
    41 <td>&nbsp;</td>
       
    42 </tr>
       
    43 
       
    44 <tr>
       
    45 <td valign="top"><b>Open Type Hierarchy</b></td>
       
    46 <td valign="top">Opens Type Hierarchy view for selected object</td>
       
    47 <td>F4</td>
       
    48 </tr>
       
    49 
       
    50 <tr>
       
    51 <td valign="top"><b>Open Call Hierarchy</b></td>
       
    52 <td valign="top">Opens Call Hierarchy view for selected object</td>
       
    53 <td>Ctrl+Alt+H</td>
       
    54 </tr>
       
    55 
       
    56 <tr>
       
    57 <td valign="top"><b>Open Declaration</b></td>
       
    58 <td valign="top">Opens Declaration for selected object (class, variable...)</td>
       
    59 <td>F3</td>
       
    60 </tr>
       
    61 
       
    62 <tr>
       
    63 <td valign="top"><b>Toggle Source/Header</b></td>
       
    64 <td valign="top">Switches between source and corresponding header files.</td>
       
    65 <td>&nbsp;</td>
       
    66 </tr>
       
    67 
       
    68 <tr>
       
    69 <td valign="top"><b>Open Element...</b></td>
       
    70 <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>
       
    71 <td>Ctrl+Shift+T</td>
       
    72 </tr>
       
    73 
       
    74 
       
    75 <tr>
       
    76 <td valign="top"><b>Open Resource</b></td>
       
    77 <td valign="top">This command displays a dialog that lets you select any resource in the workspace to open it in an editor.
       
    78 </td>
       
    79 <td>Ctrl+Shift+R</td>
       
    80 </tr>
       
    81 
       
    82 <tr>
       
    83 <td valign="top"><b>Show In</b></td>
       
    84 <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>
       
    85 <td>Ctrl+Shift+W</td>
       
    86 </tr>
       
    87 
       
    88 <tr>
       
    89 <td valign="top"><b>Quick Outline</b></td>
       
    90 <td valign="top">Displays outline view for current source file.</td>
       
    91 <td>&nbsp;</td>
       
    92 </tr>
       
    93 
       
    94 <tr>
       
    95 <td valign="top"><b>Next</b></td>
       
    96 <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>
       
    97 <td>Ctrl+.</td>
       
    98 </tr>
       
    99 
       
   100 <tr>
       
   101 <td><b>Previous</b></td>
       
   102 <td>The &quot;previous&quot; definition is based on
       
   103 where the focus is.
       
   104 For example, during a search this entry becomes <b>Previous Match</b>.</td>
       
   105 <td>Ctrl+,</td>
       
   106 </tr>
       
   107 
       
   108 <tr>
       
   109 <td valign="top"><b>Last Edit Location</b></td>
       
   110 <td valign="top">Moves the cursor to the line that contains the last edit.
       
   111 Editor only.</td>
       
   112 <td valign="top">Ctrl+Q</td>
       
   113 </tr>
       
   114  
       
   115 <tr>
       
   116 <td valign="top"><b>Go to Line</b></td>
       
   117 <td valign="top">Open a dialog where you can specify the line number 
       
   118 to which to move the cursor. 
       
   119 Editor only.</td>
       
   120 <td valign="top">Ctrl+L</td>
       
   121 </tr>
       
   122  
       
   123 <tr>
       
   124 <td valign="top"><b>Back</b></td>
       
   125 <td valign="top">Moves the focus to the previous file.
       
   126 Editor only.</td>
       
   127 <td valign="top">Ctrl+Q</td>
       
   128 </tr>
       
   129  
       
   130 <tr>
       
   131 <td valign="top"><b>Forward</b></td>
       
   132 <td valign="top">Returns the focus from the previous file.
       
   133 Editor only.</td>
       
   134 <td valign="top">Ctrl+Q</td>
       
   135 </tr>
       
   136 
       
   137 </tbody>
       
   138 </table>
       
   139 </p>
       
   140 
       
   141 <p class="note"><b>Note: </b>
       
   142 Other <b>Navigate</b> options are used with the JDT.
       
   143 Refer to the <i>Java Development User Guide</i> for details.
       
   144 </p>
       
   145 
       
   146 <p>
       
   147 <img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
       
   148 </p>
       
   149 </body>
       
   150 </html>