zed/crates
Max Brunsfeld ddc1f237a6 Panic if element state is used twice in the same frame
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2022-02-14 14:04:27 -08:00
..
chat_panel Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
client Get chat integration tests passing 2022-02-14 12:38:10 -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 Always call set_selections in mouse selection methods 2022-02-11 09:52:18 -08:00
editor Use selection instead of just the cursor when fetching code actions 2022-02-14 14:13:36 +01: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 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 Panic if element state is used twice in the same frame 2022-02-14 14:04:27 -08: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 Use selection instead of just the cursor when fetching code actions 2022-02-14 14:13:36 +01: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 Restore logic for storing operations on buffers that are still being opened 2022-02-14 11:59:22 -08:00
project_panel Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
rpc Remove logic for preserving RPC message order between peers 2022-02-14 10:51:12 -08:00
server Get chat integration tests passing 2022-02-14 12:38:10 -08: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 Use selection instead of just the cursor when fetching code actions 2022-02-14 14:13:36 +01: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 Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
workspace Fetch code actions on cursor movement instead of on-demand 2022-02-11 14:41:19 +01:00
zed v0.15.0 2022-02-14 17:26:40 +01:00