noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

Don't wrap build output in build panel #475

Open randomPoison opened 7 years ago

randomPoison commented 7 years ago

I'd like there to be an option to not wrap the output of a build in the build panel. Really long lines of output get mangled pretty badly in a narrow panel:

wrapped_output

Trying to widen the output window doesn't re-flow the text, so it remains mangled:

expanded_wrapped_output

At the very least, soft-wrapping would be a preferred behavior for me, though I'd like to have an option to not wrap output at all. That would require adding a horizontal scroll bar, though I think having scroll bars on the build window would be a good idea anyway.

noseglid commented 7 years ago

This is actually done by the terminal component which atom-build uses. I'm looking to move away from this component as it is currently not maintained. The solution in atom-build is to change terminal component for this. Not a simple task, I'm afraid so it may take a while.

Cxarli commented 7 years ago

Can't we file a bug report for atom to fix that unmaintained package?

luni64 commented 5 years ago

Any news on that? Is there a workaround possible?