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

13 lines
548 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>If you lack words in the pre-defined dictionaries, you can create your own ones. A custom dictionary is a mere
textual file with a <span class="code_emphasis">.dic</span> extension, with each word starting on a new line.</p>
<p>All you have to do is to point to the directories where your dictionaries are stored, in the
<span class="control">Spelling</span> page of the <span class="control">Editor Settings/Preferences</span>.</p>
</body>
</html>