zed/crates
Nathan Sobo 93eb005f74 Correctly redo all undone edits after undoing in multi-buffer
When undoing edits performed in the multi-buffer, we also undo subsequent edits that may have occurred outside of the multi-buffer. This commit makes us redo those edits as well.

Co-Authored-By: Antonio Scandurra <me@as-cii.com>
2022-02-10 09:26:20 -07: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
contacts_panel Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
diagnostics Allow editor to be saved when in multi-buffer mode 2022-02-10 09:35:19 +01:00
editor Correctly redo all undone edits after undoing in multi-buffer 2022-02-10 09:26:20 -07:00
file_finder Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
find Consolidate logic for completion alongside code actions in Project 2022-02-08 14:24:45 -08: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 Merge branch 'main' into assists 2022-02-08 12:41:57 -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 Undo subsequent edits when undoing in multi-buffer 2022-02-10 09:04:53 -07:00
lsp Silence warnings 2022-02-09 13:00:09 -08:00
outline Start work on syntax highlighting completions 2022-02-02 18:14:30 -08:00
project Give the editor a handle to the project, not a weak handle to the workspace 2022-02-08 15:48:44 -08:00
project_panel Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
rpc Make transactions serializable to enable edits on behalf of other users 2022-02-08 19:48:21 +01:00
server Give the editor a handle to the project, not a weak handle to the workspace 2022-02-08 15:48:44 -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 Correctly redo all undone edits after undoing in multi-buffer 2022-02-10 09:26:20 -07: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 Add MultiBufferItemHandle 2022-02-09 17:09:03 -08:00
zed Merge branch 'main' into assists 2022-02-08 12:41:57 -08:00