project_panel: Add file comparison function, supports selecting files for comparison (#35255)
Closes https://github.com/zed-industries/zed/discussions/35010 Closes https://github.com/zed-industries/zed/issues/17100 Closes https://github.com/zed-industries/zed/issues/4523 Release Notes: - Added file comparison function in project panel --------- Co-authored-by: Kirill Bulatov <kirill@zed.dev>
This commit is contained in:
parent
53b69d29c5
commit
e8db429d24
8 changed files with 295 additions and 45 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -12636,6 +12636,7 @@ dependencies = [
|
|||
"editor",
|
||||
"file_icons",
|
||||
"git",
|
||||
"git_ui",
|
||||
"gpui",
|
||||
"indexmap",
|
||||
"language",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue