-1

Open files/folders should not include extension when sorting alphabetically

Gëzim H 12 year бұрын 0

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.js
Menu.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