Disable editor tab tooltip programmatically

Hi,

 

Is possible to disable (or change the text) of the tooltip of editors tab from a plugin?

0
4 comments

There's no extension point for it, but you can try setting it explicitly (TabInfo.setTooltipText).

0
Avatar
Permanently deleted user

How can I get the TabInfo to do that?

0

E.g.

FileEditorManagerEx.getInstanceEx().getCurrentWindow().getTabbedPane().getTabs().getSelectedInfo()

0
Avatar
Permanently deleted user

Thanks. :)

0

Please sign in to leave a comment.