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?
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.
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?