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

15 lines
506 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>Hover your mouse pointer over a warning, error stripe or just some section of source code
on the scroll bar outside of the scroll box, and you will see a lens:</p>
<p class="image"><img src="images/lens.png"></p>
<p>If the lens annoys you, get rid of it by clearing the check box on
the context menu of the code analysis marker:</p>
<p class="image"><img src="images/lens1.png"></p>
</body>
</html>