aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/picker.rs
Commit message (Collapse)AuthorAge
* Add filter ability to pickerIvan Tham2021-06-15
| | | | Inspired by doom emacs. Able to filter picker options multiple times.
* Change picker horizontal split to hIvan Tham2021-06-12
| | | Follow window mode and vim behavior, x seemed weird.
* Match keybindings of menuKevin Sjöberg2021-06-09
|
* Calculate offset when moving picker cursorKevin Sjöberg2021-06-06
|
* Do not move past number of matchesKevin Sjöberg2021-06-06
|
* ESC should exit both completion and insert modeBlaž Hrastnik2021-05-29
|
* Fix cursor positioning for promptsBlaž Hrastnik2021-05-28
|
* Drop some useless imports.Blaž Hrastnik2021-05-09
|
* Replace the Clear widget with buffer.clear/clear_with.Blaž Hrastnik2021-05-09
|
* Simplify the compositor callback.Blaž Hrastnik2021-05-09
|
* Define text color (mostly) in theme.toml.Blaž Hrastnik2021-05-07
|
* Correct the naming issue with vsplit and hsplit being swapped.Blaž Hrastnik2021-04-08
|
* ui: Improve completion state handling.Blaž Hrastnik2021-04-05
|
* Wire up opening in splits via pickers.Blaž Hrastnik2021-03-29
|
* Merge some imports.Blaž Hrastnik2021-03-22
|
* popup: wip work on completion popupsBlaž Hrastnik2021-02-09
|
* Address clippy lints.Blaž Hrastnik2021-01-08
|
* Retrieve completion options on ctrl-x.Blaž Hrastnik2020-12-23
|
* Make sure to clear the whole screen with the background color.Blaž Hrastnik2020-12-22
|
* 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
|
* picker: open file on Enter.Blaž Hrastnik2020-12-18
|
* picker: Implement fuzzy search.Blaž Hrastnik2020-12-18
|
* File picker mockup, reuses the line editor work done on Prompt.Blaž Hrastnik2020-12-17