SublimeText / TrailingSpaces

Highlight trailing spaces and delete them in a flash.
MIT License
897 stars 94 forks source link

turn off TrailingSpaces in build results windows by default #10

Open glyph opened 12 years ago

glyph commented 12 years ago

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 commented 11 years ago

Same as #13.

FichteFoll commented 11 years ago

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

rchl commented 4 years ago

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?).