SublimeText / WordHighlight

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

Why cursor in a word not highlight, only when select a word highlight? #53

Closed gclsoft closed 10 years ago

gclsoft commented 10 years ago

I want to highlight even when cursor is in a word, then all the same words are highlighted. How to set?

adzenith commented 10 years ago

Please read the Readme:

"highlight_when_selection_is_empty" : true

This makes words highlight when the insertion point is inside of them but when they're not actually selected.