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.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/platform-resources/src/META-INF/PlatformExtensions.xml b/platform/platform-resources/src/META-INF/PlatformExtensions.xml
index 7aa76abcd4f8..467ef8233919 100644
--- a/platform/platform-resources/src/META-INF/PlatformExtensions.xml
+++ b/platform/platform-resources/src/META-INF/PlatformExtensions.xml
@@ -239,6 +239,10 @@
<applicationService serviceInterface="com.intellij.ui.ColorChooserService"
serviceImplementation="com.intellij.ui.ColorChooserServiceImpl"/>
+ <applicationService serviceInterface="com.intellij.openapi.actionSystem.AbbreviationManager"
+ serviceImplementation="com.intellij.openapi.actionSystem.impl.AbbreviationManagerImpl"/>
+ <exportable serviceInterface="com.intellij.openapi.actionSystem.AbbreviationManager"/>
+
<scopeParserExtension implementation="com.intellij.psi.search.scope.packageSet.FilePackageSetParserExtension"/>
<applicationService serviceInterface="com.intellij.openapi.ui.popup.StackingPopupDispatcher" serviceImplementation="com.intellij.ui.popup.StackingPopupDispatcherImpl"/>