zed/crates/editor/src
Ephram 78a2539d59
Selectable diagnostic popover text (#14518)
Release Notes:

- Added the ability to select and copy text from diagnostic popovers

- Fixed #12695




https://github.com/user-attachments/assets/b896bacf-ecbc-48f5-8228-a3821f0b1a4e

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
2024-07-28 23:13:13 -06:00
..
display_map SSH remote ui (#15129) 2024-07-26 16:45:44 -06:00
git Update http crate name (#15041) 2024-07-23 15:01:05 -07:00
scroll repl: Scroll down after running code (#14759) 2024-07-18 11:22:43 -07:00
signature_help lsp: Implement textDocument/signatureHelp for ProjectClientState::Local environment (#12909) 2024-07-11 13:38:33 +03:00
test chore: Bump Rust version to 1.80 (#15186) 2024-07-25 22:48:42 +02:00
actions.rs lsp: Use CompletionTriggerKind::TRIGGER_CHARACTER only for characters allowlisted by the server (#14734) 2024-07-18 14:53:31 +02:00
blame_entry_tooltip.rs Add button to copy SHA from Git blame (#14883) 2024-07-21 12:02:16 -04:00
blink_manager.rs Remove 2 suffix for editor 2024-01-03 10:58:57 -08:00
debounced_delay.rs editor: Cancel ongoing completion requests more eagerly (#12630) 2024-06-04 12:22:01 +02:00
display_map.rs SSH remote ui (#15129) 2024-07-26 16:45:44 -06:00
editor.rs Feature/fallback fonts (#15306) 2024-07-26 16:42:21 -07:00
editor_settings.rs settings_ui: Add line number settings controls (#15310) 2024-07-26 18:31:45 -04:00
editor_settings_controls.rs ui: Give NumericSteppers an ID (#15344) 2024-07-27 13:02:27 -04:00
editor_tests.rs fix: Typos (#15313) 2024-07-26 17:52:37 -07:00
element.rs Selectable diagnostic popover text (#14518) 2024-07-28 23:13:13 -06:00
git.rs Introduce DisplayRow, MultiBufferRow newtypes and BufferRow type alias (#11656) 2024-05-11 00:06:51 +03:00
highlight_matching_bracket.rs Add support for auto surround (#13217) 2024-06-20 12:48:46 +03:00
hover_links.rs lsp: Check if "Goto Definition" supported before request (#15111) 2024-07-24 23:28:23 +03:00
hover_popover.rs Selectable diagnostic popover text (#14518) 2024-07-28 23:13:13 -06:00
hunk_diff.rs Fix more gutter close button alignment issues (#15233) 2024-07-26 01:42:25 +03: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 Handle buffer diff base updates and file renames properly for SSH projects (#14989) 2024-07-23 11:32:37 -07:00
inline_completion_provider.rs Truncate line when accepting inline suggestions for Supermaven (#13884) 2024-07-22 11:59:38 -07:00
items.rs zed: Mark restored buffers as conflicted if file changed on disk between store & restore (#15207) 2024-07-25 18:04:47 +02:00
linked_editing_ranges.rs lsp: Add support for linked editing range edits (HTML tag autorenaming) (#12769) 2024-06-11 15:52:38 +02:00
mouse_context_menu.rs Rework mouse handling of git hunks diff (#14727) 2024-07-19 13:48:04 +03:00
movement.rs Improve context expansion (#10957) 2024-05-26 16:30:09 -07:00
persistence.rs zed: Mark restored buffers as conflicted if file changed on disk between store & restore (#15207) 2024-07-25 18:04:47 +02:00
rust_analyzer_ext.rs Start on adding support for editing via the assistant panel (#14795) 2024-07-19 11:13:15 +02:00
scroll.rs vim: Fix ctrl-d/u going to top bottom (#14620) 2024-07-16 22:56:44 -06:00
selections_collection.rs chore: Bump Rust version to 1.80 (#15186) 2024-07-25 22:48:42 +02:00
signature_help.rs lsp: Implement textDocument/signatureHelp for ProjectClientState::Local environment (#12909) 2024-07-11 13:38:33 +03:00
tasks.rs refactoring: Use helper instead of adjusting selection manually (#15262) 2024-07-26 11:12:33 +02:00
test.rs Feature/fallback fonts (#15306) 2024-07-26 16:42:21 -07:00