SublimeText / WordHighlight

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

Feature request: add minimum character length to highlight #59

Open Gabriel-p opened 9 years ago

Gabriel-p commented 9 years ago

Currently, the code will highlight even a single character which, for large files, could be confusing and even slow you down.

An option to select the minimum length of the string to be highlighted would be great.

Gabriel-p commented 9 years ago

I believe this is an issue only when the option:

"highlight_non_word_characters": true,

is set to true. See for example:

captura de pantalla de 2015-05-13 11 45 27

(This option si missing from the package description BTW)

Gabriel-p commented 9 years ago

Nope, also happens with that option turned off.