Disable editor tab tooltip programmatically Permanently deleted user Created October 09, 2017 17:42 Hi, Is possible to disable (or change the text) of the tooltip of editors tab from a plugin?
There's no extension point for it, but you can try setting it explicitly (TabInfo.setTooltipText).
How can I get the TabInfo to do that?
E.g.
FileEditorManagerEx.getInstanceEx().getCurrentWindow().getTabbedPane().getTabs().getSelectedInfo()
Thanks. :)