diff --git a/README.md b/README.md index c2b887a..77896d1 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,5 @@ Plugin based on the [IntelliJ Platform Plugin Template][template]. - [IntelliJ Platform Plugin Templateを使って、「エディタのコンテキストメニューからダイアログを表示する」だけのJetBrains系IDEプラグインを作ってみた - メモ的な思考的な](https://thinkami.hatenablog.com/entry/2024/02/21/232451) - [IntelliJ Platform Plugin開発で、Kotlin UI DSL Version 2 や Swing を使って、ToolWindow上にコンポーネントを表示してみた - メモ的な思考的な](https://thinkami.hatenablog.com/entry/2024/02/25/173458) -- [IntelliJ Platform Pluginの開発にて、RubyMineなどのIntelliJ IDEA以外のIDEがRun Pluginで起動するようにしてみた - メモ的な思考的な](https://thinkami.hatenablog.com/entry/2024/02/27/230324) \ No newline at end of file +- [IntelliJ Platform Pluginの開発にて、RubyMineなどのIntelliJ IDEA以外のIDEがRun Pluginで起動するようにしてみた - メモ的な思考的な](https://thinkami.hatenablog.com/entry/2024/02/27/230324) +- [IntelliJ Platform Pluginの開発にて、ApplicationManagerやToolWindowManagerを使って、Actionの中でToolWindow上のlabelを更新してみた - メモ的な思考的な](https://thinkami.hatenablog.com/entry/2024/03/08/000506)