zed/crates/editor/src
Kirill Bulatov fa1d0362b4
Fix mouse multi cursor placement for wrapped lines (#61590)
Closes https://github.com/zed-industries/zed/issues/25237


https://github.com/user-attachments/assets/0f1d54a0-c8f1-4b49-8327-73375a2e1f4e


Release Notes:

- Fixed mouse multi cursor placement for wrapped lines

---------

Co-authored-by: Finn Evers <finn@zed.dev>
2026-07-28 12:49:43 +00:00
..
display_map editor: Fix panic removing blocks in split diff with companion edit at EOF (#60445) 2026-07-09 09:20:39 +00:00
editor_tests gpui: Add property_test macro (#50935) 2026-03-06 14:03:45 +00:00
element editor: Fix sticky header drag cancels autoscroll (#53592) 2026-07-24 18:49:53 +00:00
git editor: Fix Git blame gutter width with avatars (#61287) 2026-07-20 02:50:00 +00:00
inlays project: Fix panic when an inlay hint response outlives its buffer version (#61747) 2026-07-27 21:04:36 +00:00
scroll editor: Fix horizontal autoscroll only revealing part of search matches (#61487) 2026-07-23 06:38:04 +00:00
test language: Refactor available_languages into its own struct (#61388) 2026-07-23 11:22:43 +00:00
actions.rs search: Add LSP location pickers for references, definitions, and diagnostics (#59838) 2026-07-15 14:36:43 +00:00
blink_manager.rs editor: Blink cursors only in the focused editor (#61086) 2026-07-16 11:43:27 +00:00
bookmarks.rs Make the existing bookmark action add an unnamed bookmark again (#60185) 2026-07-01 09:34:33 +00:00
bracket_colorization.rs Calculate buffer chunks lazily (#61523) 2026-07-23 13:36:40 +00:00
clangd_ext.rs Merge gpui::Task and scheduler::Task (#53674) 2026-05-05 22:41:13 +00:00
clipboard.rs editor: Fix crash when copying and pasting using multiple cursors (#61545) 2026-07-24 00:16:06 +00:00
code_actions.rs Show runnable task results in gutter (#61095) 2026-07-21 05:36:42 +00:00
code_completion_tests.rs Improve warning display UI related to skills (#58838) 2026-06-08 15:46:15 +00:00
code_context_menus.rs Fix: prevent completion labels and docs from being truncated (#61324) 2026-07-25 13:10:24 +00:00
code_lens.rs language: Refactor available_languages into its own struct (#61388) 2026-07-23 11:22:43 +00:00
completions.rs snippets: Strip path separators from language snippet file names (#61421) 2026-07-23 04:49:39 +00:00
config.rs search: Fix toggle soft wrap not working while the search bar is focused (#61150) 2026-07-21 06:14:52 +00:00
diagnostics.rs Fix toggling diagnostics off not allowing to toggle them back (#60963) 2026-07-21 17:28:38 +00:00
display_map.rs language: Refactor available_languages into its own struct (#61388) 2026-07-23 11:22:43 +00:00
document_colors.rs Rust 1.95 (#55104) 2026-04-29 10:27:47 +00:00
document_links.rs Support LSP document links (#56011) 2026-05-26 07:09:47 +00:00
document_symbols.rs Fall back to file names in breadcumbs with LSP symbols (#61511) 2026-07-23 11:35:26 +00:00
edit_prediction.rs Classify edit prediction lifecycle triggers (#60983) 2026-07-15 13:14:36 +00:00
edit_prediction_tests.rs Classify edit prediction lifecycle triggers (#60983) 2026-07-15 13:14:36 +00:00
editor.rs Fix adding breakpoint/bookmark via gutter context menu using the wrong row (#59269) 2026-07-24 12:20:06 +00:00
editor_block_comment_tests.rs editor: Add action to toggle block comments (#48752) 2026-04-08 22:29:16 +03:00
editor_settings.rs git_ui: Show full files by default in solo diffs (#60989) 2026-07-20 21:31:42 +00:00
editor_tests.rs Fix mouse multi cursor placement for wrapped lines (#61590) 2026-07-28 12:49:43 +00:00
element.rs editor: Do not reserve inline blame scroll width when blame is in the status bar (#61422) 2026-07-22 14:32:56 +00:00
fold.rs editor: Extract fold and selection out of editor.rs (#56070) 2026-05-07 16:14:47 +00:00
folding_ranges.rs git: Fix diff hunks not being removed on restore in remote projects (#54823) 2026-05-07 17:40:28 +00:00
git.rs git_ui: Add restore buttons to unstaged diff view (#60639) 2026-07-12 13:39:09 +00:00
highlight_matching_bracket.rs language: Refactor available_languages into its own struct (#61388) 2026-07-23 11:22:43 +00:00
hover_links.rs editor: Check anchor validity for hovered links (#61686) 2026-07-26 16:37:40 +00:00
hover_popover.rs Revert force hardmark settings for documentation hover (#61622) 2026-07-27 12:43:36 +00:00
indent_guides.rs Add vim/emacs modeline support (#49267) 2026-03-25 03:15:51 +00:00
inlays.rs Require multibuffer excerpts to be ordered and nonoverlapping (#52364) 2026-04-01 17:25:32 +00:00
input.rs Use more .array_windows::<N>() (#58877) 2026-07-08 12:10:32 +00:00
items.rs editor: Skip untitled buffers when saving a multi-buffer (#61380) 2026-07-24 22:19:11 +00:00
jsx_tag_auto_close.rs Require multibuffer excerpts to be ordered and nonoverlapping (#52364) 2026-04-01 17:25:32 +00:00
linked_editing_ranges.rs Require multibuffer excerpts to be ordered and nonoverlapping (#52364) 2026-04-01 17:25:32 +00:00
lsp_ext.rs Fix task modal fallback when LSP tasks are empty (#58090) 2026-05-29 17:49:11 +00:00
markdown_actions.rs Add action to toggle block quotes in Markdown (#58383) 2026-06-04 23:34:13 +00:00
mouse_context_menu.rs editor: Fix right-click context menus failing to appear at pixel-snapped scroll positions (#61348) 2026-07-22 19:17:25 +00:00
movement.rs editor: Treat single punctuation as a word boundary (#58882) 2026-07-22 21:00:52 +00:00
navigation.rs editor: Preserve preview tabs for references multibuffers (#61021) 2026-07-23 18:56:45 +00:00
persistence.rs Fix shared database test isolation (#51809) 2026-03-18 12:05:57 -07:00
rewrap.rs editor: Preserve non-breaking whitespace during rewrap (#59893) 2026-07-15 22:17:51 +00:00
runnables.rs Add gutter action to clear run status (#61375) 2026-07-22 09:03:13 +00:00
rust_analyzer_ext.rs Merge gpui::Task and scheduler::Task (#53674) 2026-05-05 22:41:13 +00:00
scroll.rs Make editor::LineUp & editor::LineDown honor vertical_scroll_margin like vim::LineUp & vim::LineDown (#52057) 2026-07-08 16:37:08 +00:00
selection.rs Fix mouse multi cursor placement for wrapped lines (#61590) 2026-07-28 12:49:43 +00:00
selections_collection.rs editor: Place added cursors by tab-expanded column (#61153) 2026-07-21 06:22:51 +00:00
semantic_tokens.rs language: Refactor available_languages into its own struct (#61388) 2026-07-23 11:22:43 +00:00
signature_help.rs Correctly handle file links in markdown and agent threads (#56024) 2026-06-05 11:17:44 +00:00
split.rs search: Fix toggle soft wrap not working while the search bar is focused (#61150) 2026-07-21 06:14:52 +00:00
split_editor_view.rs editor: Align split buffer headers with scrollbar layout (#53782) 2026-06-12 15:37:55 +00:00
tasks.rs Require multibuffer excerpts to be ordered and nonoverlapping (#52364) 2026-04-01 17:25:32 +00:00
test.rs Hide code lens' blocks in folds (#60011) 2026-06-27 21:19:49 +00:00