User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
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??