You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/book/src
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>
2 years ago
..
generated Delete invalid indents.scm queries 2 years ago
guides text-objects: add test capture & elixir queries 2 years ago
SUMMARY.md Indentation rework (#1562) 2 years ago
commands.md docs: Auto generate command list 3 years ago
configuration.md initial implementation of bufferline (#2759) 2 years ago
from-vim.md Add migrate from Vim wiki link (#2781) 2 years ago
hooks.md Add book/ (mdbook based user guide) 3 years ago
install.md packaging: Point to homebrew-core instead of tap (#3513) 2 years ago
keymap.md let extend-line respect range direction (#3046) 2 years ago
lang-support.md Rewrite Language Support docs (#2065) 2 years ago
languages.md Change default formatter for any language (#2942) 2 years ago
remapping.md simplify some keymap key names (#2677) 2 years ago
themes.md Theme Related Fixes (#3412) 2 years ago
title-page.md book: add wiki links to the title page and install page (#3017) 2 years ago
usage.md text-objects: add test capture & elixir queries 2 years ago