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-plus/helix-term/src
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
3 years ago
..
commands Remove a couple more unwraps 3 years ago
keymap text-objects: add test capture & elixir queries 3 years ago
ui Add single width left margin for completion popup (#2728) 3 years ago
application.rs factor new Application with file arg to function 3 years ago
args.rs Add refresh-config and open-config command (#1803) 3 years ago
commands.rs Redetect indent and line endings after language server replaces documents (#2778) 3 years ago
compositor.rs use test terminal backend for integration tests 3 years ago
config.rs Move top level lsp config to editor.lsp (#1868) 3 years ago
health.rs fix: do not color health summary when stdout is piped (#2836) 3 years ago
job.rs fix(command): write-quit: do not quit if write fails 3 years ago
keymap.rs Improve Readability (#2639) 3 years ago
lib.rs Add refresh-config and open-config command (#1803) 3 years ago
main.rs use main application event loop 3 years ago