Migrate from the deprecated FrameStateListener.onFrameActivated() to ApplicationActivationListener.applicationActivated(IdeFrame)

This commit is contained in:
Jakub Chrzanowski
2023-06-02 12:35:39 +02:00
committed by Jakub Chrzanowski
parent a73b073f2e
commit d22a737277
4 changed files with 13 additions and 8 deletions

View File

@@ -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