Revert: [grazie] IJPL-169510 Postpone speller preloading a bit via backgroundPostStartupActivity

It seems to worsen the situation with early freezes on IDE start, we still need preloading service


(cherry picked from commit 4364dfac265f9d84f1aa268af2c2e13a0b9dcce0)

IJ-CR-157982

GitOrigin-RevId: 1b56226e91eff772d2e6ad53b7eec0cd92c7da31
This commit is contained in:
Yuriy Artamonov
2025-03-18 22:43:53 +01:00
committed by intellij-monorepo-bot
parent 3da9ba225e
commit a156396d31

View File

@@ -18,7 +18,7 @@
serviceImplementation="com.intellij.spellchecker.ui.SpellCheckingEditorCustomizationProviderImpl"
overrides="true"/>
<fileType name="Dictionary" implementationClass="com.intellij.spellchecker.DictionaryFileType" extensions="dic"/>
<backgroundPostStartupActivity implementation="com.intellij.spellchecker.grazie.GrazieSpellCheckerEngine$SpellerLoadActivity"/>
<postStartupActivity implementation="com.intellij.spellchecker.grazie.GrazieSpellCheckerEngine$SpellerLoadActivity"/>
<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"