How can I style tabs in editor?

I'm learning IDEA, and I try to write a plugin to style the tabs in editor. How can I do it?

0
Avatar
Permanently deleted user

You can set your own UiDecorator for JBTabsImpl (and also see the class JBTabsPresentation).
Does it respond to your question?

0

请先登录再写评论。