helix/helix-view/src
Gokul Soumya 634b6d455f
Add custom event type replacing crossterm's Event (#3169)
Ported over from 61365dfbf3 in the `gui` branch. This will allow
adding our own events, most notably an idle timer event (useful
for adding debounced input in [dynamic pickers][1] used by interactive
global search and workspace symbols).

[1]: https://github.com/helix-editor/helix/pull/3110

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
2022-08-09 10:31:26 +09:00
..
handlers Resolve clippy lints (#3307) 2022-08-04 14:32:59 +09:00
clipboard.rs clipboard: add logging and healthcheck (#3271) 2022-07-31 17:05:34 +09:00
document.rs Fix comment (#3334) 2022-08-05 20:13:58 -05:00
editor.rs Change default formatter for any language (#2942) 2022-08-04 13:01:48 +09:00
graphics.rs Fix LF line-endings (#3316) 2022-08-03 07:53:57 -05:00
gutter.rs Make gutters padding optional (#2996) 2022-07-18 10:13:47 +09:00
info.rs Handle newlines in register infobox 2022-02-10 10:52:06 +09:00
input.rs Add custom event type replacing crossterm's Event (#3169) 2022-08-09 10:31:26 +09:00
keyboard.rs Add custom event type replacing crossterm's Event (#3169) 2022-08-09 10:31:26 +09:00
lib.rs Split off dap event handlers into helix-view to allow reuse 2022-03-28 11:01:59 +09:00
macros.rs Simplify view/doc macros 2021-11-18 14:13:42 +09:00
theme.rs Add live preview to theme picker (#1798) 2022-07-05 19:44:16 +09:00
tree.rs keep jump/file history when using :split (#3031) 2022-07-22 10:23:00 +09:00
view.rs Rename padding to spacer, remove by default 2022-07-26 10:10:06 +09:00