Sublime Text 2 - Files not opening a new tab?

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.

40038 次浏览

When you open from the side bar are you double clicking? This appears to be required to properly open a file. 一个单击给你一个预览,这是可编辑的,新标签出现在编辑。

具有讽刺意味的是,这只是一个特性,而不是一个 bug。《崇高文本2》称之为预览版。您将看到一个文件的内容,但实际上并没有打开该文件。对于新用户来说,这是一个令人困惑的概念,但肯定是有帮助的。当您开始编辑文件或者双击侧边栏中的文件时,预览的选项卡应该立即出现。

这已经在“ 2 OS X Bugs”的 ST 论坛上进行了更深入的讨论。

Personally, I believe this should be more clear. I've proposed some additions to the preview feature that can be found in "我向你们介绍: 崇高的宣言".

注意 : 在 Build 2198(6月初发布)中有一个新的设置:

// Preview file contents when clicking on a file in the side bar. Double
// clicking or editing the preview will open the file and assign it a tab.
"preview_on_click": true

preview_on_click设置为 false 将禁用单击预览,而双击仍将打开文件。这个设置应该可以消除一些混淆。

对于 Sublime Text 3用户,请记住您需要在单独的“ Settings-user”文件中指定此选项

有关更多信息,请参见“ 更改崇高文本3中的默认设置”。

进入“崇高”-> 首选项-> “设置”-默认值

将“ open _ files _ in _ new _ window”的值更改为 false 并保存。现在文件应该打开在一个新的标签,而不是新的窗口。

For open a file from the side bar in a new tab, open it with alt+click

Go to your 已安装的软件包 (Preferences->Browse packages ).
Back one folder you find cache folder and local->session file , Just 删除 them . it ll fix your error .

问题解决了:

使用 双击而不是 单击在一个新的选项卡中打开一个文件,该选项卡位于卓越文本编辑器的侧边栏中。

当单击或双击侧边栏上的文件来打开文件时,您可能会发现选项卡上的文件名是在 italic-theme-slanting-font中,我理解为文件没有固定到编辑器。如果单击另一个,它将覆盖当前文件。

  1. 您需要在边栏上再次双击相同的当前文件,以确认需要进一步打开该文件。

    注意: 编辑器不会覆盖它,您可以通过看到选项卡名称样式从斜体改为正常,从它的前一个形式稍微加粗来确认它。

  2. 现在您可以在侧边栏上打开另一个文件并重复这个过程。

您可以双击要从左侧边栏打开的文件,它将在新标签中打开文件。 由于单击意味着预览页面,您还可以使用以下方法禁用预览选项:

"preview_on_click": false