-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
Description
Description
After installation of Sublime 4 it shows the search results (multiple files search) in reverse order instead of ABC.
Steps to reproduce
- Run search in any folder
Expected behavior
The results should be shown in ABC order
P.S.
Even tried to change settings manually Preference -> Key bindings:
[
{ "keys": ["ctrl+f"], "command": "show_panel", "args": {"panel": "find", "reverse": false} },
{ "keys": ["ctrl+shift+f"], "command": "show_panel", "args": {"panel": "find_in_files", "reverse": false} }
]
Actual behavior
The results are not in ABC order.
Example:
Searching 729 files for "veh.category"
/home/me/Projects/mycompany/myproject/app/views/veh/_fm_form.html.haml:
/home/me/Projects/mycompany/myproject/app/views/veh/_form.html.haml:
/home/me/Projects/mycompany/myproject/app/views/veh/_veh.html.haml:
/home/me/Projects/mycompany/myproject/app/views/events/_veh.html.haml:
7 matches across 5 files
Environment
- Build: 4107
- Operating system and version: Ubuntu 20.04
- [Linux] Desktop Environment Manager: Default Ubuntu 20.04 - Gnome (GDM3)