SublimeText / WordHighlight

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

Maxsize limit and preferences fix #21

Closed titoBouzout closed 12 years ago

titoBouzout commented 12 years ago

This one sets a "max size" for processed files. When a file is bigger than 4194304 bits/characters word highlight will skip the file, allowing opening/clicking of super big files smoothly.

Also, this commit add docs to readme for preference: highlight_word_under_cursor_when_selection_is_empty

And adds missing listeners of preferences.

adzenith commented 12 years ago

Thanks!