zed/crates/editor/src
Antonio Scandurra c8003c0697
Take a mutable context when resolving selections (#19948)
This is a behavior-preserving change, but lays the groundwork for
expanding selections when the cursor lands inside of a "replace" block.

Release Notes:

- N/A
2024-10-30 15:21:51 +01:00
..
display_map Fix missing diagnostic and text highlights after blocks (#19920) 2024-10-29 13:47:43 -07:00
git Fix the log spam from the BlameBuffer request (#19921) 2024-10-29 13:02:21 -07:00
scroll vim: Fix ctrl-b not moving the cursor (#17808) 2024-09-16 15:01:20 +02:00
signature_help lsp: Implement textDocument/signatureHelp for ProjectClientState::Local environment (#12909) 2024-07-11 13:38:33 +03:00
test windows: Fix more windows platform test (#19802) 2024-10-27 19:15:23 +02:00
actions.rs Add editor: fold at level <level> commands (#19750) 2024-10-25 16:08:37 -04:00
blame_entry_tooltip.rs Tweak git blame tooltip design (#17517) 2024-09-06 17:12:20 -03:00
blink_manager.rs Hide blinking cursor when window is deactivated (#15408) 2024-07-30 10:49:15 +03:00
clangd_ext.rs Use const over static for string literals (#18635) 2024-10-02 12:33:13 -04:00
debounced_delay.rs Fix the completions being too slow (#19013) 2024-10-10 12:53:02 +03:00
display_map.rs Fix missing diagnostic and text highlights after blocks (#19920) 2024-10-29 13:47:43 -07:00
editor.rs Take a mutable context when resolving selections (#19948) 2024-10-30 15:21:51 +01:00
editor_settings.rs Standardize on CursorShape::Underline not Underscore (#19028) 2024-10-11 10:44:21 +02:00
editor_settings_controls.rs Revert "settings: Remove auxiliary Content types where possible (#16744)" (#17768) 2024-09-12 14:46:08 -04:00
editor_tests.rs Add fold_at_level test (#19800) 2024-10-26 21:57:55 -04:00
element.rs Take a mutable context when resolving selections (#19948) 2024-10-30 15:21:51 +01:00
git.rs Move DisplayDiffHunk into hunk_diff module (#18307) 2024-09-24 18:16:27 -04:00
highlight_matching_bracket.rs Add ability to separately set background color for highlighted brackets (#17566) 2024-09-26 12:48:23 -04:00
hover_links.rs remote server: Fix error log about inability to open buffer (#19824) 2024-10-28 16:35:37 +01:00
hover_popover.rs Reland invisibles (#19846) 2024-10-28 20:27:09 -06:00
hunk_diff.rs Add keybindings for accepting hunks (#19749) 2024-10-25 14:10:04 -04:00
indent_guides.rs Support .editorconfig (#19455) 2024-10-21 13:05:30 +03:00
inlay_hint_cache.rs Fix some issues with branch buffers (#18945) 2024-10-09 16:55:25 -07:00
inline_completion_provider.rs Return completion proposals from inline completion providers (#17578) 2024-09-16 20:57:58 -06:00
items.rs Fall back to handling the abs path for external worktree entries (#19612) 2024-10-23 17:34:23 +03:00
linked_editing_ranges.rs Take a mutable context when resolving selections (#19948) 2024-10-30 15:21:51 +01:00
lsp_ext.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
mouse_context_menu.rs Allow formatting selections via LSP (#18752) 2024-10-16 15:58:37 +02:00
movement.rs Combine excerpt footer and header into a single block (#19441) 2024-10-18 17:58:07 -07:00
persistence.rs Fall back to handling the abs path for external worktree entries (#19612) 2024-10-23 17:34:23 +03:00
proposed_changes_editor.rs Add keybindings for accepting hunks (#19749) 2024-10-25 14:10:04 -04:00
rust_analyzer_ext.rs Use const over static for string literals (#18635) 2024-10-02 12:33:13 -04:00
scroll.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
selections_collection.rs Take a mutable context when resolving selections (#19948) 2024-10-30 15:21:51 +01:00
signature_help.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
tasks.rs Rework remote task synchronization (#18746) 2024-10-09 22:28:42 +03:00
test.rs Fix bugs in diff hunk highlighting (#18454) 2024-09-27 11:14:28 -07:00