mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Fix ProjectManagerListener scope (#36)
Listeners for topic "com.intellij.openapi.project.ProjectManagerListener" don't work inside <projectListeners>, only <applicationListeners>.
This commit is contained in:
parent
1c72407e34
commit
89e756a16f
@ -12,8 +12,8 @@
|
||||
<projectService serviceImplementation="org.jetbrains.plugins.template.services.MyProjectService"/>
|
||||
</extensions>
|
||||
|
||||
<projectListeners>
|
||||
<applicationListeners>
|
||||
<listener class="org.jetbrains.plugins.template.listeners.MyProjectManagerListener"
|
||||
topic="com.intellij.openapi.project.ProjectManagerListener"/>
|
||||
</projectListeners>
|
||||
</applicationListeners>
|
||||
</idea-plugin>
|
||||
|
Loading…
Reference in New Issue
Block a user