zed/crates
Max Brunsfeld 1e02ebbd11 Replicate pending selections separately from other selections
This fixes a panic that would occur when a leader created
a pending selection that overlapped another selection,
because the follower would attempt to treat that pending
selection as non-pending, which would violate the invariant
that selections are sorted and disjoint.
2022-12-17 14:00:53 -08:00
..
activity_indicator wip 2022-12-03 16:06:01 -08:00
assets Generate themes before compiling the 'assets' crate 2022-10-31 13:25:12 -07:00
auto_update Fix mis-set variables 2022-12-13 09:58:04 -08:00
breadcrumbs wip 2022-12-03 16:06:01 -08:00
call Fix test ensuring room is left when disconnected from LiveKit 2022-12-16 10:52:32 +01:00
cli Cap MessageStream buffer size to 1MB 2022-05-31 11:16:32 +02:00
client WIP 2022-12-14 18:02:39 +01:00
clock One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
collab collab 0.4.1 2022-12-16 12:02:03 +01:00
collab_ui Identify LiveKit room participants by user id, not peer id 2022-12-15 17:19:32 -08:00
collections Disable doctests for all libraries 2022-03-03 16:15:56 -08:00
command_palette working serialized writes with panics on failure. Everything seems to be working 2022-12-03 16:06:01 -08:00
context_menu Merge pull request #1764 from zed-industries/gpui-events 2022-10-18 15:24:13 -06:00
db Add ZED_STATELESS env var, for suppressing persistence 2022-12-17 12:03:51 -08:00
diagnostics Merge branch 'main' into multibuffer-following 2022-12-12 11:47:39 -08:00
drag_and_drop Fetch last workspace explicitly when starting Zed 2022-12-12 13:29:18 -08:00
editor Replicate pending selections separately from other selections 2022-12-17 14:00:53 -08:00
file_finder Add recent project picker 2022-12-14 15:59:50 -08:00
fs Fix hang due to acquiring rng lock twice 2022-11-01 09:35:53 +01:00
fsevent One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
fuzzy Add recent project picker 2022-12-14 15:59:50 -08:00
git Layout git gutters inclusively 2022-10-31 14:35:42 -04:00
go_to_line Refactor editor scrolling and implement scroll commands from vim mode 2022-12-07 16:39:32 -08:00
gpui Updated is_child() to omit self 2022-12-09 12:07:49 -08:00
gpui_macros Merge branch 'main' into reconnections-2 2022-12-05 19:18:40 +01:00
journal Refactor editor scrolling and implement scroll commands from vim mode 2022-12-07 16:39:32 -08:00
language Send full multibuffer anchors to following peers 2022-11-28 18:00:38 -08:00
live_kit_client Move weak linking into zed's build.rs 2022-11-08 16:04:55 +01:00
live_kit_server Leave Zed room when LiveKit room disconnects 2022-10-21 14:21:45 +02:00
lsp Fix error on clangd when compile-commands.json is present 2022-10-13 11:10:23 +02:00
media Render surfaces correctly when encoded in 420YpCbCr8BiPlanarFullRange 2022-09-13 14:10:13 +02:00
menu Require that PartialEq is implemented for Action 2022-06-06 09:18:44 +02:00
outline Add recent project picker 2022-12-14 15:59:50 -08:00
picker Show placeholder text for pickers 2022-11-04 10:18:47 +01:00
plugin One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
plugin_macros Fix minor issues pointed out in the review 2022-07-11 15:54:03 +02:00
plugin_runtime One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
project Introduce an epoch to ConnectionId and PeerId 2022-12-14 15:55:56 +01:00
project_panel working serialized writes with panics on failure. Everything seems to be working 2022-12-03 16:06:01 -08:00
project_symbols Refactor editor scrolling and implement scroll commands from vim mode 2022-12-07 16:39:32 -08:00
recent_projects Clear stale projects if they no longer exist 2022-12-16 15:45:17 -08:00
rope Style 2022-11-30 13:11:08 -05:00
rpc Replicate pending selections separately from other selections 2022-12-17 14:00:53 -08:00
search Merge branch 'main' into multibuffer-following 2022-12-12 11:47:39 -08:00
settings WIP 2022-12-08 20:21:00 -08:00
snippet One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
sqlez Merge branch 'main' into reconnections-2 2022-12-05 19:18:40 +01:00
sqlez_macros CHANGE LOCK TO NOT BE DROPPED INSTANTLY. DANG U RUST 2022-12-03 16:06:02 -08:00
sum_tree Move cloneable diff state into new snapshot type 2022-09-29 13:16:02 -04:00
terminal WIP 2022-12-08 20:21:00 -08:00
terminal_view Remove terminal container view, switch to notify errors 2022-12-08 20:21:00 -08:00
text Start work on following in multi-buffers 2022-11-29 14:50:43 -08:00
theme Added user notifications 2022-12-03 16:06:02 -08:00
theme_selector Show placeholder text for pickers 2022-11-04 10:18:47 +01:00
theme_testbench Dock persistence working! 2022-12-03 16:06:01 -08:00
util Refactor editor scrolling and implement scroll commands from vim mode 2022-12-07 16:39:32 -08:00
vim remove printline 2022-12-08 14:45:22 -08:00
workspace Merge pull request #1972 from zed-industries/recent-workspace 2022-12-16 15:51:57 -08:00
zed Merge pull request #1972 from zed-industries/recent-workspace 2022-12-16 15:51:57 -08:00