Ralf M Petter 5.Feb.09 08:59 AM a Web browser Application development6.2Linux
I have an Eclipse Plugin with a view which sets the Title and the Tooltip with the following Code:
setPartName("This is Testtitle);
setTitleToolTip("This is TestTooltip");
If i use this plugin in a standard RCP Eclipse applications everything works as expecteded. But if i implement the same view in an Expeditor perspective the tooltip is always the same than the PartName. Even if i override the getTitleToolTipText method the Tooltip is the same than the Partname. Maybe this is a bug in Expeditor.