ZIm/crates/editor/src
Kirill Bulatov 5e07d0f6de
Trigger formatting effects when saving unmodified singleton buffers (#32603)
Closes https://github.com/zed-industries/zed/issues/12091

Use `"save_non_dirty_buffers": false` editor settings to disable this
behavior.

Release Notes:

- Fixed formatting effects not triggered when saving unmodified
singleton buffers
2025-06-12 12:25:32 +00:00
..
display_map chore: Fix warnings for Rust 1.89 (#32378) 2025-06-09 13:11:57 +02:00
git Use read-only access methods for read-only entity operations (#31479) 2025-05-26 23:04:31 -04:00
scroll chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
test Automatically keep edits if they are included in a commit (#32093) 2025-06-04 19:54:24 +02:00
actions.rs Fix code actions run confusion (#32579) 2025-06-11 16:51:46 -06:00
blink_manager.rs Remove unneeded anonymous lifetimes from gpui::Context (#27686) 2025-03-28 19:26:30 +00:00
clangd_ext.rs Use read-only access methods for read-only entity operations (#31479) 2025-05-26 23:04:31 -04:00
code_completion_tests.rs editor: Use fuzzy crate in code completions tests instead of hard coded values (#32565) 2025-06-11 23:26:19 +05:30
code_context_menus.rs Fix code actions run confusion (#32579) 2025-06-11 16:51:46 -06:00
display_map.rs Don't show invisibles from inlays (#32088) 2025-06-04 10:33:22 -06:00
editor.rs Trigger formatting effects when saving unmodified singleton buffers (#32603) 2025-06-12 12:25:32 +00:00
editor_settings.rs Trigger formatting effects when saving unmodified singleton buffers (#32603) 2025-06-12 12:25:32 +00:00
editor_settings_controls.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
editor_tests.rs Trigger formatting effects when saving unmodified singleton buffers (#32603) 2025-06-12 12:25:32 +00:00
element.rs editor: Add delay for selection drag to prevent accidental drag over attempt for new selection (#32586) 2025-06-12 06:07:20 +05:30
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: Respect multi_cursor_modifier setting when making columnar selections using mouse (#32273) 2025-06-08 01:51:13 +05:30
hover_popover.rs gpui: Fix scroll area to support two-layer scrolling in different directions (#31062) 2025-06-06 10:06:09 -07:00
indent_guides.rs Fix editor rendering slowness with large folds (#31569) 2025-05-28 23:05:06 +00:00
inlay_hint_cache.rs Use read-only access methods for read-only entity operations (#31479) 2025-05-26 23:04:31 -04:00
inline_completion_tests.rs Restore scroll after undo edit prediction (#31162) 2025-05-22 09:16:11 +00:00
items.rs Trigger formatting effects when saving unmodified singleton buffers (#32603) 2025-06-12 12:25:32 +00:00
jsx_tag_auto_close.rs Avoid re-querying language server completions when possible (#31872) 2025-06-02 22:19:09 +00:00
linked_editing_ranges.rs editor: Fix extra characters were being written at the end of an HTML tag (#28529) 2025-04-11 00:17:34 +05:30
lsp_ext.rs Select applicable positions for lsp_ext methods more leniently (#32272) 2025-06-06 22:47:20 +00:00
mouse_context_menu.rs Add a run menu (#32505) 2025-06-10 19:57:46 -06:00
movement.rs Rewrite documentation comment for right movement (#32547) 2025-06-12 08:39:17 +03:00
persistence.rs Simplify the SerializableItem::cleanup implementation (#29567) 2025-04-28 22:15:24 +00:00
proposed_changes_editor.rs lsp: Implement support for the textDocument/diagnostic command (#19230) 2025-06-05 19:42:52 +00:00
rust_analyzer_ext.rs Select applicable positions for lsp_ext methods more leniently (#32272) 2025-06-06 22:47:20 +00:00
scroll.rs theme: Add colors for minimap thumb and border (#30785) 2025-05-26 18:23:41 +00:00
selections_collection.rs chore: Fix warnings for Rust 1.89 (#32378) 2025-06-09 13:11:57 +02:00
signature_help.rs editor: Defer the effects of change_selections to end of transact (#31731) 2025-05-30 01:53:02 -06:00
tasks.rs Support tasks from rust-analyzer (#28359) 2025-04-08 15:07:56 -06:00
test.rs Add #[track_caller] to test utilities that involve marked text (#32043) 2025-06-04 02:37:27 +00:00