Sublime Forum

Is there a way to view list of windows sorted by folder instead of file name?

#1

Is there a way to view the list of windows in the Window menu sorted by folder name instead of file name?

Example:

Instead of:
index.php - Project B
screen.css - Project A

I would need:
screen.css - Project A
index.php - Project B

Thanks in advance!

0 Likes

#2

What do you mean by the “Window menu”?

0 Likes

#3

The list of open windows:

0 Likes

#4

From the looks of things those menu items are OS provided and we aren’t able to control their ordering. See https://developer.apple.com/documentation/appkit/nsapplication/1428547-windowsmenu?language=objc

2 Likes