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

11 lines
360 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>To view which line separators style is used in the current file,
look at the <span class="control">Status Bar</span>:</p>
<img src="images/line_separator.png">
<p>To change the current line ending style, just click the spinner.</p>
</body>
</html>