ZIm/crates/project/src
Conrad Irwin be83074243
Git context menu (#24844)
Adds the non-entry specific right click menu to the panel, and the
features contained therin:

* Stage all
* Discard Tracked Changes
* Trash Untracked Files

Also changes the naming from "Changes"/"New" to better match Git's
terminology (though not convinced on this, it was awkward to describe
"Discard Changes" without a way to distinguish between the changes and
the files containing them).

Release Notes:

- N/A
2025-02-14 14:04:32 -07:00
..
lsp_command Refactor to use SharedString in more places (#23813) 2025-01-28 19:04:21 -05:00
project_tree project: Fine-grained language server management (#24038) 2025-02-14 15:41:49 +01:00
buffer_store.rs Add an undo button to the git panel (#24593) 2025-02-12 15:57:08 -07:00
color_extractor.rs Simplify static expression to a constant (#23193) 2025-01-15 19:31:21 +00:00
connection_manager.rs Remove more references to 'model' in GPUI APIs (#23693) 2025-01-27 04:00:27 +00:00
debounced_delay.rs Rename model based variable names to entity (#24198) 2025-02-04 10:24:35 -08:00
direnv.rs Environment loading fixes (#19144) 2024-10-16 12:14:40 +02:00
environment.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
git.rs Git context menu (#24844) 2025-02-14 14:04:32 -07:00
image_store.rs Add image dimension and file size information (#21675) 2025-02-07 00:56:34 +00:00
lsp_command.rs project: Fine-grained language server management (#24038) 2025-02-14 15:41:49 +01:00
lsp_ext_command.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00
lsp_store.rs project: Fine-grained language server management (#24038) 2025-02-14 15:41:49 +01:00
prettier_store.rs project: Fine-grained language server management (#24038) 2025-02-14 15:41:49 +01:00
project.rs project: Fine-grained language server management (#24038) 2025-02-14 15:41:49 +01:00
project_settings.rs collab: Fix project sharing between Windows and Unix (#23680) 2025-02-10 16:12:01 -08:00
project_tests.rs project: Fine-grained language server management (#24038) 2025-02-14 15:41:49 +01:00
project_tree.rs project: Fine-grained language server management (#24038) 2025-02-14 15:41:49 +01:00
search.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
search_history.rs project search: Persist search history across session (#9932) 2024-04-02 11:13:18 +02:00
task_inventory.rs windows: Fix tests on Windows (#22616) 2025-02-05 14:30:09 +00:00
task_store.rs Rename model based variable names to entity (#24198) 2025-02-04 10:24:35 -08:00
terminals.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
toolchain_store.rs collab: Fix project sharing between Windows and Unix (#23680) 2025-02-10 16:12:01 -08:00
worktree_store.rs Add an undo button to the git panel (#24593) 2025-02-12 15:57:08 -07:00
yarn.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00