helix-mods/helix-term/src/ui
Omnikar 2505802d39
Improve statusline (#916)
* Improve statusline

* Change diagnostic count display to show counts of individual
  diagnostic types next to their corresponding gutter dots.
* Add selection count to the statusline.

* Do not display info or hint count in statusline

* Reduce padding

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>

* Reduce padding

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>

* Use `Span::styled`

* Reduce padding

* Use `Style::patch`

* Remove unnecessary `Cow` creation

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
2021-10-27 12:24:24 +09:00
..
completion.rs Clear competion items when start_offset > cursor (#906) 2021-10-26 09:42:37 +09:00
editor.rs Improve statusline (#916) 2021-10-27 12:24:24 +09:00
info.rs info component style config use ui.info ui.info.text (#643) 2021-08-24 09:58:19 +09:00
markdown.rs syntax: Properly handle injection-regex for language injections 2021-09-16 15:50:14 +09:00
menu.rs move_up will select last item, when no item selected (#907) 2021-10-26 09:42:23 +09:00
mod.rs First stab at ignoring compressed files from picker (#767) 2021-10-22 10:02:05 +09:00
picker.rs Add commands for moving between splits with a direction (#860) 2021-10-23 20:06:40 +09:00
popup.rs ui: Trigger recalculate_size per popup render so contents can readjust 2021-09-13 17:44:50 +09:00
prompt.rs ui: prompt: Avoid allocating a prompt name if it's a static string 2021-08-31 18:29:24 +09:00
spinner.rs Add a Spinner 2021-06-21 12:59:06 +09:00
text.rs ui: Trigger recalculate_size per popup render so contents can readjust 2021-09-13 17:44:50 +09:00