rust-lang / rust-enhanced

The official Sublime Text 4 package for the Rust Programming Language
MIT License
780 stars 104 forks source link

Feature request: change wrap settings for build output #470

Open detly opened 3 years ago

detly commented 3 years ago

Sublime Text Version

Sublime Text 4 (Build 4113)

Rust Enhanced Version

v2.24.0

Operating system

OS Name Ubuntu Version 21.04

Request

I would like a way to change how the compiler output wraps after invoking the builder. At the moment it seems to be hard coded to 79(?), which I'm finding extremely hard to read. I'd rather just turn it off altogether (which might mean flowing with the window width or simply overflowing, I don't care which). I do not think this build system actually has a setting for it, so I suppose this request is either to expose one or use the one that already exists in ST's build system configuration schema.