Adds a customizable separator to the open files list in Sublime Text sidebar.
To add a separator, press Ctrl+Shift+S (in Windows or OS X) or select Add Separate in the right-click menu of sidebar folders.
To remove a separator, click X to the left of this separator. The same way as you would close any file.
separate_value: a character to be displayed as a separator (default:-);separate_count: number of separate characters (default:100).
{
// Character used as list separator
"separate_value": "-",
// Number of separating characters
"separate_count": 100,
// If true, Sublime Text would hide tabs when you add a separator
// To return tabs, choose View > Show Tabs in menu
// Please enable only if you want to only to the management of the sidebar
"auto_tab_hide": false,
}
To edit these settings, open Preferences > Package Settings > SidebarSeparator > Settings - User.
This software is released under the MIT License, see LICENSE.
