mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 22:17:05 +07:00
18 lines
617 B
HTML
18 lines
617 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<p>You can quickly navigate in the currently edited file with <span class="shortcut">&shortcut:FileStructurePopup;</span>
|
|
(<span class="control">Navigate | File Structure</span>).</p>
|
|
<p>It shows the list of members of the current class. Select an element you want to navigate to and press the
|
|
<span class="shortcut">Enter</span> key or the <span class="shortcut">&shortcut:EditSource;</span> key.</p>
|
|
<p>To easily locate an item in the list, just start typing its name.</p>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|