TrailingSpaces icon indicating copy to clipboard operation
TrailingSpaces copied to clipboard

turn off TrailingSpaces in build results windows by default

Open glyph opened this issue 12 years ago • 3 comments

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.

glyph avatar Mar 01 '12 20:03 glyph

Same as #13.

chikamichi avatar Feb 25 '13 18:02 chikamichi

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

FichteFoll avatar Feb 26 '13 17:02 FichteFoll

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

rchl avatar Apr 02 '20 10:04 rchl