ZIm/crates/file_finder/src
Kirill Bulatov 8d18dfa4c1
Add a prototype with a multi buffer having all project git changes (#21543)
Part of https://github.com/zed-industries/zed/issues/20925

This prototype is behind a feature flag and being merged to avoid
conflicts with further git-related resturctures.
To be a proper, public feature, this needs at least:
* showing deleted files
* better performance 
* randomized tests
* `TODO`s in the `project_diff.rs` file fixed

The good thing is, >90% of the changes are in the `project_diff.rs` file
only, have a basic test and already work on simple cases.

Release Notes:

- N/A

---------

Co-authored-by: Thorsten Ball <thorsten@zed.dev>
Co-authored-by: Cole Miller <cole@zed.dev>
2024-12-04 23:36:36 +02:00
..
file_finder.rs Add a prototype with a multi buffer having all project git changes (#21543) 2024-12-04 23:36:36 +02:00
file_finder_settings.rs Adjust file finder width configuration (#20819) 2024-11-18 16:32:16 -03:00
file_finder_tests.rs Fix ssh project history (#19683) 2024-10-24 21:49:07 +03:00
new_path_prompt.rs Fix picker new_path_prompt throwing "file exists" when saving (#21080) 2024-11-22 17:45:03 -05:00
open_path_prompt.rs Add more context to the save new file path picker (#19863) 2024-10-28 17:21:41 -07:00