Files
openide/python/educational-python/resources/tips/GotoLineInFile.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

17 lines
626 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>
To open any class or file in the editor at the desired line, press <span class="shortcut">&shortcut:GotoFile;</span>
(<span class="control">Navigate | File</span>),
start typing the name, and choose the one from the suggestion list.
Then type the colon (<span class="code_emphasis">:</span>) and a line number.</p>
<p>
The selected file will open with the caret at the specified line.</p>
<p class="image">
<img src="images/gotoFileLineNumber.png"></p>
</body>
</html>