16ccc7ead8
* 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 |
||
---|---|---|
.. | ||
completion.rs | ||
editor.rs | ||
info.rs | ||
markdown.rs | ||
menu.rs | ||
mod.rs | ||
overlay.rs | ||
picker.rs | ||
popup.rs | ||
prompt.rs | ||
spinner.rs | ||
text.rs |