helix/helix-term/src/ui
Gokul Soumya 957d030be9
Support scrolling popup contents using mouse (#10053)
* Extract popup scrolling code into named functions

* Scroll popup contents on mouse scroll event

* Ignore mouse events outside the popup

* Remove unneeded return statement
2024-03-31 14:47:13 +02:00
..
completion.rs Use a hook for resolving completion items 2024-02-22 22:37:23 -05:00
document.rs Add narrow no-break space support (#9604) 2024-03-25 10:29:36 +09:00
editor.rs dismiss pending keys properly for mouse/paste 2024-03-23 15:35:25 +09:00
info.rs Avoid cloning the whole paragraph content just for rendering (#9739) 2024-02-27 18:24:05 +01:00
lsp.rs Avoid cloning the whole paragraph content just for rendering (#9739) 2024-02-27 18:24:05 +01:00
markdown.rs Avoid cloning the whole paragraph content just for rendering (#9739) 2024-02-27 18:24:05 +01:00
menu.rs Fix scroll track (#9508) 2024-02-09 03:24:45 +01:00
mod.rs add register completion (#9936) 2024-03-19 17:26:32 +01:00
overlay.rs Fix typos (#6643) 2023-04-07 23:10:38 +08:00
picker.rs fix lsp config reload (#9415) 2024-02-13 11:58:53 +01:00
popup.rs Support scrolling popup contents using mouse (#10053) 2024-03-31 14:47:13 +02:00
prompt.rs Revert "helix-term: allow to backspace out-of the command prompt (#9828)" (#10005) 2024-03-26 14:49:39 +09:00
spinner.rs Address clippy lints (#9371) 2024-01-17 12:40:45 -06:00
statusline.rs Fix regression in color-modes 2024-03-26 14:46:56 +09:00
text.rs Avoid cloning the whole paragraph content just for rendering (#9739) 2024-02-27 18:24:05 +01:00