mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
OpenIDE #106 Problem with downloading libraries for spell cheking
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
<!-- Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project (https://openide.ru). -->
|
||||
<!-- Any modifications are available on the same license terms as the original source code. -->
|
||||
<idea-plugin package="com.intellij.grazie">
|
||||
<id>tanvd.grazi</id>
|
||||
<name>Grazie Lite</name>
|
||||
@@ -48,9 +50,9 @@
|
||||
implementationClass="com.intellij.grazie.ide.inspection.grammar.GrazieInspection"
|
||||
level="GRAMMAR_ERROR" key="grazie.grammar.inspection.grammar.text"/>
|
||||
|
||||
<localInspection bundle="messages.GrazieBundle" groupKey="grazie.group.name" enabledByDefault="true" shortName="LanguageDetectionInspection"
|
||||
implementationClass="com.intellij.grazie.ide.inspection.detection.LanguageDetectionInspection"
|
||||
level="WARNING" key="grazie.detection.inspection.text"/>
|
||||
<!--<localInspection bundle="messages.GrazieBundle" groupKey="grazie.group.name" enabledByDefault="true" shortName="LanguageDetectionInspection"-->
|
||||
<!-- implementationClass="com.intellij.grazie.ide.inspection.detection.LanguageDetectionInspection"-->
|
||||
<!-- level="WARNING" key="grazie.detection.inspection.text"/>-->
|
||||
|
||||
<applicationConfigurable parentId="editor" instance="com.intellij.grazie.ide.ui.proofreading.ProofreadConfigurable" id="proofread"
|
||||
key="configurable.group.proofread.settings.display.name" bundle="messages.OptionsBundle"/>
|
||||
|
||||
Reference in New Issue
Block a user