Add options to ToolWindow
Hi, how can i add these options like in the ProjectToolWindow or the DatabaseToolWindow.
Attachment(s):
Bildschirmfoto5.png
Please sign in to leave a comment.
Hi, how can i add these options like in the ProjectToolWindow or the DatabaseToolWindow.
Please sign in to leave a comment.
ToolWindowEx.setTitleActions() and ToolWindowEx.setAdditionalGearActions()
thank you for your reply Dmitry.
How can i realize those tabs like in the TODO ToolWindow?
How can i apply the hover effect on the icons of the actions that I have added like mentioned before?
Kind regards
syt
1) ToolWindow.getContentManager().addContent()
2) AnAction.getTemplatePresentation().setHoveredIcon()