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-term/src/ui
Gokul Soumya 3108a11d35
Refactor handling of mouse events (#2893)
- Simplified match statements by destructuring MouseEvent struct
  at the top and then matching on event.kind.
- Extracted out closures for calculating (1) position and view
  of mouse click and (2) gutter coordinates and view of mouse click.
2 years ago
..
completion.rs Restore document state on completion cancel (#2096) 2 years ago
editor.rs Refactor handling of mouse events (#2893) 2 years ago
info.rs Refactor Margin for fine grained control (#2727) 2 years ago
markdown.rs Refactor Margin for fine grained control (#2727) 2 years ago
menu.rs Right align scrollbar with track in completion popup (#2754) 2 years ago
mod.rs Remove a couple more unwraps 2 years ago
overlay.rs Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard shortcuts to file picker (#1612) 2 years ago
picker.rs Refactor Margin for fine grained control (#2727) 2 years ago
popup.rs Refactor Margin for fine grained control (#2727) 2 years ago
prompt.rs fixes showing the last prompt on empty input (#2870) 2 years ago
spinner.rs Instant is more suitable than SystemTime for spinners 2 years ago
text.rs fix: Allow multi-line prompt documentation 2 years ago