mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Migrate from the deprecated FrameStateListener.onFrameActivated() to ApplicationActivationListener.applicationActivated(IdeFrame)
This commit is contained in:
committed by
Jakub Chrzanowski
parent
a73b073f2e
commit
d22a737277
@@ -16,6 +16,10 @@
|
||||
- Upgrade Gradle Wrapper to `8.1.1`
|
||||
- GitHub Actions — switch to Java 17
|
||||
|
||||
### Fixed
|
||||
- Example code - Fixed deprecated usage of `ContentFactory` in `MyToolWindowFactory` Jakub Chrzanowski A minute ago d454bc09
|
||||
- Example code - Migrate from the deprecated `FrameStateListener.onFrameActivated()` to `ApplicationActivationListener.applicationActivated(IdeFrame)`
|
||||
|
||||
## [1.6.0] - 2023-04-13
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user