[Grazie] Move Grazie in settings and change name when bundled

GitOrigin-RevId: 11feca7040d7b0d4e99ef4d5a9dd1ea9ed3eb4a6
This commit is contained in:
Vladislav Tankov
2020-02-01 23:55:00 +03:00
committed by intellij-monorepo-bot
parent 0c35a0ba36
commit 1d092bb870
3 changed files with 6 additions and 2 deletions

View File

@@ -304,6 +304,10 @@ configurable.group.profiler.settings.parent=build
configurable.group.profiler.settings.display.name=Profilers
configurable.group.profiler.settings.description=<html><body>\
Configure integration with different profilers
configurable.group.proofread.settings.display.name=Proofread
configurable.group.proofread.settings.parent=editor
configurable.group.proofread.settings.description=<html><body>\
Configure spelling and grammar checks for text that you write in the IDE
# for com.intellij.psi.css.codeStyle.CssLanguageCodeStyleSettingsProvider.STYLESHEET_GROUP
stylesheet.code.style.group.settings.description=Configure the code style used in the style sheet languages.

View File

@@ -58,4 +58,4 @@ max.number.of.corrections=Maximum number of suggestions
use.single.dictionary=Use single dictionary for saving words
advanced.settings=Advanced settings
settings.tab.dictionaries=Dictionaries
settings.tab.accepted.words=Accepted Words
settings.tab.accepted.words=Accepted Words

View File

@@ -16,7 +16,7 @@
<projectService serviceImplementation="com.intellij.spellchecker.settings.SpellCheckerSettings"/>
<projectService serviceImplementation="com.intellij.spellchecker.SpellCheckerManager"/>
<applicationService serviceImplementation="com.intellij.spellchecker.SpellcheckerCorrectionsFilter"/>
<projectConfigurable groupId="editor" instance="com.intellij.spellchecker.settings.SpellCheckerSettingsManager" id="reference.settings.ide.settings.spelling" key="spelling" bundle="messages.SpellCheckerBundle" />
<projectConfigurable parentId="proofread" instance="com.intellij.spellchecker.settings.SpellCheckerSettingsManager" id="reference.settings.ide.settings.spelling" key="spelling" bundle="messages.SpellCheckerBundle" />
<localInspection shortName="SpellCheckingInspection" bundle="messages.SpellCheckerBundle"
key="spellchecking.inspection.name" groupKey="spelling" enabledByDefault="true" level="TYPO"