ZIm/crates/editor/src
Smit Barmase 697a39c251
Fix issue where renaming a file would not update imports in related files if they are not open (#36681)
Closes #34445

Now we open a multi-buffer consisting of buffers that have updated,
renamed file imports.

Only local is handled, for now.

Release Notes:

- Fixed an issue where renaming a file would not update imports in
related files if they are not already open.
2025-08-21 20:19:17 +05:30
..
display_map Show excerpt dividers in without_headers multibuffers (#36647) 2025-08-21 13:23:56 +00:00
git Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00
scroll Enforce style lints which do not have violations (#36580) 2025-08-20 14:07:37 +02:00
test Fix clippy::len_zero lint style violations (#36589) 2025-08-20 14:35:59 +00:00
actions.rs Add alt-s to helix mode (#33918) 2025-08-14 13:04:38 -04:00
blink_manager.rs Remove unneeded anonymous lifetimes from gpui::Context (#27686) 2025-03-28 19:26:30 +00:00
clangd_ext.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
code_completion_tests.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
code_context_menus.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
display_map.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
edit_prediction_tests.rs editor: Fix edit_predictions_disabled_in not disabling predictions (#36469) 2025-08-19 14:43:41 +05:30
editor.rs Fix issue where renaming a file would not update imports in related files if they are not open (#36681) 2025-08-21 20:19:17 +05:30
editor_settings.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
editor_settings_controls.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
editor_tests.rs Fix clippy::len_zero lint style violations (#36589) 2025-08-20 14:35:59 +00:00
element.rs Show excerpt dividers in without_headers multibuffers (#36647) 2025-08-21 13:23:56 +00:00
git.rs Project Diff 2 (#23891) 2025-02-03 13:18:50 -07:00
highlight_matching_bracket.rs editor: Use highlight_text to highlight matching brackets, fix unnecessary inlay hint highlighting (#36540) 2025-08-21 09:27:41 +03:00
hover_links.rs Fix more improper uses of the buffer_id field of Anchor (#36636) 2025-08-21 09:24:34 -04:00
hover_popover.rs Stop waiting for part of LSP responses on remote Collab clients' part (#36557) 2025-08-21 09:24:34 +03:00
indent_guides.rs Fix clippy::println_empty_string, clippy::while_let_on_iterator, clippy::while_let_on_iterator lint style violations (#36613) 2025-08-20 20:14:30 +02:00
inlay_hint_cache.rs Fix more improper uses of the buffer_id field of Anchor (#36636) 2025-08-21 09:24:34 -04:00
items.rs Fix clippy::println_empty_string, clippy::while_let_on_iterator, clippy::while_let_on_iterator lint style violations (#36613) 2025-08-20 20:14:30 +02:00
jsx_tag_auto_close.rs Fix clippy::len_zero lint style violations (#36589) 2025-08-20 14:35:59 +00:00
linked_editing_ranges.rs Fix more improper uses of the buffer_id field of Anchor (#36636) 2025-08-21 09:24:34 -04:00
lsp_colors.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
lsp_ext.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
mouse_context_menu.rs Fix more improper uses of the buffer_id field of Anchor (#36636) 2025-08-21 09:24:34 -04:00
movement.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
persistence.rs Simplify the SerializableItem::cleanup implementation (#29567) 2025-04-28 22:15:24 +00:00
proposed_changes_editor.rs Stop waiting for part of LSP responses on remote Collab clients' part (#36557) 2025-08-21 09:24:34 +03:00
rust_analyzer_ext.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
scroll.rs Enforce style lints which do not have violations (#36580) 2025-08-20 14:07:37 +02:00
selections_collection.rs Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00
signature_help.rs Stop waiting for part of LSP responses on remote Collab clients' part (#36557) 2025-08-21 09:24:34 +03:00
tasks.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
test.rs Show excerpt dividers in without_headers multibuffers (#36647) 2025-08-21 13:23:56 +00:00