SublimeText / WordHighlight

Highlight all copies of the currently selected word.
MIT License
180 stars 24 forks source link

Does not highlight word after caret stops moving #51

Closed rahul-ramadas closed 10 years ago

rahul-ramadas commented 10 years ago

If I am moving the caret quickly by pressing down an arrow key on the keyboard, the highlighted word does not update. It does not update while moving (which is okay), and it also does not update once the caret has come to a stop (slightly annoying). I then have to move the caret at least one more position before the word gets highlighted.

titoBouzout commented 10 years ago

Yep, thats true, have be done that way for performance reasons. We can add a background thread to always monitor the position.. and check if something changed.. let me take a look

titoBouzout commented 10 years ago

I think is fixed, can you please give a try