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

14 lines
482 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>
If you have already spent some time working in an interactive console,
you don't need to re-type the previously entered commands to repeat them.
Instead, press <span class="shortcut">&shortcut:EditorScrollUp;</span> and
<span class="shortcut">&shortcut:EditorScrollDown;</span> to scroll through
the history of commands.</p>
</body>
</html>