zed/crates
Max Brunsfeld cbd9e186b5 Store selections with a right start bias so that autoindent moves them
Previously, cursors at column 0 had to be explicitly moved when those lines
were autoindented. This behavior was lost when we moved selections from
the buffer to the editor. Now, with the right bias, we get this behavior automatically.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2021-12-27 15:33:57 -08:00
..
chat_panel Correctly incorporate editor settings into diagnostic header rendering 2021-12-16 16:36:33 -08:00
client Enable authentication via the NextJS site 2021-12-25 11:55:10 -07:00
clock Don't use an enum for anchors and model min/max more implicitly 2021-12-09 12:01:17 +01:00
collections
contacts_panel Allow opening of remote projects via the contacts panel 2021-12-21 12:05:38 +01:00
diagnostics Remove special handling of multi-line primary diagnostic messages and fix tests 2021-12-24 13:47:45 -07:00
editor Store selections with a right start bias so that autoindent moves them 2021-12-27 15:33:57 -08:00
file_finder Correctly incorporate editor settings into diagnostic header rendering 2021-12-16 16:36:33 -08:00
fsevent
fuzzy
go_to_line Correctly incorporate editor settings into diagnostic header rendering 2021-12-16 16:36:33 -08:00
gpui Don't merge keymap contexts from containing elements 2021-12-24 16:44:35 -07:00
gpui_macros
journal Merge branch 'main' into share-project 2021-12-20 11:42:59 -08:00
language Store selections with a right start bias so that autoindent moves them 2021-12-27 15:33:57 -08:00
lsp WIP: Use cargo check for on-disk diagnostics 2021-12-23 18:35:50 +01:00
project Implement Buffer::diagnostic_group 2021-12-24 12:08:55 +01:00
project_panel Get more integration tests passing 2021-12-21 09:50:11 +01:00
rpc Get code compiling with some todos 2021-12-23 14:21:10 -08:00
server Document database setup and fix issue in script/seed-db 2021-12-27 12:52:15 -08:00
sum_tree Write a simple unit test for TreeMap and fix bug in remove 2021-12-13 11:20:10 +01:00
text Remove duplication when assigning diagnostics and hardcode provider names 2021-12-24 12:07:26 +01:00
theme Send worktree info only when sharing worktree 2021-12-20 11:36:59 -08:00
theme_selector Fix context line handline in project diagnostic view 2021-12-21 11:46:47 -08:00
util Merge branch 'main' into share-project 2021-12-20 11:42:59 -08:00
workspace Start on a DiagnosticProvider implementation for Rust 2021-12-24 16:22:22 +01:00
zed Parse children from cargo check output to provide hints 2021-12-24 17:06:18 +01:00