主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Chentao Zhou
活动总数
8
最后的活动
2021年10月18日 09:40
成员加入日期
2021年10月14日 08:50
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(1)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2021年10月18日 09:40
Sorry to bother you, I've figured out how to use ApplicationService whose aim is to improve the performance when IDE startup by lazy instantiation. I move the init method to an appropriate place an...
社区
IntelliJ IDEA Open API and Plugin Development
How to manage the lifecycle of application service?
0 票
已编辑于
2021年10月18日 08:38
The same question bothers me, I want to open a counter when the plugin startup and do a callback before the IDE close, so I think Application Component is a good solution to my problem(with initCom...
社区
IntelliJ IDEA Open API and Plugin Development
How to manage the lifecycle of application service?
0 票
已编辑于
2021年10月15日 10:31
It works! I override the stateChanged method and distinguish different tool windows by their ids. Thank you so much.
社区
IntelliJ IDEA Open API and Plugin Development
How can I listening to the click of toolwindow?
0 票
创建于
2021年10月14日 08:51
I am developing an Android Studio Plugin, I have added a new ToolWindowFactory at the right side of Android Studio. Now I want to listen for click events on this toolbar(listening to the Window sho...
社区
IntelliJ IDEA Open API and Plugin Development
ToolWindow listener
0 票