mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
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:
committed by
intellij-monorepo-bot
parent
3da9ba225e
commit
a156396d31
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user