zed/crates
Max Brunsfeld cf4291a126 Distinguish between "foreground" and "background" RPC messages
Some types of messages, which entail state updates on the host, should be
processed in the order that they were sent. Other types of messages should
not block the processing of other messages.

Co-Authored-By: Antonio Scandurra <me@as-cii.com>
2022-02-16 10:01:23 -08:00
..
chat_panel Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
client Buffer messages in Client while no entity is listening to them 2022-02-16 11:49:37 +01:00
clock WIP - Wait for code action anchors to be valid 2022-02-14 18:05:43 -08:00
collections
contacts_panel Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
diagnostics Fix panic caused by reusing the same handler for diagnostic status 2022-02-15 10:49:03 +01:00
editor Fix mouse event handler for code actions indicator 2022-02-14 14:06:55 -08:00
file_finder Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
find Fetch code actions on cursor movement instead of on-demand 2022-02-11 14:41:19 +01:00
fsevent Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
fuzzy In random collaboration test, add failing assertion for worktree convergence 2022-02-15 14:55:38 -08:00
go_to_line Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
gpui Print the correct seed on randomized test failure 2022-02-16 16:29:45 +01:00
gpui_macros Clean db pool on drop only if assertions fail or it's the last iteration 2022-02-16 15:07:41 +01:00
journal Make "go to definition" work in project diagnostics 2022-01-20 17:30:30 +01:00
language Include the desired version in a SaveBuffer RPC request 2022-02-14 17:51:26 -08:00
lsp Reduce logging in lsp tests 2022-02-11 16:37:50 -08:00
outline Start work on syntax highlighting completions 2022-02-02 18:14:30 -08:00
project Close buffers in randomized integration test 2022-02-16 17:56:27 +01:00
project_panel Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
rpc Distinguish between "foreground" and "background" RPC messages 2022-02-16 10:01:23 -08:00
server Distinguish between "foreground" and "background" RPC messages 2022-02-16 10:01:23 -08:00
snippet Support multi-cursor autocompletion 2022-02-03 18:58:36 +01:00
sum_tree In random collaboration test, add failing assertion for worktree convergence 2022-02-15 14:55:38 -08:00
text Include the desired version in a SaveBuffer RPC request 2022-02-14 17:51:26 -08:00
theme Render code actions indicator 2022-02-11 16:01:15 +01:00
theme_selector Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
util Ensure worktree updates are applied in order 2022-02-14 16:19:29 -08:00
workspace Render "Sign in" label only for current user 2022-02-15 09:17:32 +01:00
zed WIP - Register client RPC handlers on app startup 2022-02-15 18:03:06 -08:00