mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
DL-13788 Register EP in a module where its class is defined: fileIconProvider, fileIconPatcher
GitOrigin-RevId: 6a470f97c18c714f50b218155583dbb3bf76e81e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5887fe8221
commit
ae6bb95437
@@ -55,6 +55,8 @@
|
||||
<extensionPoint name="inspection.basicVisitor" beanClass="com.intellij.psi.BasicInspectionVisitorBean" dynamic="true">
|
||||
<with attribute="class" implements="com.intellij.psi.PsiElementVisitor"/>
|
||||
</extensionPoint>
|
||||
<extensionPoint name="fileIconProvider" interface="com.intellij.ide.FileIconProvider" dynamic="true"/>
|
||||
<extensionPoint name="fileIconPatcher" interface="com.intellij.ide.FileIconPatcher" dynamic="true"/>
|
||||
</extensionPoints>
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<applicationService serviceInterface="com.intellij.util.messages.MessageBusFactory"
|
||||
|
||||
@@ -212,9 +212,6 @@
|
||||
<extensionPoint name="productivityFeaturesProvider" interface="com.intellij.featureStatistics.ProductivityFeaturesProvider"
|
||||
dynamic="true"/>
|
||||
|
||||
<extensionPoint name="fileIconProvider" interface="com.intellij.ide.FileIconProvider" dynamic="true"/>
|
||||
<extensionPoint name="fileIconPatcher" interface="com.intellij.ide.FileIconPatcher" dynamic="true"/>
|
||||
|
||||
<extensionPoint name="customizableActionGroupProvider" interface="com.intellij.ide.ui.customization.CustomizableActionGroupProvider" dynamic="true"/>
|
||||
|
||||
<extensionPoint name="backedVirtualFileProvider" interface="com.intellij.notebook.editor.BackedVirtualFileProvider" dynamic="true"/>
|
||||
|
||||
Reference in New Issue
Block a user