Commit Graph

18 Commits

Author SHA1 Message Date
Jakub Chrzanowski
290e494c87
Code cleanup 2023-08-07 15:33:29 +02:00
Jakub Chrzanowski
0217a01c9d
Use "JetBrains Marketplace" name in docs and comments 2023-07-27 18:06:04 +02:00
Jakub Chrzanowski
d22a737277 Migrate from the deprecated FrameStateListener.onFrameActivated() to ApplicationActivationListener.applicationActivated(IdeFrame) 2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
f686654cbb Example code - MyToolWindowFactory tool window basic implementation 2023-03-10 12:04:06 +01:00
Jakub Chrzanowski
b8ad6a9a5e Example code - registered project service changed into a lightweight one 2023-03-10 12:04:06 +01:00
Jakub Chrzanowski
59ec0d6096 Example code: added FrameStateListener application listener; removed deprecated ProjectManagerListener application listener 2023-03-10 12:04:06 +01:00
Jakub Chrzanowski
2be34f79b2 Example code - removed application service 2023-03-10 12:04:06 +01:00
Yann Cébron
d36e4e6d96 plugin.xml: add <resource-bundle> definition for convenience 2023-03-10 12:04:06 +01:00
Jakub Chrzanowski
e8ebb74ac2
plugin.xml: Change the plugin name to pass Plugin Verifier check 2022-09-19 13:43:13 +02:00
Jakub Chrzanowski
e3dd698e1e plugin.xml comments update 2021-09-07 09:32:37 +02:00
Yann Cébron
bd9f2715ea update links to SDK Docs 2021-01-21 11:10:06 +01:00
Eduardo Fonseca
89e756a16f
Fix ProjectManagerListener scope (#36)
Listeners for topic "com.intellij.openapi.project.ProjectManagerListener" don't work
inside <projectListeners>, only <applicationListeners>.
2020-09-25 20:50:42 +02:00
Jakub Chrzanowski
4b52b7e90d Remove vendor website from plugin.xml 2020-07-02 08:41:26 +02:00
Jakub Chrzanowski
3e1244f12c Remove MyDynamicPluginListener 2020-06-22 13:08:19 +02:00
Jakub Chrzanowski
e4a1106495 GitHub Actions - template cleanup workflow 2020-06-17 21:06:57 +02:00
Jakub Chrzanowski
31bd7db2f0 Fixed plugin dependencies, GH Actions - publish plugin 2020-06-17 12:06:43 +02:00
Jakub Chrzanowski
42a4db90e7 Basic scaffold - project service, app service, listeners, bundle 2020-04-21 19:49:38 +02:00
Jakub Chrzanowski
c4670a498b initial commit 2020-03-18 09:59:00 +01:00