I’m using a SWT TreeViewer to show some paths, is it possible to trim the path string to insert “…” (points) when the path is too long a is not fully visible in the tree column?
Something like this:

Thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ok, reading the TreeColumn code I have noticed that the TreeViewer add ellipsis (…) to the columns automatically, but only if the column index is > 0. So column 0 strings are not truncated.
Try all eclipse views that uses a TreeView.
Really I don’t understand this behavior.