summaryrefslogtreecommitdiff
path: root/platform/platform-resources/src/META-INF/PlatformExtensions.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/platform-resources/src/META-INF/PlatformExtensions.xml')
-rw-r--r--platform/platform-resources/src/META-INF/PlatformExtensions.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/platform/platform-resources/src/META-INF/PlatformExtensions.xml b/platform/platform-resources/src/META-INF/PlatformExtensions.xml
index 1f40bacf983c..7aa76abcd4f8 100644
--- a/platform/platform-resources/src/META-INF/PlatformExtensions.xml
+++ b/platform/platform-resources/src/META-INF/PlatformExtensions.xml
@@ -57,6 +57,9 @@
<applicationService serviceInterface="com.intellij.openapi.fileEditor.impl.EditorEmptyTextPainter"
serviceImplementation="com.intellij.openapi.fileEditor.impl.EditorEmptyTextPainter" />
+ <applicationService serviceInterface="com.intellij.openapi.editor.EditorCopyPasteHelper"
+ serviceImplementation="com.intellij.openapi.editor.impl.EditorCopyPasteHelperImpl" />
+
<applicationService serviceImplementation="com.intellij.openapi.options.ex.IdeConfigurablesGroup"/>
<applicationService serviceInterface="com.intellij.diagnostic.ErrorReportConfigurable"
@@ -190,7 +193,8 @@
<projectService serviceInterface="com.intellij.openapi.vcs.VcsFileListenerContextHelper"
serviceImplementation="com.intellij.openapi.vcs.VcsFileListenerContextHelper"/>
- <projectService serviceImplementation="com.intellij.openapi.editor.LazyRangeMarkerFactory"/>
+ <projectService serviceInterface="com.intellij.openapi.editor.LazyRangeMarkerFactory"
+ serviceImplementation="com.intellij.openapi.editor.impl.LazyRangeMarkerFactoryImpl"/>
<!-- General -->
<applicationConfigurable groupId="appearance" key="title.general" bundle="messages.IdeBundle" id="preferences.general" instance="com.intellij.ide.GeneralSettingsConfigurable"/>