helix/helix-view/src
Michael Davis ec1628c07f
registers: Use saved values for clipboard providers which can't read
This fixes reading from the clipboard when using the termcode provider.
Reading isn't implemented for the termcode provider so `get_contents`
returns `ClipboardError::ReadingNotSupported`. `read_from_clipboard`
needs to recognize this case and use the saved values instead of
emitting an error log and returning nothing.

Follow-up of #10839
Also see #12142
2024-12-02 10:16:17 -05:00
..
annotations only show inline diagnostics after a delay 2024-07-15 16:36:29 +02:00
handlers Make helix_core::Uri cheap to clone 2024-09-03 09:50:31 -04:00
annotations.rs render diagnostic inline 2024-07-15 16:35:30 +02:00
base64.rs Fix new clippy lints (#5892) 2023-02-09 16:27:08 -06:00
clipboard.rs clipboard: Sway builtin provider yank and paste commands 2024-11-20 18:10:46 -05:00
document.rs Add support for path completion (#2608) 2024-11-21 21:12:36 -06:00
editor.rs Add support for path completion (#2608) 2024-11-21 21:12:36 -06:00
events.rs only show inline diagnostics after a delay 2024-07-15 16:36:29 +02:00
graphics.rs tui: Constify functions, shrink Margin representation 2024-05-21 04:34:36 +09:00
gutter.rs use newtype parttern for langauge server id 2024-04-22 12:27:47 +09:00
handlers.rs only show inline diagnostics after a delay 2024-07-15 16:36:29 +02:00
info.rs Use refactored Registers type 2023-07-31 15:05:38 +09:00
input.rs Normalize S-<lower-ascii> keymaps to uppercase ascii (#9213) 2024-01-09 10:04:34 +09:00
keyboard.rs build(deps): bump bitflags from 1.3.2 to 2.0.2 (#6387) 2023-03-22 08:12:08 +08:00
lib.rs Consistently maintain view position (#10559) 2024-07-23 19:54:00 +02:00
macros.rs Apply transactions to all views (#4733) 2022-11-23 12:28:49 +09:00
register.rs registers: Use saved values for clipboard providers which can't read 2024-12-02 10:16:17 -05:00
theme.rs Add: validation of bundled themes in build workflow (#11627) 2024-09-28 13:52:09 +02:00
tree.rs fix(clippy): clippy 1.83 lints (#12150) 2024-12-02 08:23:32 -06:00
view.rs Improve scrolloff behavior (#11323) 2024-07-26 17:20:33 +02:00