workbench/mps-platform/source/META-INF/MPSCore.xml (86 lines of code) (raw):

<!-- ~ Copyright 2003-2024 JetBrains s.r.o. ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <idea-plugin> <actions> <group id="MPS.MessagesView" popup="false"/> </actions> <application-components> <component> <implementation-class>jetbrains.mps.ide.MPSCoreComponents</implementation-class> </component> </application-components> <applicationListeners> <listener class="jetbrains.mps.help.PlatformHelpURLProvider" topic="com.intellij.ide.AppLifecycleListener"/> <listener class="jetbrains.mps.ide.save.IdeMPSFileSaver" topic="com.intellij.openapi.fileEditor.FileDocumentManagerListener" activeInHeadlessMode="false"/> <listener class="jetbrains.mps.ide.platform.watching.ModelCacheReloader" topic="com.intellij.openapi.vfs.newvfs.BulkFileListener"/> <listener class="jetbrains.mps.ide.platform.watching.FSChangesWatcher" topic="com.intellij.openapi.vfs.newvfs.BulkFileListener"/> <listener class="jetbrains.mps.ide.platform.watching.IdeaDocumentReloader" topic="com.intellij.openapi.vfs.newvfs.BulkFileListener"/> <listener class="jetbrains.mps.repository.FSNotificationsCleaner" topic="com.intellij.ide.AppLifecycleListener"/> </applicationListeners> <extensionPoints> <extensionPoint qualifiedName="com.intellij.mps.LanguageLibrary" beanClass="jetbrains.mps.LanguageLibrary"/> <extensionPoint qualifiedName="com.intellij.mps.VisibleModuleMask" beanClass="jetbrains.mps.VisibleModuleMask"/> <extensionPoint qualifiedName="com.intellij.mps.modelRootFactory" beanClass="jetbrains.mps.ide.persistence.ModelRootFactoryEP"> <with attribute="className" implements="org.jetbrains.mps.openapi.persistence.ModelRootFactory"/> </extensionPoint> <extensionPoint qualifiedName="com.intellij.mps.modelIdFactory" beanClass="jetbrains.mps.ide.persistence.ModelIdFactoryExtension"> <with attribute="className" implements="org.jetbrains.mps.openapi.persistence.SModelIdFactory"/> </extensionPoint> <extensionPoint qualifiedName="com.intellij.mps.ModelFactoryProvider" beanClass="jetbrains.mps.persistence.ModelFactoryRegister$ModelFactoryProvider"> <with attribute="implementationClass" implements="org.jetbrains.mps.openapi.persistence.ModelFactory"/> </extensionPoint> <extensionPoint qualifiedName="com.intellij.mps.DataSourceFactoryRuleProvider" beanClass="jetbrains.mps.persistence.DataSourceFactoryRuleProvider"> <with attribute="implementationClass" implements="jetbrains.mps.extapi.persistence.datasource.DataSourceFactoryRule"/> </extensionPoint> <extensionPoint qualifiedName="com.intellij.mps.PluginComponentContributor" beanClass="jetbrains.mps.plugins.ComponentContributorExtension"/> <extensionPoint qualifiedName="com.intellij.mps.gotoParticipant" interface="org.jetbrains.mps.openapi.persistence.NavigationParticipant" area="IDEA_PROJECT"/> <extensionPoint qualifiedName="jetbrains.mps.componentPluginFactory" interface="jetbrains.mps.components.ComponentPluginFactory"/> </extensionPoints> <extensions defaultExtensionNs="com.intellij"> <applicationService serviceImplementation="jetbrains.mps.ide.icons.GlobalIconManager"/> <applicationService serviceImplementation="jetbrains.mps.VisibleModuleRegistry"/> <applicationService serviceImplementation="jetbrains.mps.ide.platform.watching.WatchedRoots"/> <applicationService serviceImplementation="jetbrains.mps.repository.FSNotificationsImprover"/> <applicationService serviceImplementation="jetbrains.mps.ide.project.WorkbenchPathMacros" /> <applicationService serviceInterface="org.jetbrains.mps.openapi.module.ModelAccess" serviceImplementation="jetbrains.mps.smodel.WorkbenchModelAccess" /> <applicationService serviceInterface="jetbrains.mps.ide.platform.watching.ReloadManager" serviceImplementation="jetbrains.mps.ide.platform.watching.ReloadManagerComponent" /> <applicationService serviceImplementation="jetbrains.mps.ide.vfs.IdeaFileSystem" /> <projectService serviceImplementation="jetbrains.mps.ide.vfs.ProjectRootListenerComponent" /> <projectService serviceImplementation="jetbrains.mps.ide.codeStyle.CodeStyleSettingsComponent" /> <!-- NEED loadForDefaultProject, how to --> <projectService serviceImplementation="jetbrains.mps.ide.compiler.CompilerSettingsComponent" /> <projectService serviceImplementation="jetbrains.mps.ide.undo.OnReloadingUndoCleaner" /> <fileTypeFactory implementation="jetbrains.mps.fileTypes.MPSFileTypeFactory"/> <virtualFileSystem implementationClass="jetbrains.mps.nodefs.NodeVirtualFileSystem" key="mps" physical="false"/> <!--For file selection dialog--> <getDataRule key="context.ProjectFileDirectory" implementationClass="jetbrains.mps.ide.dataExtraction.fileChooser.ProjectFileRule"/> <uiDataRule implementation="jetbrains.mps.ide.dataExtraction.MPSProjectRule"/> <uiDataRule implementation="jetbrains.mps.ide.dataExtraction.FrameRule"/> <fileBasedIndex implementation="jetbrains.mps.workbench.findusages.MPSModelsIndexer"/> <fileBasedIndex implementation="jetbrains.mps.workbench.index.RootNodeNameIndex"/> <fileBasedIndex implementation="jetbrains.mps.workbench.index.PropertyValueIndex"/> <editorTabTitleProvider implementation="jetbrains.mps.fileTypes.MPSEditorTabTitleProvider"/> <!-- XXX Does MPSModelsFastFindSupport need to be part of MPSCore.xml and not mps-workbench/source/META-INF/MPSComponents.xml? --> <postStartupActivity implementation="jetbrains.mps.workbench.findusages.MPSModelsFastFindSupport$Plug" /> <mps.gotoParticipant implementation="jetbrains.mps.workbench.goTo.index.MPSModelNavigationContributor" /> <mps.gotoParticipant implementation="jetbrains.mps.workbench.goTo.index.JavaStubNavigationContributor"/> <registryKey key="mps.module.visibility.mask.always" defaultValue="false" description="MPS: always use visibility mask to show modules" restartRequired="false"/> <registryKey key="mps.module.rename.show.details" defaultValue="false" description="MPS: Rename Module Dialog to show extra details" restartRequired="false"/> <registryKey key="mps.module.rename.related.ignore" defaultValue="false" description="MPS: Rename Module Dialog to ignore 'related' modules" restartRequired="false"/> <notificationGroup id="jetbrains.mps.make" displayType="STICKY_BALLOON" isLogByDefault="true" /> </extensions> <extensions defaultExtensionNs="jetbrains.mps"> <componentPluginFactory implementation="jetbrains.mps.baseLanguage.search.MPSBaseLanguage$Factory"/> <componentPluginFactory implementation="jetbrains.mps.persistence.ModelFactoryRegister$Factory" /> </extensions> </idea-plugin>