Skip to content

Not ABC order of search results in Sublime 4 #4700

@abratashov

Description

@abratashov

Description

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

Steps to reproduce

  1. 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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions