ZIm/crates/editor/src
João Marcos be1ac78e11
Unfold buffers in multibuffers when editing them (#25677)
Release Notes:

- Multibuffers: Unfold excerpts when editing their contents.

Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2025-02-26 17:39:33 -03:00
..
display_map Unfold buffers in multibuffers when editing them (#25677) 2025-02-26 17:39:33 -03:00
git Remove language::markdown (#25136) 2025-02-19 08:55:36 -07:00
scroll Rework edit prediction preview mode (#24700) 2025-02-11 23:14:12 +00:00
test Fix staging and unstaging of added and deleted files (#25631) 2025-02-26 07:25:31 +00:00
actions.rs Add stop_at_indent for MoveToBeginningOfLine (#25428) 2025-02-25 12:03:14 -05: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 Remove language::markdown (#25136) 2025-02-19 08:55:36 -07:00
commit_tooltip.rs Fix UI font size changes not applying (#25307) 2025-02-21 06:24:02 -03:00
display_map.rs Unfold buffers in multibuffers when editing them (#25677) 2025-02-26 17:39:33 -03:00
editor.rs Unfold buffers in multibuffers when editing them (#25677) 2025-02-26 17:39:33 -03:00
editor_settings.rs Revert "Hide the mouse when the user is typing in the editor (#25040)" (#25393) 2025-02-22 10:19:23 -05:00
editor_settings_controls.rs Fix UI font size changes not applying (#25307) 2025-02-21 06:24:02 -03:00
editor_tests.rs Unfold buffers in multibuffers when editing them (#25677) 2025-02-26 17:39:33 -03:00
element.rs Style filenames and paths in project diff buffer headers according to git status (#25653) 2025-02-26 14:43:10 -05: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 windows: Fix tests on Windows (#22616) 2025-02-05 14:30:09 +00:00
hover_popover.rs editor: Fix panic when editor::SelectLargerSyntaxNode overflows excerpt in multi buffer (#25585) 2025-02-26 01:05:00 +05:30
indent_guides.rs cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103) 2025-02-18 20:30:33 +00:00
inlay_hint_cache.rs cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103) 2025-02-18 20:30:33 +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 cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103) 2025-02-18 20:30:33 +00: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 Add stop_at_indent for MoveToBeginningOfLine (#25428) 2025-02-25 12:03:14 -05: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 Display case-sensitive keybindings for vim commands (#24322) 2025-02-14 22:03:59 -07: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 Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
signature_help.rs Fix UI font size changes not applying (#25307) 2025-02-21 06:24:02 -03: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