mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 15:06:56 +07:00
[spellchecker] specify "language" attribute in registrations
GitOrigin-RevId: 4ec6a2b6c3f5b80e519d4ef00c1d962e8546b0a2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d0d64c6440
commit
4c519af8cd
@@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
<localInspection shortName="SpellCheckingInspection" bundle="messages.SpellCheckerBundle"
|
<localInspection shortName="SpellCheckingInspection" bundle="messages.SpellCheckerBundle"
|
||||||
key="spellchecking.inspection.name" groupKey="proofread" enabledByDefault="true" level="TYPO"
|
key="spellchecking.inspection.name" groupKey="proofread" enabledByDefault="true" level="TYPO"
|
||||||
|
language=""
|
||||||
implementationClass="com.intellij.spellchecker.inspections.SpellCheckingInspection"/>
|
implementationClass="com.intellij.spellchecker.inspections.SpellCheckingInspection"/>
|
||||||
|
|
||||||
<nameSuggestionProvider id="DictionarySuggestionProvider" implementation="com.intellij.spellchecker.quickfixes.DictionarySuggestionProvider" order="first"/>
|
<nameSuggestionProvider id="DictionarySuggestionProvider" implementation="com.intellij.spellchecker.quickfixes.DictionarySuggestionProvider" order="first"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user