I have a JFace TableViewer with some columns. I noticed that my columns only show 259 characters. That is undependet to the column's width. My ColumnLabelProvider returns the full text.
For example the following String is cutted before the "Z". The "Z" and everything after it isn't displayed. 123456789A123456789B123456789C123456789D123456789E123456789F123456789G123456789H123456789I123456789J123456789K123456789L123456789M123456789N123456789O123456789P123456789Q123456789R123456789S123456789T123456789U123456789V123456789W123456789X123456789Y123456789Z
Is there any way to increase the limit number of displayed characters?? Or does anyone know a walk around?