mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
14 lines
1.9 KiB
HTML
14 lines
1.9 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>スペルと文法のチェック</b></p><p>スペルと文法のチェックはデフォルトで有効になっています。これらのチェックは、IDE にバンドルされている Grazie プラグインにより提供されます。校正設定を構成するには、 <span class="shortcut">&shortcut:ShowSettings;</span> を押して「<span class="shortcut">エディター | 自然言語 | 文法</span> 」に移動します。</p><p>コメント、本体の文字列、リテラルを含むすべてのテキストは、事前定義の辞書またはカスタム辞書を使用して検査されます。タイポがハイライトされるので、正しい単語を選択したり、現在のスペルを受け入れたり、インスペクションを無効にしたりできます。</p><p>スペルまたは文法のエラーを修正するには、 <span class="shortcut">&shortcut:ShowIntentionActions;</span> を押して、使用可能なアクションのリストを表示します。</p></body></html> |