helix/helix-term/src/ui
Michael Davis d8526a752c
Use Popup::ignore_escape_key helper for completion (#6006)
The completion component has a separate branch for handling the
Escape key but it can use the `ignore_escape_key` helper added for
signature-help instead.

This should not cause a behavior change - it's just cleaning up the
completion component.
2023-02-16 10:15:25 +09:00
..
fuzzy_match
completion.rs Use Popup::ignore_escape_key helper for completion (#6006) 2023-02-16 10:15:25 +09:00
document.rs Fix new clippy lints (#5892) 2023-02-09 16:27:08 -06:00
editor.rs Fix new clippy lints (#5892) 2023-02-09 16:27:08 -06:00
fuzzy_match.rs Fix new clippy lints (#5892) 2023-02-09 16:27:08 -06:00
info.rs
lsp.rs
markdown.rs
menu.rs bump msrv to 1.63 (#5570) 2023-02-09 11:24:31 +09:00
mod.rs
overlay.rs
picker.rs bump msrv to 1.63 (#5570) 2023-02-09 11:24:31 +09:00
popup.rs
prompt.rs bump msrv to 1.63 (#5570) 2023-02-09 11:24:31 +09:00
spinner.rs
statusline.rs Split modification indicator from file statusline elements (#4731) 2023-02-10 11:34:18 -06:00
text.rs