Sublime Forum

Do not wrap output

#1

Hi, I am using Sublime 3 build 3509 on Linux Mint 16 64-bit to write python 2.7 code.
When I run the code (Ctrl+B) I want everything on one line instead of the output being wrapped to the windows size. I do not want text wraping on for the output.
I have modified me User preferences file to look like this.

{ "font_size": 10, "scroll_past_end": false, "word_wrap": false }

As you can see it set the word wrapping to false, yet it still wraos the output

0 Likes