ZIm/crates/editor/src
Cole Miller 87b3fefdd1
Fix panic when expanding a deletion hunk with blame open (#26130)
Closes #26118

Release Notes:

- Fixed a panic when expanding diff hunks while git blame is open
2025-03-05 13:07:36 -05:00
..
display_map vim: Add registers view (#25945) 2025-03-04 21:59:19 -07:00
git Fix panic when expanding a deletion hunk with blame open (#26130) 2025-03-05 13:07:36 -05:00
scroll Rework edit prediction preview mode (#24700) 2025-02-11 23:14:12 +00:00
test Fix diff_hunk_before in a multibuffer (#26059) 2025-03-04 20:07:19 -07:00
actions.rs git: Fix project diff shortcuts (#26045) 2025-03-04 10:32:20 -07:00
blink_manager.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
clangd_ext.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
code_context_menus.rs Add user-visible output for remote operations (#25849) 2025-03-03 09:20:15 +00:00
commit_tooltip.rs Fix UI font size changes not applying (#25307) 2025-02-21 06:24:02 -03:00
display_map.rs vim: Add registers view (#25945) 2025-03-04 21:59:19 -07:00
editor.rs Fix diff_hunk_before in a multibuffer (#26059) 2025-03-04 20:07:19 -07:00
editor_settings.rs Rust 1.85 (#25272) 2025-02-28 18:33:35 +01:00
editor_settings_controls.rs Fix UI font size changes not applying (#25307) 2025-02-21 06:24:02 -03:00
editor_tests.rs git: Fix project diff shortcuts (#26045) 2025-03-04 10:32:20 -07:00
element.rs Fix lag when large diff hunk intersects the viewport (#26088) 2025-03-04 16:25:58 -08:00
git.rs Project Diff 2 (#23891) 2025-02-03 13:18:50 -07:00
highlight_matching_bracket.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
hover_links.rs editor: Fix cmd + click on a URL not working sometimes (#26128) 2025-03-05 20:58:18 +05:30
hover_popover.rs markdown: Allow code blocks and tables to be horizontally scrollable (#25956) 2025-03-03 22:52:59 +00:00
indent_guides.rs cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103) 2025-02-18 20:30:33 +00:00
inlay_hint_cache.rs Ensure inlay hint toggling with modifiers happens fast (#25852) 2025-03-01 08:15:57 +00:00
inline_completion_tests.rs Require alt-tab for AcceptEditPrediction when tab inserting whitespace is desired (#24705) 2025-02-12 01:14:09 +00:00
items.rs Make buffer search aware of search direction (#24974) 2025-03-04 19:27:37 -07:00
linked_editing_ranges.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
lsp_ext.rs project: Fine-grained language server management (#24038) 2025-02-14 15:41:49 +01:00
mouse_context_menu.rs editor: Disable "Open in Terminal" when it's not possible (#25059) 2025-02-18 04:07:04 -03:00
movement.rs Rust 1.85 (#25272) 2025-02-28 18:33:35 +01:00
persistence.rs Do not fail hard on selection persistence if the editor is removed (#25120) 2025-02-18 22:52:23 +00:00
proposed_changes_editor.rs Optimistically update hunk states when staging and unstaging hunks (#25687) 2025-02-28 20:55:29 +00:00
rust_analyzer_ext.rs Improve expanded macro ergonomics (#25298) 2025-02-21 00:40:08 +00:00
scroll.rs edit prediction: Refine the stealth mode (#25599) 2025-02-26 12:50:11 -03:00
selections_collection.rs Rust 1.85 (#25272) 2025-02-28 18:33:35 +01:00
signature_help.rs Add user-visible output for remote operations (#25849) 2025-03-03 09:20:15 +00:00
tasks.rs Improve Zed tasks' ZED_WORKTREE_ROOT fallbacks (#25605) 2025-02-26 22:30:31 +02:00
test.rs windows: Fix tests on Windows (#22616) 2025-02-05 14:30:09 +00:00