Tool window Tab : Can I handle tool window tab click Permanently deleted user Created April 22, 2018 03:17 Hello , I want to do a custom action when clicking the tool window tab. Is it possible to register such a listener? Best Raegrds Manoj K Nair
What does "tab" mean in your case? Are "Project/Structure/Find/Run/Debug" tabs?
I am creating a tool window named 'Cloud" and each time when I click the window tab named "Cloud" , it should refresh the item inside it.
This code snippet may help you:
@Vassiliy Kudryashov Thanks a lot !