Files
openide/python/educational-python/resources/tips/CloseOthers.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
511 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>
There are two ways of closing all tabs in the editor, except the current one:</p>
<ul>
<li>First, right-click the editor tab, and choose <span class="control">Close Others</span> on the context menu.</li>
<li>Second, keeping the Alt key pressed, click <img src="images/close1.png"/> on the editor tab.</li>
</ul>
<p class="image">
<img src="images/close_others.png"></p>
</body>
</html>