Sublime Text 3: how do you customize the display and / or sorting of the Window menu?

If you open a couple of folders in Sublime Text 3, you will see entries for each folder added to the Window menu. It looks like the default format for each entry in the menu:

(active-filename) - (folder name)

The list in the Window menu is sorted alphabetically, starting with (active-filename). Whenever you select a file to work, the (active-filename) part of the entry changes and the list reorders itself. If you have ten windows open, the position of this window in the list will change all the time when you work with files. This makes it difficult to find a window when switching multiple times between Windows.

Is there a way to configure Sublime Text 3 to display only the folder name in the list in the Windows menu? Also, is there a way to configure it to sort by folder name, rather than by the constantly changing "active" file name?

+5
source share

Source: https://habr.com/ru/post/1270797/


All Articles