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

18 lines
552 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>In <span class="product">&productName;</span>, you can have multiple cursors.
Having pressed <span class="shortcut">Alt</span>, click the left mouse button
at the desired position to set additional cursors in the editor.</p>
<p>Press <span class="shortcut">&shortcut:EditorEscape;</span> to remove all the additional cursors
but one that resides at the line at caret.</p>
<p class="image"><img src="images/multicursor.png"></p>
</body>
</html>