helix-mods/helix-term/src/ui
aaron404 e8730ca5fd
initial implementation of bufferline (#2759)
* initial implementation of bufferline

* fixed lint

* changed to 'bufferline', added enum for config modes, some cleanup

* fixed lint

* added file modification indicator

* removed redundant code, added proper themeing with fallback, changed 'file modified' indicator

* remove commented code

* Update helix-term/src/ui/editor.rs

simplify text and offset computation

Co-authored-by: Gokul Soumya <gokulps15@gmail.com>

* add ui.bufferline.background key for themes

Co-authored-by: lazytanuki <43273245+lazytanuki@users.noreply.github.com>

* address PR comments

* Update helix-term/src/ui/editor.rs

* simplify computation of editor area:

* change to set_stringn to avoid overflow

* Update configuration.md

Updates documentation to reflect decision re: defaulting to never showing bufferline.

* addressed pr comments

* fix build error

* address pr comments

* revert accidental change

Co-authored-by: Gokul Soumya <gokulps15@gmail.com>
Co-authored-by: lazytanuki <43273245+lazytanuki@users.noreply.github.com>
Co-authored-by: Seth Bromberger <sbromberger@users.noreply.github.com>
2022-09-02 11:39:38 +09:00
..
completion.rs Derive Document language name from languages.toml name key (#3338) 2022-08-30 10:59:45 +09:00
editor.rs initial implementation of bufferline (#2759) 2022-09-02 11:39:38 +09:00
info.rs Refactor Margin for fine grained control (#2727) 2022-06-22 01:52:08 +09:00
lsp.rs Add lsp signature help (#1755) 2022-07-19 11:28:24 +09:00
markdown.rs Fix markdown indented code block rendering (#3503) 2022-08-24 09:12:04 +09:00
menu.rs Add bracketed paste (#3233) 2022-08-29 09:48:49 +09:00
mod.rs fix: Recalculate completion when going through prompt history (#3193) 2022-09-01 01:26:21 +09:00
overlay.rs Add bracketed paste (#3233) 2022-08-29 09:48:49 +09:00
picker.rs fix: Recalculate completion when going through prompt history (#3193) 2022-09-01 01:26:21 +09:00
popup.rs Add bracketed paste (#3233) 2022-08-29 09:48:49 +09:00
prompt.rs fix: prevents storing last prompt if is top of stack (#3609) 2022-09-01 10:29:15 +09:00
spinner.rs Instant is more suitable than SystemTime for spinners 2022-02-10 11:12:47 +09:00
statusline.rs Make mode editor-wide rather than per-document 2022-09-01 16:14:38 +09:00
text.rs fix: Allow multi-line prompt documentation 2022-02-20 14:44:44 +09:00