Sublime Forum

After installation of Sublime 4 wrong order of search in files results - reverse instead of ABC, how to solve?

#1

After installation of Sublime 4 it shows the search results (multiple files search) in reverse order instead of ABC.

Can’t find any solution in Google. 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} }
]

but without result:

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

P.S.

Ubuntu 20.04

Sublime 4107

Copy of this issue on stackoverflow

Thanks!

0 Likes

#2

I am also seeing this. Any ideas of how to disable the reverse find would be appreciated! Have tried answers on some older posts, cannot seem to resolve…

0 Likes