aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/prompt.rs
Commit message (Expand)AuthorAge
* Fix split sizes getting out of sync with the terminal size, refs #69Blaž Hrastnik2021-06-03
* Change help prompt stylingBlaž Hrastnik2021-06-01
* Fix cursor positioning for promptsBlaž Hrastnik2021-05-28
* Update deps, introduce the new tree-sitter lifetimesBlaž Hrastnik2021-05-27
* Replace the Clear widget with buffer.clear/clear_with.Blaž Hrastnik2021-05-09
* Simplify the compositor callback.Blaž Hrastnik2021-05-09
* clippy lintBlaž Hrastnik2021-05-08
* ui: Render command mode doc text if available.Blaž Hrastnik2021-05-08
* Define text color (mostly) in theme.toml.Blaž Hrastnik2021-05-07
* Simplify prompt autocompletion rendering code.Blaž Hrastnik2021-05-07
* clippy lintBlaž Hrastnik2021-05-06
* clippy: Drop or-patterns for now because they're not on stable rust yetBlaž Hrastnik2021-04-06
* clippy lintBlaž Hrastnik2021-03-31
* minor: Remove a few unwraps.Blaž Hrastnik2021-03-26
* clippy: Factor out a Completion type.Blaž Hrastnik2021-03-22
* Merge some imports.Blaž Hrastnik2021-03-22
* Improve completion: src/<tab> will now correctly complete to src/main.rsBlaž Hrastnik2021-03-21
* Expose doc.syntax() via accessor.Blaž Hrastnik2021-03-18
* ui: Rework command mode, implement file path completion.Blaž Hrastnik2021-03-01
* popup: wip work on completion popupsBlaž Hrastnik2021-02-09
* Address clippy lints.Blaž Hrastnik2021-01-08
* ui: buffer picker on ctrl-bBlaž Hrastnik2020-12-21
* File picker mockup, reuses the line editor work done on Prompt.Blaž Hrastnik2020-12-17
* Make the select prompt interactive.Blaž Hrastnik2020-12-15
* Prompt needs to close on enter.Blaž Hrastnik2020-12-14
* Take prompt length into account.Blaž Hrastnik2020-12-14
* wip: Use prompt for interactive commands.Blaž Hrastnik2020-12-14
* Remove the prompt on ESC.Blaž Hrastnik2020-12-13
* Move ui modules under a ui:: namespace.Blaž Hrastnik2020-12-13