Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

turn off TrailingSpaces in build results windows by default #10

Open
glyph opened this issue Mar 1, 2012 · 3 comments
Open

turn off TrailingSpaces in build results windows by default #10

glyph opened this issue Mar 1, 2012 · 3 comments
Labels
Milestone

Comments

@glyph
Copy link

glyph commented Mar 1, 2012

Lots of build output has trailing spaces in it, especially tools (like unit test frameworks) which generate output incrementally. I think build result windows should have trailing space highlighting disabled by default.

@chikamichi
Copy link
Contributor

Same as #13.

@FichteFoll
Copy link
Member

Testing the view parameter passed to the command against view.window().active_view() should help here.

@rchl
Copy link
Member

rchl commented Apr 2, 2020

Comparing with active view would be bad for actual inactive but visible views. Those should still show trailing spaces.

Build results seem to be a bit trickier to handle as those don't seem to be that unique (maybe something in view's settings can identify it?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants