ZIm/crates/editor/src
Michael Sloan c03f5b351b
Use strikethrough on tab label to indicate file deletion (#20711)
Closes #5364

Release Notes:

- Added indication of deleted files. Files deleted outside of Zed will
have a strikethrough in the title of the tab.
2024-11-15 00:39:09 -07:00
..
display_map Use replace blocks for patches (#20605) 2024-11-13 18:55:23 +01: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 vim: Enable % to jump between tags (#20536) 2024-11-14 12:41:53 -07:00
actions.rs tasks: Add editor: Spawn Nearest Task action (#19901) 2024-10-31 14:25:57 +01: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 Use replace blocks for patches (#20605) 2024-11-13 18:55:23 +01:00
editor.rs Avoid creating occlusions for editor blocks, since these block mouse wheel events (#20649) 2024-11-13 21:02:54 -08: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 Use replace blocks for patches (#20605) 2024-11-13 18:55:23 +01:00
element.rs Use replace blocks for patches (#20605) 2024-11-13 18:55:23 +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 ui: Fix scrollbar content size calculation for non-uniform lists with single element (#20237) 2024-11-05 14:32:13 +01:00
hunk_diff.rs Avoid creating occlusions for editor blocks, since these block mouse wheel events (#20649) 2024-11-13 21:02:54 -08: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 Use strikethrough on tab label to indicate file deletion (#20711) 2024-11-15 00:39:09 -07:00
linked_editing_ranges.rs Improve project search performance (#20211) 2024-11-05 03:49:37 +02: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 Expand selections to Replace block boundaries (#20092) 2024-11-01 16:10:19 -04: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