SublimeText / TrailingSpaces

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

Highlights trailing spaces in input fields #84

Closed kugland closed 4 years ago

kugland commented 9 years ago

I’m using Sublime Text 3 on Linux, and I found this strange behaviour in this plugin: it highlights trailing space in the search/replace input fields, as can be seen in the image below.

trailing

rchl commented 8 years ago

With trailing_spaces_include_current_line = false at least you won't see this problem in single-line inputs. A bit of a workaround I guess.

rchl commented 8 years ago

Although there is a way to fix it by checking view.settings().get('is_widget').