Add options to ToolWindow

Hi, how can i add these options like in the ProjectToolWindow or the DatabaseToolWindow.



Attachment(s):
Bildschirmfoto5.png
0
3 comments

ToolWindowEx.setTitleActions() and ToolWindowEx.setAdditionalGearActions()

0

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

0

1) ToolWindow.getContentManager().addContent()
2) AnAction.getTemplatePresentation().setHoveredIcon()

0

Please sign in to leave a comment.