zed/crates
Max Brunsfeld 451f0e7adb Replace Buffer::request_autoindent API with ::edit_with_autoindent
When computing the "previous autoindent suggestion", we can't just
use the old tree and the current text. We need to find out what the
suggestion would have been before we made any changes.
2021-10-07 17:55:23 -07:00
..
buffer Replace Buffer::request_autoindent API with ::edit_with_autoindent 2021-10-07 17:55:23 -07:00
chat_panel Extract chat_panel into its own crate 2021-10-05 14:23:45 +02:00
client Move workspace module into its own crate 2021-10-05 13:49:10 +02:00
clock Rename zrpc to rpc 2021-10-04 13:28:00 -06:00
editor Replace Buffer::request_autoindent API with ::edit_with_autoindent 2021-10-07 17:55:23 -07:00
file_finder Skip autoclosed pairs 2021-10-06 19:04:55 +02:00
fsevent Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
fuzzy Rename worktree crate to project, pull in Project 2021-10-04 16:45:05 -07:00
gpui Use the same test::run_test function for async gpui::tests 2021-10-05 18:04:22 +02:00
gpui_macros Use the same test::run_test function for async gpui::tests 2021-10-05 18:04:22 +02:00
people_panel Extract people_panel into its own crate 2021-10-05 14:36:38 +02:00
project Rename rpc_client -> client 2021-10-04 17:14:21 -07:00
project_panel Extract project_panel into its own crate 2021-10-05 14:19:57 +02:00
rpc Rename zrpc to rpc 2021-10-04 13:28:00 -06:00
server Skip autoclosed pairs 2021-10-06 19:04:55 +02:00
sum_tree Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
theme Add Cargo.toml features to fix compilation of individual crates 2021-10-05 14:18:04 -07:00
theme_selector Extract theme_selector into its own crate 2021-10-05 15:38:25 +02:00
util Improve logging when avatar request fails 2021-10-04 15:47:18 -07:00
workspace Skip autoclosed pairs 2021-10-06 19:04:55 +02:00
zed Add more rust indent nodes 2021-10-06 22:16:30 -07:00