mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
removing duplicated extensions from CodeServer.xml
GitOrigin-RevId: f9eaff819023f80260b4301eea7ea25eee88c9d1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
838d46d0bb
commit
3fc9a6fe0c
@@ -3,6 +3,7 @@
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
|
||||
13
platform/ide-core-impl/resources/META-INF/IdeCore.xml
Normal file
13
platform/ide-core-impl/resources/META-INF/IdeCore.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<idea-plugin>
|
||||
<extensionPoints>
|
||||
<extensionPoint name="applicationInitializedListener" interface="com.intellij.ide.ApplicationInitializedListener" dynamic="false"/>
|
||||
<extensionPoint name="registryKey" beanClass="com.intellij.openapi.util.registry.RegistryKeyBean" dynamic="true"/>
|
||||
<extensionPoint name="notificationGroup" beanClass="com.intellij.notification.impl.NotificationGroupEP" dynamic="true"/>
|
||||
</extensionPoints>
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<applicationService serviceInterface="com.intellij.util.download.DownloadableFileService"
|
||||
serviceImplementation="com.intellij.util.download.impl.DownloadableFileServiceImpl"/>
|
||||
<applicationService serviceInterface="com.intellij.notification.NotificationGroupManager"
|
||||
serviceImplementation="com.intellij.notification.impl.NotificationGroupManagerImpl"/>
|
||||
</extensions>
|
||||
</idea-plugin>
|
||||
@@ -217,9 +217,6 @@
|
||||
<applicationService serviceInterface="com.intellij.patterns.compiler.PatternCompilerFactory"
|
||||
serviceImplementation="com.intellij.patterns.compiler.PatternCompilerFactoryImpl"/>
|
||||
|
||||
<applicationService serviceInterface="com.intellij.util.download.DownloadableFileService"
|
||||
serviceImplementation="com.intellij.util.download.impl.DownloadableFileServiceImpl"/>
|
||||
|
||||
<applicationService serviceInterface="com.intellij.psi.stubs.StubTreeLoader"
|
||||
serviceImplementation="com.intellij.psi.stubs.StubTreeLoaderImpl"/>
|
||||
|
||||
|
||||
@@ -138,7 +138,6 @@
|
||||
beanClass="com.intellij.platform.ProjectTemplateEP" dynamic="true"/>
|
||||
|
||||
<extensionPoint name="ApplicationLoadListener" interface="com.intellij.ide.ApplicationLoadListener" dynamic="false"/>
|
||||
<extensionPoint name="applicationInitializedListener" interface="com.intellij.ide.ApplicationInitializedListener" dynamic="false"/>
|
||||
<extensionPoint name="ideEventQueueDispatcher" interface="com.intellij.ide.IdeEventQueue$EventDispatcher" dynamic="true"/>
|
||||
|
||||
<extensionPoint name="editorTabTitleProvider" interface="com.intellij.openapi.fileEditor.impl.EditorTabTitleProvider" dynamic="true"/>
|
||||
@@ -353,7 +352,6 @@
|
||||
|
||||
<extensionPoint name="notification.parentGroup" beanClass="com.intellij.notification.impl.NotificationParentGroupBean"/>
|
||||
<extensionPoint name="notification.group" beanClass="com.intellij.notification.impl.NotificationGroupBean"/>
|
||||
<extensionPoint name="notificationGroup" beanClass="com.intellij.notification.impl.NotificationGroupEP" dynamic="true"/>
|
||||
|
||||
<extensionPoint name="notificationRemindLaterHandler" interface="com.intellij.notification.NotificationRemindLaterHandler" dynamic="true"/>
|
||||
|
||||
@@ -396,7 +394,6 @@
|
||||
</extensionPoint>
|
||||
|
||||
<extensionPoint name="systemProperty" beanClass="com.intellij.openapi.util.SystemPropertyBean"/>
|
||||
<extensionPoint name="registryKey" beanClass="com.intellij.openapi.util.registry.RegistryKeyBean" dynamic="true"/>
|
||||
|
||||
<extensionPoint name="fileBreadcrumbsCollector" interface="com.intellij.codeInsight.breadcrumbs.FileBreadcrumbsCollector" area="IDEA_PROJECT" dynamic="true"/>
|
||||
|
||||
|
||||
@@ -672,8 +672,6 @@
|
||||
|
||||
<applicationService serviceInterface="com.intellij.notification.NotificationsManager"
|
||||
serviceImplementation="com.intellij.notification.impl.NotificationsManagerImpl"/>
|
||||
<applicationService serviceInterface="com.intellij.notification.NotificationGroupManager"
|
||||
serviceImplementation="com.intellij.notification.impl.NotificationGroupManagerImpl"/>
|
||||
<applicationService serviceInterface="com.intellij.notification.NotificationsConfiguration"
|
||||
serviceImplementation="com.intellij.notification.impl.NotificationsConfigurationImpl"/>
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
<xi:fallback/>
|
||||
</xi:include>
|
||||
|
||||
<xi:include href="/META-INF/IdeCore.xml"/>
|
||||
<xi:include href="/META-INF/PlatformExtensionPoints.xml"/>
|
||||
<xi:include href="/META-INF/Refactoring.xml"/>
|
||||
<xi:include href="/META-INF/LangExtensionPoints.xml"/>
|
||||
|
||||
Reference in New Issue
Block a user