mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +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,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Working in an interactive console, you don't need to memorise the command line syntax or available functions.
|
||||
Instead, you can use the familiar code completion <span class="shortcut">&shortcut:CodeCompletion;</span>.
|
||||
Moreover, from within the lookup list, you can press <span class="shortcut">&shortcut:QuickJavaDoc;</span>
|
||||
to view the item's documentation.</p>
|
||||
<p class="image">
|
||||
<img src="images/pyconsole.png"></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user