zed/crates
Nathan Sobo 5b7825d5de Add MutableAppContext::keystrokes_for_action
This can be used to lookup keystrokes that will dispatch an action based on the currently focused view. There might be multiple, but we return the first found, meaning the most recently added bindings matching that action for the closest view to the focused view in the hierarchy.
2022-05-26 09:59:25 +02:00
..
assets Move assets to their own crate, load keymaps in vim tests 2022-04-11 15:54:52 -07:00
auto_update Render a context menu when right-clicking in project panel 2022-05-26 09:59:25 +02:00
breadcrumbs Reduce accessibility of multibuffer read to reduce risk of borrowing snapshot and buffer refcells twice 2022-05-13 16:58:30 -07:00
chat_panel Render a context menu when right-clicking in project panel 2022-05-26 09:59:25 +02:00
cli 💄 2022-04-20 17:36:03 +02:00
client Show contacts panel the first time a new user connects to collab 2022-05-20 17:33:09 +02:00
clock Put vector clock serialization logic alongside other serialization logic 2022-03-04 13:54:07 -08:00
collab Pretty-print JSON of server snapshot 2022-05-26 09:34:39 +02:00
collections Disable doctests for all libraries 2022-03-03 16:15:56 -08:00
command_palette Pretty-print JSON of server snapshot 2022-05-26 09:34:39 +02:00
contacts_panel Render a context menu when right-clicking in project panel 2022-05-26 09:59:25 +02:00
diagnostics Render a context menu when right-clicking in project panel 2022-05-26 09:59:25 +02:00
editor Render a context menu when right-clicking in project panel 2022-05-26 09:59:25 +02:00
file_finder Pretty-print JSON of server snapshot 2022-05-26 09:34:39 +02:00
fsevent 🎨 2022-05-23 09:48:00 +02:00
fuzzy Show requests in contacts panel 2022-05-09 12:48:07 -06:00
go_to_line Reduce accessibility of multibuffer read to reduce risk of borrowing snapshot and buffer refcells twice 2022-05-13 16:58:30 -07:00
gpui Add MutableAppContext::keystrokes_for_action 2022-05-26 09:59:25 +02:00
gpui_macros Allow taking an Arc<Deterministic> in [gpui::test]-decorated tests 2022-04-11 13:42:30 +02:00
journal Reduce accessibility of multibuffer read to reduce risk of borrowing snapshot and buffer refcells twice 2022-05-13 16:58:30 -07:00
language Upgrade tree-sitter to v0.20.6 2022-05-24 14:13:11 +02:00
lsp Avoid panic when language server is dropped before being initialized in tests 2022-05-09 18:05:10 -07:00
outline Reduce accessibility of multibuffer read to reduce risk of borrowing snapshot and buffer refcells twice 2022-05-13 16:58:30 -07:00
picker Render a context menu when right-clicking in project panel 2022-05-26 09:59:25 +02:00
project Pretty-print JSON of server snapshot 2022-05-26 09:34:39 +02:00
project_panel Render a context menu when right-clicking in project panel 2022-05-26 09:59:25 +02:00
project_symbols Remove AppState from workspace actions 2022-05-19 14:37:26 -07:00
rpc Implement /rpc_server_snapshot endpoint 2022-05-25 17:42:25 -06:00
search Render a context menu when right-clicking in project panel 2022-05-26 09:59:25 +02:00
settings Pretty-print JSON of server snapshot 2022-05-26 09:34:39 +02:00
snippet Add a snippet unit test with an escaped curly brace 2022-03-11 13:02:20 -08:00
sum_tree Prevent eager snapshot mutations from being clobbered by background updates 2022-05-04 15:10:39 -07:00
text Clear redo stack when pushing remote transaction or ending a local one 2022-05-22 10:33:26 +02:00
theme Render a context menu when right-clicking in project panel 2022-05-26 09:59:25 +02:00
theme_selector Remove AppState from workspace actions 2022-05-19 14:37:26 -07:00
util Pretty-print JSON of server snapshot 2022-05-26 09:34:39 +02:00
vim Remove AppState from workspace actions 2022-05-19 14:37:26 -07:00
workspace Render a context menu when right-clicking in project panel 2022-05-26 09:59:25 +02:00
zed Pretty-print JSON of server snapshot 2022-05-26 09:34:39 +02:00