2021-08-31 21:18:48 +02:00
|
|
|
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
|
2020-07-02 08:41:26 +02:00
|
|
|
<idea-plugin>
|
2020-03-18 09:59:00 +01:00
|
|
|
<id>org.jetbrains.plugins.template</id>
|
2022-09-19 13:43:13 +02:00
|
|
|
<name>IntelliJ Platform Plugin Template</name>
|
2020-03-18 09:59:00 +01:00
|
|
|
<vendor>JetBrains</vendor>
|
|
|
|
|
|
2020-06-17 12:06:43 +02:00
|
|
|
<depends>com.intellij.modules.platform</depends>
|
2020-03-18 09:59:00 +01:00
|
|
|
|
2023-02-08 17:32:16 +01:00
|
|
|
<resource-bundle>messages.MyBundle</resource-bundle>
|
2020-04-21 19:49:38 +02:00
|
|
|
|
2023-03-03 17:15:42 +01:00
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
|
|
|
<toolWindow factoryClass="org.jetbrains.plugins.template.toolWindow.MyToolWindowFactory" id="MyToolWindow"/>
|
|
|
|
|
</extensions>
|
|
|
|
|
|
2020-09-25 15:50:42 -03:00
|
|
|
<applicationListeners>
|
2023-03-03 17:15:42 +01:00
|
|
|
<listener class="org.jetbrains.plugins.template.listeners.MyFrameStateListener" topic="com.intellij.ide.FrameStateListener"/>
|
2020-09-25 15:50:42 -03:00
|
|
|
</applicationListeners>
|
2020-03-18 09:59:00 +01:00
|
|
|
</idea-plugin>
|