zed/crates/editor/src
Michael Sloan 61115bd047
Some checks are pending
CI / check_docs_only (push) Waiting to run
CI / Check Postgres and Protobuf migrations, mergability (push) Waiting to run
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Blocked by required conditions
CI / (Linux) Run Clippy and tests (push) Blocked by required conditions
CI / (Linux) Build Remote Server (push) Blocked by required conditions
CI / (Windows) Run Clippy and tests (push) Blocked by required conditions
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
CI / Auto release preview (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Docs / Check formatting (push) Waiting to run
Script / ShellCheck Scripts (push) Waiting to run
Fix a completions panic when no fuzzy matches + inline completion (#23019)
My mistake in #22977, in the case where the inline completion was not
selected it set the index to 1 assuming there would be following match
entries.
2025-01-12 02:41:28 +00:00
..
display_map vim: Fix clipping when navigating over inlay hints (#22813) 2025-01-08 09:41:43 +00:00
git Move git status out of Entry (#22224) 2025-01-04 01:00:16 +00:00
scroll Fix jank in LSP debug log autoscroll (#22998) 2025-01-11 05:59:21 +00:00
signature_help
test Move git status out of Entry (#22224) 2025-01-04 01:00:16 +00:00
actions.rs vim: Add Separator and RemoveIndent in Join Lines, fix gJ use space join (#22496) 2025-01-07 17:04:49 +00:00
blame_entry_tooltip.rs
blink_manager.rs
clangd_ext.rs
code_context_menus.rs Fix a completions panic when no fuzzy matches + inline completion (#23019) 2025-01-12 02:41:28 +00:00
display_map.rs vim: Fix clipping when navigating over inlay hints (#22813) 2025-01-08 09:41:43 +00:00
editor.rs Add support for rename with language servers that lack prepareRename (#23000) 2025-01-11 21:22:17 +00:00
editor_settings.rs
editor_settings_controls.rs
editor_tests.rs Add support for rename with language servers that lack prepareRename (#23000) 2025-01-11 21:22:17 +00:00
element.rs Notify user about LSP errors from editor actions (#23011) 2025-01-11 21:48:50 +00:00
git.rs
highlight_matching_bracket.rs
hover_links.rs
hover_popover.rs Do not show copy buttons in editor's hover popovers (#22962) 2025-01-10 14:16:52 +00:00
hunk_diff.rs Support diagnostic navigation in multibuffers (#22620) 2025-01-03 18:07:56 +00:00
indent_guides.rs
inlay_hint_cache.rs Fix inlay hints display reverting to settings value on theme change (#22605) 2025-01-04 08:26:08 +00:00
inline_completion_tests.rs Animate Zeta button while generating completions (#22899) 2025-01-09 15:24:35 +00:00
items.rs Make SelectionsCollection::disjoint_anchor_ranges return an iterator (#22948) 2025-01-10 09:37:46 +00:00
linked_editing_ranges.rs
lsp_ext.rs
mouse_context_menu.rs
movement.rs
persistence.rs
proposed_changes_editor.rs
rust_analyzer_ext.rs
scroll.rs
selections_collection.rs Make SelectionsCollection::disjoint_anchor_ranges return an iterator (#22948) 2025-01-10 09:37:46 +00:00
signature_help.rs
tasks.rs
test.rs