ZIm/crates/editor/src
2024-10-15 13:10:01 -04:00
..
display_map Pass Summary::Context to Item::summarize (#18510) 2024-09-29 10:30:48 -06:00
git Pass Summary::Context to Item::summarize (#18510) 2024-09-29 10:30:48 -06: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 Fix the completions being too slow (#19013) 2024-10-10 12:53:02 +03:00
actions.rs Add an apply button to hunks in proposed changes editor (#18592) 2024-10-01 11:07:52 -06: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 Replace Default trait bound with a zero function on Summary/Dimension (#17975) 2024-09-17 19:43:59 -06:00
editor.rs gpui: Improve performance of laying out long lines (#19215) 2024-10-15 16:28:47 +02: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 Fix the completions being too slow (#19013) 2024-10-10 12:53:02 +03:00
element.rs Fix block cursor obscuring placeholder text and editor text in some cases (#18114) 2024-10-15 13:10:01 -04: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 Fix some issues with branch buffers (#18945) 2024-10-09 16:55:25 -07:00
hover_popover.rs Fix the completions being too slow (#19013) 2024-10-10 12:53:02 +03:00
hunk_diff.rs Fix bugs in expanding diff hunk (#18885) 2024-10-08 17:30:42 -07:00
indent_guides.rs indent guides: Fix edge case when line is folded (#13498) 2024-06-25 12:00:40 +02: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 Move formatting to LSP store (#18242) 2024-09-23 13:33:28 -07:00
linked_editing_ranges.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
lsp_ext.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
mouse_context_menu.rs editor: Fix "Reveal in File Manager" not working with multibuffers (#18626) 2024-10-02 13:45:07 +02:00
movement.rs Remove replica_id from MultiBuffers (#18141) 2024-09-20 10:48:27 -04:00
persistence.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
proposed_changes_editor.rs Fix some issues with branch buffers (#18945) 2024-10-09 16:55:25 -07: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 Remove Debug constraint on SumTree (and its related traits/structs) (#18248) 2024-09-23 16:21:24 -06: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