mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Example code - MyToolWindowFactory tool window basic implementation
This commit is contained in:
committed by
Jakub Chrzanowski
parent
5bda710503
commit
f686654cbb
@@ -8,8 +8,11 @@
|
||||
|
||||
<resource-bundle>messages.MyBundle</resource-bundle>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<toolWindow factoryClass="org.jetbrains.plugins.template.toolWindow.MyToolWindowFactory" id="MyToolWindow"/>
|
||||
</extensions>
|
||||
|
||||
<applicationListeners>
|
||||
<listener class="org.jetbrains.plugins.template.listeners.MyFrameStateListener"
|
||||
topic="com.intellij.ide.FrameStateListener"/>
|
||||
<listener class="org.jetbrains.plugins.template.listeners.MyFrameStateListener" topic="com.intellij.ide.FrameStateListener"/>
|
||||
</applicationListeners>
|
||||
</idea-plugin>
|
||||
|
||||
Reference in New Issue
Block a user