Rename educational plugins and update plugin's description

edu --> educational-python
educational --> educational-core
interactive-learning --> student
This commit is contained in:
Valentina Kiryushkina
2016-01-26 15:47:26 +03:00
parent 6d4ac4bc0e
commit 7e5a5b849a
703 changed files with 53 additions and 61 deletions

View File

@@ -0,0 +1,18 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>The shortcuts such as <span class="shortcut">&shortcut:QuickJavaDoc;</span>
(<span class="control">View | Quick Documentation</span>),
<span class="shortcut">&shortcut:ParameterInfo;</span> (<span class="control">View | Parameter Info</span>),
<span class="shortcut">&shortcut:GotoDeclaration;</span> (<span class="control">Navigate | Declaration</span>)
and others can be used not only in the editor but in the code completion popup list as well.</p>
<p class="image"><img src="images/quick_javadoc_in_lookups.png"></p>
</body>
</html>