aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/menu.rs
Commit message (Expand)AuthorAge
* ui: Improve completion state handling.Blaž Hrastnik2021-04-05
* clippy lintBlaž Hrastnik2021-03-31
* Filter the completion menu based on text entered.Blaž Hrastnik2021-03-27
* Fix crash if pressing enter when nothing selected in completion.Blaž Hrastnik2021-03-24
* Merge some imports.Blaž Hrastnik2021-03-22
* syntax: Reuse parser instances. highlight_iter() no longer needs &mut.Blaž Hrastnik2021-03-12
* ui: menu: Adjust scroll via required_size area caching.Blaž Hrastnik2021-03-08
* ui: Move terminal into compositor, redo required_size hints.Blaž Hrastnik2021-03-08
* ui: Scrollable popup menu, with scrollbar indicator.Blaž Hrastnik2021-03-03
* ui: Share popup code with menu.Blaž Hrastnik2021-03-02
* popup: wip work on completion popupsBlaž Hrastnik2021-02-09