Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Chentao Zhou
Follow
New posts
New posts and comments
Total activity
8
Last activity
October 18, 2021 09:40
Member since
October 14, 2021 08:50
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (1)
Comments (4)
Sort by votes
Recent activity
Votes
Created
October 18, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to manage the lifecycle of application service?
0 votes
Edited
October 18, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to manage the lifecycle of application service?
0 votes
Edited
October 15, 2021 10:31
It works! I override the stateChanged method and distinguish different tool windows by their ids. Thank you so much.
Community
IntelliJ IDEA Open API and Plugin Development
How can I listening to the click of toolwindow?
0 votes
Created
October 14, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
ToolWindow listener
0 votes