Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add DynamicPicker for updating options on every key | Gokul Soumya | 2022-12-15 |
| | |||
* | Add bracketed paste (#3233) | Charlie Groves | 2022-08-29 |
| | |||
* | Add custom event type replacing crossterm's Event (#3169) | Gokul Soumya | 2022-08-09 |
| | | | | | | | | | | 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> | ||
* | Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard ↵ | Ludwig Stecher | 2022-02-15 |
shortcuts to file picker (#1612) * Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard shortcuts to file picker * Refactor file picker paging logic * change key mapping * Add overlay component * Use closure instead of margin to calculate size * Don't wrap file picker in `Overlay` automatically |