Files
openide/python/educational-python/resources/tips/FileStructurePopup.html
Valentina Kiryushkina 7e5a5b849a Rename educational plugins and update plugin's description
edu --> educational-python
educational --> educational-core
interactive-learning --> student
2016-01-26 19:36:12 +03:00

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>