Can't open multiple files in Sublime Text 3

不想你离开。 提交于 2020-01-23 06:21:52

问题


Whether I'm in a Single or 2 Column mode, I am only able to have 2-3 open files (tabs) per window.

When I hit what appears to be a limit, attempts to open a file (by clicking in Sidebar View) will replace an already open file.

Is there a setting I can change or have I hit a working-as-designed limitation?

Environment:

  • Sublime Text 3 Stable Build 3103
  • OS X (El Capitan) 10.11.4

BTW: If I use File Open it does not appear to have the same problem as I can open may files that way.


回答1:


When you open a file from the sidebar with a single click, its tab will only remain open, if you change the file. If you want the tab to stay open, double-click on a file in the sidebar.

You can override this default behaviour in your settings:

{
    "preview_on_click": false
}


来源:https://stackoverflow.com/questions/36242120/cant-open-multiple-files-in-sublime-text-3

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!