Sublime Text 2 stopped creating a new tab when opening a file from the sidebar.
The file I select opens in the current tab, but the tab doesn't even update the filename, it shows the old file but it's greyed out like a new tab should exist.
I disabled the few packages I have installed with no luck.
My custom user settings aren't much at all:
{
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"font_face": "Consolas",
"font_size": 12,
"font_options": "subpixel_antialias",
"tab_size": 2,
"translate_tabs_to_spaces": true,
"use_tab_stops": true,
"fade_fold_buttons": false
}
Any ideas of what's happening? I can't seem to find anyone else having this issue.
I reverted to a freshly installed state by removing my data folder and I still do not get tabs when clicking on files from the sidebar in a project.
Solved! What an idiot. The single click is apparently just a preview of the file. Double-click actually opens the file in a new tab.