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/helix-term
Gokul Soumya 16ccc7ead8
Add single width left margin for completion popup (#2728)
* Add single width left margin for completion popup

* Clear with ui.menu style before rendering menu

When rendering a completion popup, the popup component will clear
the area with ui.popup and then the menu component would draw over
it using a table component. We remove the left edge of the area
before passing it to the table component (so that it will be left
as padding), and the table component uses ui.menu as the style.
If ui.menu and ui.popup are different the left edge of the popup
will look different from the rest of the popup. We avoid this by
clearing the whole area with ui.menu in Menu::render
2 years ago
..
src Add single width left margin for completion popup (#2728) 2 years ago
tests replace phrase in tests 2 years ago
.gitignore Initial import. 4 years ago
Cargo.toml add test for ensuring the initial cursor on a newly opened file 2 years ago
build.rs publish a source tarball with version and grammars (#1875) 2 years ago