SublimeText / WordHighlight

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

by default removes "on_selection_modified" #24

Closed titoBouzout closed 12 years ago

titoBouzout commented 12 years ago

by default removes "on_selection_modified", and just listen clicks. on_selection_modified only helps to highlight words when selecting by dragging without releasing the click. on_selection_modified is know for showing the "slow plugin" message which disturb users. Instead of hiding this message via hacks ( like BracketHighlighter does ) I think is better to remove the listener and give the option to enable it. Users should know that listening "on_selection_modified" is slow and inefficient .

adzenith commented 12 years ago

Can it be enabled by default? Personally I use this plugin with the keyboard the majority of the time: cmd+d to select a word and highlight all occurrences. I think people might find it confusing if it only worked via the mouse.

titoBouzout commented 12 years ago

Oh I see the case. will stay enabled by default.

Regards, have fun.

titoBouzout commented 12 years ago

Closing. Since this is not applicable.