安装 Sublime 4 后,它以相反的顺序显示搜索结果(多个文件搜索)而不是 ABC。
在 Google 中找不到任何解决方案。甚至尝试手动更改设置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} }
]
但没有结果:
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
链接到forum.sublimetext.com上的 Sublime 论坛
链接到https://github.com/sublimehq/sublime_text/issues/4700上的 Git Sublime 问题论坛
附言
Ubuntu 20.04
崇高 4107