-1
Open files/folders should not include extension when sorting alphabetically
Currently, the open files list considers the whole file name when sorting the list alphabetically:
For example with these files, it would sort them like this:
Menu.File.jsMenu.js
Menu.Tools.js
A more appropriate way to sort them would be to not consider the extension, which would result in this:
Menu.js
Menu.File.js
Menu.Tools.js
Customer support service by UserEcho