Title Text and Icons

Hi,

is it possible to distinguish between the appearance of the title text and icon of a dockable in the tab and the title?

E.g. I want to show icon + text in the title, but only the icon in the tab (or only text in the tab).

So far I haven’t found a way in the API.

Thanks in advance!
best regards
Raphael

Currently this is not possible. But I can add some filter in the next release.

Ok then! Thanks in advance!

best wishes

Ok, the filter is written. The interface is called TabContentFilter and can change icon, text and tooltip of a any tab. The filter can be installed as property (see DockController.getProperties()) using the key “StackDockStation.TAB_CONTENT_FILTER”.

I don’t know when the next release is (maybe 2-4 weeks) but it is already in the repository.

Thanks very much!!! :slight_smile: