zed/crates/editor/src
Lukas Wirth f21d51cf00
editor: Fix sticky headers not accounting for deleted diff hunks (#49296)
Release Notes:

- Fixed sticky headers sometimes disappearing when dealing with expanded
deleted diff hunks
2026-02-16 21:22:27 +00:00
..
display_map git: Remove unnecessary block map recomputation when splitting SplittableEditor (#49075) 2026-02-13 15:52:04 +00:00
git editor: Deduplicate multibuffer blame error messages (#48013) 2026-01-30 12:21:11 +00:00
inlays Add configurable LSP timeout setting (#44745) 2026-02-07 00:36:37 +00:00
scroll git: Fix desynced scrolling between LHS and RHS of side-by-side diff (#47913) 2026-01-31 18:33:22 +00:00
test Re-add MultiWorkspace (#48800) 2026-02-12 01:06:23 +00:00
actions.rs editor: Implement semantic highlighting (#46356) 2026-02-04 17:37:13 +00:00
blink_manager.rs Revert "Revert scheduler update (#46659)" (#46671) 2026-01-14 07:19:13 +00:00
bracket_colorization.rs editor: Implement semantic highlighting (#46356) 2026-02-04 17:37:13 +00:00
clangd_ext.rs util: Implement host independent Url to PathBuf conversion (#47474) 2026-01-23 14:10:40 +00:00
code_completion_tests.rs editor: Fix package version completion partial accept and improve sorting (#43473) 2025-11-25 23:27:11 +05:30
code_context_menus.rs editor: Add alignment setting to code completion context menu detail text (#45892) 2026-01-04 19:15:22 -03:00
display_map.rs git: Remove unnecessary block map recomputation when splitting SplittableEditor (#49075) 2026-02-13 15:52:04 +00:00
document_colors.rs Re-add MultiWorkspace (#48800) 2026-02-12 01:06:23 +00:00
document_symbols.rs Fix document highlight data issues (#49079) 2026-02-13 00:55:26 +00:00
edit_prediction_tests.rs Differentiate between explicit rejection and ignored in ep acceptance tracking (#48409) 2026-02-04 17:54:11 -05:00
editor.rs editor: Fix sticky headers not accounting for deleted diff hunks (#49296) 2026-02-16 21:22:27 +00:00
editor_settings.rs Revert proejct search on type (#49163) 2026-02-14 08:31:30 +00:00
editor_tests.rs editor: Fix sticky headers not accounting for deleted diff hunks (#49296) 2026-02-16 21:22:27 +00:00
element.rs editor: Sticky diff hunk controls (#49260) 2026-02-16 13:17:05 +00:00
folding_ranges.rs lsp: Sanitize newlines in document and workspace symbol names (#49092) 2026-02-13 17:47:38 +00:00
git.rs
highlight_matching_bracket.rs editor: Batch calls to fold_buffer in ProjectDiff::refresh (#49278) 2026-02-16 20:58:30 +01:00
hover_links.rs editor: Implement semantic highlighting (#46356) 2026-02-04 17:37:13 +00:00
hover_popover.rs Re-add MultiWorkspace (#48800) 2026-02-12 01:06:23 +00:00
indent_guides.rs gpui(windows): Reduce timer resolution to 1ms (#48364) 2026-02-04 14:49:02 +00:00
inlays.rs editor: Implement semantic highlighting (#46356) 2026-02-04 17:37:13 +00:00
items.rs Re-add MultiWorkspace (#48800) 2026-02-12 01:06:23 +00:00
jsx_tag_auto_close.rs Improve performance when detecting JSX auto close (#48622) 2026-02-10 20:46:28 +05:30
linked_editing_ranges.rs editor: Implement semantic highlighting (#46356) 2026-02-04 17:37:13 +00:00
lsp_ext.rs Add configurable LSP timeout setting (#44745) 2026-02-07 00:36:37 +00:00
mouse_context_menu.rs agent: Add project-level disable_ai setting (#47902) 2026-02-13 11:57:43 -06:00
movement.rs git: Fix desynced scrolling between LHS and RHS of side-by-side diff (#47913) 2026-01-31 18:33:22 +00:00
persistence.rs Fix fold persistence corruption from external file changes (#46011) 2026-01-10 08:36:33 +00:00
rust_analyzer_ext.rs Implement Vim's tag stack (#46002) 2026-01-15 17:48:15 +00:00
scroll.rs Support LSP document symbols in breadcrumbs and outline UI (#48780) 2026-02-11 21:30:03 +02:00
selections_collection.rs text: Speed up offset_for_anchor and fragment_id_for_anchor conversions (#46989) 2026-01-16 15:23:57 +00:00
semantic_tokens.rs Fix semantic highlights not cleared when disabled in settings (#49066) 2026-02-12 20:52:46 +00:00
signature_help.rs editor: Propagate buffer_font_features to signatureHelp popover (#48653) 2026-02-07 02:36:46 +02:00
split.rs git: Remove unnecessary block map recomputation when splitting SplittableEditor (#49075) 2026-02-13 15:52:04 +00:00
split_editor_view.rs git: Fix desynced scrolling between LHS and RHS of side-by-side diff (#47913) 2026-01-31 18:33:22 +00:00
tasks.rs Reduce display_map snapshot creation (#39354) 2025-10-17 21:56:57 +02:00
test.rs git: Follow-up fixes for custom blocks in the side-by-side diff (#48747) 2026-02-08 20:10:52 -05:00