mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
24 lines
1.4 KiB
HTML
24 lines
1.4 KiB
HTML
<!-- OpenIDE Project -->
|
|
<!-- Copyright (C) 2025 “Open Development Platform” Ltd. (https://openide.ru) -->
|
|
<!-- -->
|
|
<!-- This program is free software: you can redistribute it and/or modify -->
|
|
<!-- it under the terms of the GNU Affero General Public License version 3 or later as published by the Free Software Foundation. -->
|
|
<!-- -->
|
|
<!-- This program is distributed in the hope that it will be useful, -->
|
|
<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
|
|
<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -->
|
|
<!-- GNU Affero General Public License for more details. -->
|
|
<!-- -->
|
|
<!-- You should have received a copy of the GNU Affero General Public License -->
|
|
<!-- along with this program. If not, see http://www.gnu.org/licenses/. -->
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body><p><b>Add custom dictionaries to check spelling</b></p>
|
|
<p>When some words are missing in the pre-defined dictionaries, you can create your own. A custom dictionary is a <span
|
|
class="code_emphasis">.dic</span> text file containing each word on a new line.</p>
|
|
<p>To add new dictionaries, open settings by pressing <span class="shortcut">&shortcut:ShowSettings;</span> and navigate to <span
|
|
class="control">Editor | Natural Languages | Spelling</span>.</p></body>
|
|
</html> |