How can I style tabs in editor? Permanently deleted user 创建于 2015年10月08日 12:58 I'm learning IDEA, and I try to write a plugin to style the tabs in editor. How can I do it?
You can set your own UiDecorator for JBTabsImpl (and also see the class JBTabsPresentation).
Does it respond to your question?