ZIm/crates/file_finder/src
Patrick 84e4891d54
file_finder: Add skip_focus_for_active_in_search setting (#27624)
Closes #27073

Currently, when searching for a file with Ctrl+P, and the first file
found is the active one, file_finder skips focus to the second file
automatically. This PR adds a setting to disable this and make the first
file always the focused one.

Default setting is still skipping the active file.

Release Notes: 

- Added the `skip_focus_for_active_in_search` setting for the file
finder, which allows turning off the default behavior of skipping focus
on the active file while searching in the file finder.

---------

Co-authored-by: Smit Barmase <heysmitbarmase@gmail.com>
2025-04-30 22:58:33 +05:30
..
file_finder.rs file_finder: Add skip_focus_for_active_in_search setting (#27624) 2025-04-30 22:58:33 +05:30
file_finder_settings.rs file_finder: Add skip_focus_for_active_in_search setting (#27624) 2025-04-30 22:58:33 +05:30
file_finder_tests.rs file_finder: Add skip_focus_for_active_in_search setting (#27624) 2025-04-30 22:58:33 +05:30
new_path_prompt.rs chore: Bump Rust version to 1.86 (#28021) 2025-04-03 23:32:50 +02:00
open_path_prompt.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
open_path_prompt_tests.rs workspace: Add trailing / to directories on completion when using OpenPathPrompt (#25430) 2025-03-04 14:01:08 +08:00