You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/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>
2 years ago
..
handlers Resolve clippy lints (#3307) 2 years ago
clipboard.rs clipboard: add logging and healthcheck (#3271) 2 years ago
document.rs Fix comment (#3334) 2 years ago
editor.rs Change default formatter for any language (#2942) 2 years ago
graphics.rs Fix LF line-endings (#3316) 2 years ago
gutter.rs Make gutters padding optional (#2996) 2 years ago
info.rs Handle newlines in register infobox 2 years ago
input.rs Add custom event type replacing crossterm's Event (#3169) 2 years ago
keyboard.rs Add custom event type replacing crossterm's Event (#3169) 2 years ago
lib.rs Split off dap event handlers into helix-view to allow reuse 2 years ago
macros.rs Simplify view/doc macros 3 years ago
theme.rs Add live preview to theme picker (#1798) 2 years ago
tree.rs keep jump/file history when using :split (#3031) 2 years ago
view.rs Rename padding to spacer, remove by default 2 years ago