I like to use Paperclips to print SWT tables as the user sees them. That
especially means that cell content that is wider than the cell should be
truncated and optionally decorated with an ellipse. But GridPrint in
association with TextPrint seems to wrap text always into multiple lines
if the text is wider than the grid column. Is there a way to avoid this?
Regards,
Torsten
The main part to change is in TextIterator.nextLines. Let me know if
you need help.
Matthew
On Mar 2, 3:36 am, "Beuck, Torsten" <Torsten.Be...@ottogroup.com>
wrote: