mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 08:13:09 +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="../../../python-community-ide-resources/resources/tips/css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
To open any class in the editor quickly, press <span class="shortcut">&shortcut:GotoClass;</span>
|
||||
(<span class="control">Navigate | Class</span>)
|
||||
and start typing the name of the class. Choose the class from a drop-down list that appears.</p>
|
||||
<p class="image">
|
||||
<img src="images/goto_class.png"></p>
|
||||
<p>
|
||||
You can open any file in your project in a similar way by using <span class="shortcut">&shortcut:GotoFile;</span>
|
||||
(<span class="control">Navigate | File</span>)</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user