SublimeText / TrailingSpaces

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

Does not highlight anything in Sublime 3, even after setting trailing_spaces_highlight_color #116

Closed aminariana closed 4 years ago

aminariana commented 7 years ago

Repro:

  1. Install via package installer on Sublime 3 with MacOS Classic theme
  2. Set trailing_spaces_highlight_color to one of invalid, error or comment

Expected: Highlighted trailing spaces

Actual: Not highlighted ever, with or without the setting. (Delete does work)

stav commented 7 years ago

I had this problem all of a sudden, can't remember when it started, but I basically just had to enter a value and restart. See : https://stackoverflow.com/questions/16916060#answer-23051790

Sublime Text 3 Build 3143 default settings

webdevnerdstuff commented 6 years ago

I'm also having this problem with Build 3148. Nothing changes the color, including adding custom color scope.

Pictor13 commented 5 years ago

Because of how the code is written you need to save the setting file and close Sublime, before it works.

rchl commented 4 years ago

Duplicate of #65