SublimeText / TrailingSpaces

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

Should be disabled on console. #120

Closed bantya closed 4 years ago

bantya commented 7 years ago

This plugin is great and works like charm for everyone using it. The only downside I think is it also highlights trailing spaces in console also. I have to do a lot of console work natively in sublime. Most of the times the highlighted trailing spaces is what divert focus from console output to the highlight color.

image

There should be an option in settings file to disable it for console like "disable_for_console" : true,. Where it should work fine for code edits and be disabled for console like:

image

Kamik423 commented 4 years ago

There should in general be an option to disable it in the panel. It also plays really badly with Terminus.

Screen Shot 2019-12-05 at 13 33 21