mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 04:09:09 +07:00
edu --> educational-python educational --> educational-core interactive-learning --> student
13 lines
548 B
HTML
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>
|