helix-mods/helix-term/src/ui
Manos Mertzianis 77be98c783
Popup scrollbar (#4449)
* init

* cargo fmt

* optimisation of the scrollbar render both for Menu and Popup. Toggling off scrollbar for Popup<Menu>, since Menu has its own

* rendering scroll track

* removed unnecessary cast

* improve memory allocation

* small correction
2022-11-15 23:15:52 +09:00
..
fuzzy_match Treat space as a seperator instead of a character in fuzzy picker 2022-10-11 12:25:28 +09:00
completion.rs Popup scrollbar (#4449) 2022-11-15 23:15:52 +09:00
editor.rs Dynamically resize line number gutter width (#3469) 2022-11-08 21:19:59 +09:00
fuzzy_match.rs Treat space as a seperator instead of a character in fuzzy picker 2022-10-11 12:25:28 +09:00
info.rs Refactor Margin for fine grained control (#2727) 2022-06-22 01:52:08 +09:00
lsp.rs Fix signature help panic when too large (#4030) 2022-10-03 23:56:24 +09:00
markdown.rs Render html <code> tags as code in markdown (#3425) 2022-09-13 05:14:16 -04:00
menu.rs Popup scrollbar (#4449) 2022-11-15 23:15:52 +09:00
mod.rs Add LSP workspace command picker (#3140) 2022-11-09 18:17:09 +09:00
overlay.rs Add bracketed paste (#3233) 2022-08-29 09:48:49 +09:00
picker.rs Render diagnostics in the file picker preview (#4324) 2022-10-25 21:03:35 +09:00
popup.rs Popup scrollbar (#4449) 2022-11-15 23:15:52 +09:00
prompt.rs Refactor blackhole register (#4504) 2022-11-15 23:14:18 +09:00
spinner.rs Instant is more suitable than SystemTime for spinners 2022-02-10 11:12:47 +09:00
statusline.rs Add global error/warning count statusline element (#4569) 2022-11-14 19:46:07 -06:00
text.rs fix: Allow multi-line prompt documentation 2022-02-20 14:44:44 +09:00