mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-57733 Remove 'vcs-impl -> lang-impl' dependency introduced by the change to use editor for commit message processing
1. Defined dedicated interface for spell checking-aware editor retrieval; 2. Moved actual spell checking-aware editor text field construction to 'lang-impl'; 3. Commit message component retrieves spell checking-aware editor via target interface now;
This commit is contained in:
@@ -131,6 +131,9 @@
|
||||
<applicationService serviceInterface="com.intellij.ide.PowerSaveMode"
|
||||
serviceImplementation="com.intellij.ide.PowerSaveMode"/>
|
||||
|
||||
<applicationService serviceInterface="com.intellij.ui.SpellCheckAwareEditorFieldProvider"
|
||||
serviceImplementation="com.intellij.ui.SpellCheckAwareEditorFieldProviderImpl"/>
|
||||
|
||||
<projectService serviceInterface="com.intellij.psi.codeStyle.ProjectCodeStyleSettingsManager"
|
||||
serviceImplementation="com.intellij.psi.codeStyle.ProjectCodeStyleSettingsManager"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user