Community
Participate
Working Groups
I.e. if I have some tree of the variables (in my project variable is a mapping between name and expression) I will show name as a lable and expression as a tooltip. Or, I will show filename as a label and full path as a tooltip.
is it not possible to show a tooltip for a specified cell or at least for a row? when will you work on this enhancement?
JFace viewers currently provide no support for tooltips. There are currently no plans to extend JFace in this area. Also not that SWT does not provide direct support for per-item tooltips. However, it's possible to emulate in SWT. See the "create fake tooltips" snippet at: http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/dev.html#snippets This could be done in conjunction with a viewer. To obtain the model element corresponding to a TableItem, use item.getData().
Marking as wontfix since per-item tooltips are not directly supported by SWT (see bug 8874).