Salman Farooq
09685a08d3
make-overlaid-content-conditionally-take-all-the-space
2025-01-02 02:12:51 +05:00
Salman Farooq
d24eaa1e51
undo-fullscreen-without-status-line-and-bring-back-old-code
2025-01-02 01:33:53 +05:00
Salman Farooq
ee5f956cbf
cleanup-and-comments
2024-12-22 03:05:27 +05:00
Salman Farooq
5ad7319ac2
remove-bottom-clip
2024-10-20 15:16:09 +05:00
Salman Farooq
c185d403dc
remove-margins-from-overlay
2024-09-06 02:42:32 +05:00
Daniel Sedlak
e856906f76
Fix typos ( #6643 )
2023-04-07 23:10:38 +08:00
Gokul Soumya
914d294499
Add DynamicPicker for updating options on every key
2022-12-15 17:52:44 +09:00
Charlie Groves
f38ede8631
Add bracketed paste ( #3233 )
2022-08-29 09:48:49 +09:00
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
Ludwig Stecher
4429993842
Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard 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
2022-02-15 10:24:03 +09:00