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

16 lines
820 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>Have you noticed the buttons <img src="images/arrowRight.png"><img src="images/arrow.png">
marking differences in the Differences viewer?</p>
<p>You can simply apply differences between panes, by clicking one of these <i>chevron</i> buttons.</p>
<p>Keep the <span class="shortcut">Ctrl</span> key pressed, and the <i>chevron</i> buttons
change to <img src="images/arrowRightDown.png"><img src="images/arrowLeftDown.png">.
Click one of these buttons to append contents of the current pane of the Differences viewer to the other pane.
</p>
<p>If you keep <span class="shortcut">Shift</span> pressed, the <i>chevrons</i> turn
into <img src="images/remove.png">. Click this button to revert changes. </p>
</body>
</html>