mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
reverted reverting reverted change
This commit is contained in:
@@ -404,10 +404,14 @@
|
||||
|
||||
<projectService serviceInterface="com.intellij.openapi.vcs.CodeSmellDetector"
|
||||
serviceImplementation="com.intellij.openapi.vcs.impl.CodeSmellDetectorImpl"/>
|
||||
<projectService serviceInterface="com.intellij.openapi.vcs.changes.patch.PatchBaseDirectoryDetector"
|
||||
serviceImplementation="com.intellij.openapi.vcs.changes.patch.PsiPatchBaseDirectoryDetector"/>
|
||||
<projectService serviceInterface="com.intellij.openapi.vcs.changes.ui.ChangesGroupingPolicyFactory"
|
||||
serviceImplementation="com.intellij.openapi.vcs.changes.ui.ChangesModuleGroupingPolicyFactory"/>
|
||||
<projectService serviceInterface="com.intellij.openapi.vcs.impl.DefaultVcsRootPolicy"
|
||||
serviceImplementation="com.intellij.openapi.vcs.impl.ModuleDefaultVcsRootPolicy"/>
|
||||
<projectService serviceInterface="com.intellij.openapi.vcs.impl.ExcludedFileIndex"
|
||||
serviceImplementation="com.intellij.openapi.vcs.impl.ProjectExcludedFileIndex"/>
|
||||
<projectService serviceInterface="com.intellij.openapi.vcs.impl.VcsPathPresenter"
|
||||
serviceImplementation="com.intellij.openapi.vcs.impl.ModuleVcsPathPresenter"/>
|
||||
|
||||
@@ -644,9 +648,9 @@
|
||||
<!-- Path Variables -->
|
||||
<!-- the implementation of this configurable is in platform-impl but it's not registered in platform because
|
||||
it's only required in full IDEA -->
|
||||
<applicationConfigurable instance="com.intellij.application.options.pathMacros.PathMacroConfigurable"/>
|
||||
<applicationConfigurable implementation="com.intellij.application.options.pathMacros.PathMacroConfigurable"/>
|
||||
|
||||
<applicationConfigurable instance="com.intellij.execution.console.ConsoleFoldingConfigurable"/>
|
||||
<applicationConfigurable implementation="com.intellij.execution.console.ConsoleFoldingConfigurable"/>
|
||||
|
||||
<!-- Resources -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user