mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 19:28:23 +07:00
edu --> educational-python educational --> educational-core interactive-learning --> student
18 lines
601 B
HTML
18 lines
601 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 elements of the current file. Select an element you want to navigate to and press
|
|
<span class="shortcut">Enter</span> or <span class="shortcut">&shortcut:EditSource;</span>.</p>
|
|
<p>To easily locate an item in the list, just start typing its name.</p>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|