mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
Rename educational plugins and update plugin's description
edu --> educational-python educational --> educational-core interactive-learning --> student
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user