ZIm/crates/editor/src
Michael Sloan 55e1e831a1
Make language registry optional in parse_markdown (#23221)
Motivation for this is using markdown for keymap error notifications in
#23113

Release Notes:

- N/A
2025-01-16 03:56:46 -07:00
..
display_map Rework inlay hint cache tests (#23156) 2025-01-15 20:13:15 +02:00
git Make language registry optional in parse_markdown (#23221) 2025-01-16 03:56:46 -07:00
scroll Clarify logic for Autoscroll::newest() and Autoscroll::fit() (#23048) 2025-01-13 05:33:24 +00:00
signature_help lsp: Implement textDocument/signatureHelp for ProjectClientState::Local environment (#12909) 2024-07-11 13:38:33 +03:00
test lsp: Parse LSP messages on background thread - again (#23122) 2025-01-14 13:50:54 +00:00
actions.rs Add support for namespace changes in action deprecations (#23086) 2025-01-13 20:56:22 +00: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 Cleanups preparing for WindowContext refactor (#22475) 2024-12-28 21:36:14 +00:00
code_context_menus.rs edit prediction: Fix width of completion item (#23177) 2025-01-15 14:15:50 +00:00
display_map.rs vim: Fix clipping when navigating over inlay hints (#22813) 2025-01-08 09:41:43 +00:00
editor.rs Rework inlay hint cache tests (#23156) 2025-01-15 20:13:15 +02:00
editor_settings.rs docs: Update scrollbar > diagnostics setting section (#22574) 2025-01-02 17:27:17 +00:00
editor_settings_controls.rs Toggle & Switch (#21979) 2024-12-13 14:23:02 -05:00
editor_tests.rs Remove inaccurate comments (#23056) 2025-01-13 20:38:44 +00:00
element.rs editor: Adjust offset of the opened jump target in the multibuffer (#23091) 2025-01-13 21:08:46 +00:00
git.rs Add a prototype with a multi buffer having all project git changes (#21543) 2024-12-04 23:36:36 +02: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 Cleanups preparing for WindowContext refactor (#22475) 2024-12-28 21:36:14 +00:00
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 Return back the logic for indent guides check (#22095) 2024-12-16 22:53:14 +02:00
inlay_hint_cache.rs Rework inlay hint cache tests (#23156) 2025-01-15 20:13:15 +02:00
inline_completion_tests.rs Animate Zeta button while generating completions (#22899) 2025-01-09 15:24:35 +00:00
items.rs Represent git statuses more faithfully (#23082) 2025-01-16 00:01:38 +00:00
linked_editing_ranges.rs Improve project search performance (#20211) 2024-11-05 03:49:37 +02:00
lsp_ext.rs editor: Improve performance of lsp_ext validation (#22299) 2024-12-20 18:41:23 +00:00
mouse_context_menu.rs Add action editor::OpenContextMenu (#21494) 2024-12-04 14:13:50 -07:00
movement.rs Highlight whitespace-only inline completions with background (#21954) 2024-12-13 13:40:34 +01:00
persistence.rs Add fs::MTime newtype to encourage != instead of > (#20830) 2024-11-21 19:21:18 -07:00
proposed_changes_editor.rs Dequalify WindowContext and AsyncWindowContext identifiers (#22444) 2024-12-28 21:21:32 +00:00
rust_analyzer_ext.rs Cleanups preparing for WindowContext refactor (#22475) 2024-12-28 21:36:14 +00:00
scroll.rs editor: Add horizontal scrollbar (#19495) 2024-12-17 17:24:59 +01:00
selections_collection.rs Make SelectionsCollection::disjoint_anchor_ranges return an iterator (#22948) 2025-01-10 09:37:46 +00:00
signature_help.rs Make language registry optional in parse_markdown (#23221) 2025-01-16 03:56:46 -07:00
tasks.rs Cleanups preparing for WindowContext refactor (#22475) 2024-12-28 21:36:14 +00:00
test.rs Fix bugs in diff hunk highlighting (#18454) 2024-09-27 11:14:28 -07:00