I’ve mentioned this problem before in viewtopic.php?f=2&t=18365&start=10#p68375 but maybe it will get more attention here.
There is a bug with sidebar that can be triggered by re-arranging tabs using sublime API.
To reproduce:
- Add a directory with a couple of files (2 or more) to the sidebar
- Double click one of the files
- Single click some other file (triggers preview without adding the file to the list of open files)
- Open console and execute:
sublime.active_window().set_view_index(sublime.active_window().active_view(), 0, 0) - Close previewed file (whose tab was just re-arranged)
- Repeat points 3 and 4
View of open files goes bad. See dl.dropboxusercontent.com/u/206 … me-bug.png