SublimeText / WordHighlight

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

Conflict with SublimeFileBrowser #60

Open akoshman opened 9 years ago

akoshman commented 9 years ago

If I set highlight_when_selection_is_empty option to true and then put cursor on any word to find its occurencies and then click to FileBrowser pane, this will highlight even matces in FileBrowser's panel:

Normally, with option highlight_when_selection_is_empty turned off, it will look like this:

Is this a conflict with SublimeFileBrowser plugin?

adzenith commented 9 years ago

Yeah. SublimeFileBrowser is using a normal text view to fake a file tree. This plugin has no way of knowing that it's not a normal text view like any other.