[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Tabulator \t in tooltip
|
- From: mimhof@xxxxxxx (Michael Imhof)
- Date: Fri, 24 Nov 2006 13:56:05 +0000 (UTC)
- Newsgroups: eclipse.platform.swt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
We're using tooltips on a org.eclipse.swt.widget.canvas when the mouse
is hovering over objects on our canvas.
Tooltips like "Line1\nLine2" are displayed correctly.
But if we're using tabulators like "Line1\tLine2" only Line1 is
displayed in the tooltip.
Is it possible to show tabbed strings in a tooltip or should we avoid
them??
Michael