Sublime Forum

How to control truncation in results panel?

#1

Hi,
I’ve got a problem with truncation in results panel. I would like it to truncate only if result width is larger than the window’s width.
osx yosemite, sublime build 3176, python 3.6.
Thanks!

0 Likes

#2

results are not truncated by ST, I guess you would get the same result running from a terminal, piping to a file etc. what code are you running to produce that output, maybe it is possible to tweak it?

0 Likes

#3

Hi, thanks for your help.
The data is still there, it’s just that the results panel hides some columns and puts 3 dots instead.
There’s no special code, simply reading a csv file and printing the head.
If I run it in jupyter notebook it shows all the columns:

0 Likes