[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] set Editors TitleTooltip

Hi,

is there a way to programatically set the value that is returned by IWorkbenchPart.getTitleToolTip? I have an plugin that contributes an editor, the extension declaration is complete, including a value for the name attribute. However upon creating the editor the sanity-checks from PartTester.testEditor fail, and this is due to the fact that getTitleTooltip returns null. But getTitle() returns a correct string??

Andreas