ZIm/crates
Max Brunsfeld 74fd348d22 Add Buffer::anchored_edits_since method
This method returns the anchor range associated with each edit. The
anchor ranges allow you to determine how each edit interacts with
an existing anchor range that the edit has touched.
2022-08-29 16:51:31 -07:00
..
activity_indicator One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
assets Move assets to their own crate, load keymaps in vim tests 2022-04-11 15:54:52 -07:00
auto_update One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
breadcrumbs Reduce accessibility of multibuffer read to reduce risk of borrowing snapshot and buffer refcells twice 2022-05-13 16:58:30 -07:00
chat_panel One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
cli Cap MessageStream buffer size to 1MB 2022-05-31 11:16:32 +02:00
client One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
clock One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
collab Create buffers for remote collaborators out of band 2022-08-17 11:55:36 +02:00
collections Disable doctests for all libraries 2022-03-03 16:15:56 -08:00
command_palette One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
contacts_panel Fix focus regression in contact finder 2022-08-17 09:33:48 -06:00
context_menu WIP compiling but failing with circular reference 2022-08-09 17:15:52 -07:00
diagnostics One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
editor Merge pull request #1537 from zed-industries/fix-goto-links-with-selections 2022-08-18 18:49:21 -04:00
file_finder One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
fsevent One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
fuzzy One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
go_to_line WIP compiling but failing with circular reference 2022-08-09 17:15:52 -07:00
gpui Merge pull request #1537 from zed-industries/fix-goto-links-with-selections 2022-08-18 18:49:21 -04:00
gpui_macros One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
journal Prevent setting files from showing up in project and contacts panels 2022-06-14 14:47:16 +02:00
language Check invariants after interpolating tree in random syntax map test 2022-08-29 16:16:11 -07:00
lsp One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
menu Require that PartialEq is implemented for Action 2022-06-06 09:18:44 +02:00
outline One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
picker Address picker issues 2022-08-09 17:15:54 -07: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 Use SyntaxMap in Buffer 2022-08-24 13:00:27 -07:00
project_panel Autoscroll to filename editor when creating or renaming entry 2022-08-15 15:14:42 +02:00
project_symbols Address picker issues 2022-08-09 17:15:54 -07:00
rpc Create buffers for remote collaborators out of band 2022-08-17 11:55:36 +02:00
search Revert "Merge pull request #1481 from zed-industries/trigger-search-automatically" 2022-08-19 09:17:43 -07:00
settings Fixed cursor blinking, added other cursor shape rendering 2022-08-18 11:28:18 -07:00
snippet One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
sum_tree Start work on a SyntaxMap data structure 2022-08-21 11:37:10 -07:00
terminal Remove todo 2022-08-18 13:24:00 -07:00
text Add Buffer::anchored_edits_since method 2022-08-29 16:51:31 -07:00
theme Added icons to context menu 2022-08-03 16:47:41 -07:00
theme_selector One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
util One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
vim One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
workspace Clear go-to-def link when deactivating the window 2022-08-15 17:30:41 -07:00
zed Add missing rust highlights 2022-08-24 16:49:03 -07:00