aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/mod.rs
Commit message (Expand)AuthorAge
...
* View tree implementation: render multiple split views.Blaž Hrastnik2021-02-03
* commands: Implement select_on_matches.Blaž Hrastnik2021-01-22
* Refactoring: move language_servers into Editor, proper load for doc.Blaž Hrastnik2021-01-21
* buffer picker: Mark current view with (*)Blaž Hrastnik2020-12-21
* ui: buffer picker on ctrl-bBlaž Hrastnik2020-12-21
* picker: Factor out file picker, we want to reuse code for other pickers.Blaž Hrastnik2020-12-18
* File picker mockup, reuses the line editor work done on Prompt.Blaž Hrastnik2020-12-17
* Make the select prompt interactive.Blaž Hrastnik2020-12-15
* Move ui modules under a ui:: namespace.Blaž Hrastnik2020-12-13