Community
Participate
Working Groups
Build ID: I20080530-1730 Steps To Reproduce: DelegatingStyledCellLabelProvider has support for IFontProvider and IColorProvider but not for tooltip methods defined in CellLabelProvider I can delegate it from DelegatingStyledCellLabelProvider to IStyledLabelProvider by myself, but it should be nice to have it in standard api...
Hitesh is now responsible for watching bugs in the [Viewers] component area.
Created attachment 173342 [details] Patch: added tooltip methods of CellLabelProvider I added an implementation of the tooltip methods of the CellLabelProvider. We delegate to the provided IStyledLabelProvider if it is an instance of the CellLabelProvider, otherwise we delegate to the superclass
I implemented this myself before finding this bug. Pushed my implementation as Gerrit review (so the work to include this is just pressing "Submit"): https://git.eclipse.org/r/18004
(In reply to Robin Stocker from comment #3) > I implemented this myself before finding this bug. Pushed my implementation > as Gerrit review (so the work to include this is just pressing "Submit"): > > https://git.eclipse.org/r/18004 Submitted with http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=39b4efc9f8668a284151ed2fc4b08987b743f73c Thanks Robin!
In 4.4.0.I20140120-2000 Robin, could you please verify that you can use the new implementation in the I build? PW
(In reply to Paul Webster from comment #5) > Robin, could you please verify that you can use the new implementation in > the I build? I tried it by importing org.eclipse.jface from platform.ui master in the workspace and removing our special case for tooltips. It works, thanks.