zed/crates
Antonio Scandurra 624eb5907e Serialize buffer in terms of operations rather than state
This is required because, after joining, we want to be able to refer
to operations that have happened prior to joining, which are not
captured by the state. There is probably a way of reconstructing operations
from the state, but that seems unnecessary and we've already talked about
wanting to have the server store operations rather than state once we start
persisting worktrees.
2022-02-08 14:59:46 +01:00
..
chat_panel Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
client Preserve ordering between responses and other incoming messages 2022-02-07 14:14:15 -08:00
clock Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
collections Name the root file of every crate after the crate to ease navigation 2021-11-30 12:46:39 -07:00
contacts_panel Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
diagnostics Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
editor Apply code actions remotely 2022-02-08 12:18:14 +01:00
file_finder Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
find Always populate find bar on cmd-f 2022-02-04 16:13:58 +01:00
fsevent Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
fuzzy Filter and sort suggestions in autocomplete 2022-02-01 15:11:20 +01:00
go_to_line Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
gpui Start on code action confirmation 2022-02-05 12:37:34 -07:00
gpui_macros Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
journal Make "go to definition" work in project diagnostics 2022-01-20 17:30:30 +01:00
language Serialize buffer in terms of operations rather than state 2022-02-08 14:59:46 +01:00
lsp WIP: Start on applying code actions 2022-02-07 12:20:03 +01:00
outline Start work on syntax highlighting completions 2022-02-02 18:14:30 -08:00
project Apply code actions remotely 2022-02-08 12:18:14 +01:00
project_panel Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
rpc Serialize buffer in terms of operations rather than state 2022-02-08 14:59:46 +01:00
server Apply code actions remotely 2022-02-08 12:18:14 +01:00
snippet Support multi-cursor autocompletion 2022-02-03 18:58:36 +01:00
sum_tree Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
text Serialize buffer in terms of operations rather than state 2022-02-08 14:59:46 +01:00
theme Support clicking on a completion to confirm it 2022-02-03 11:39:19 +01:00
theme_selector Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
util Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
workspace Fix panic when closing pane's last item 2022-01-31 10:10:15 +01:00
zed Apply file-system operations coming from an LSP code action 2022-02-07 16:11:40 +01:00