helix-mods/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 Treat space as a seperator instead of a character in fuzzy picker 2022-10-11 12:25:28 +09:00
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 Refactor Margin for fine grained control (#2727) 2022-06-22 01:52:08 +09:00
lsp.rs rework positioning/rendering and enable softwrap/virtual text (#5420) 2023-02-01 02:03:19 +09:00
markdown.rs Render html <code> tags as code in markdown (#3425) 2022-09-13 05:14:16 -04:00
menu.rs bump msrv to 1.63 (#5570) 2023-02-09 11:24:31 +09:00
mod.rs Hide duplicate symlinks from the picker (#5658) 2023-02-02 11:14:02 -06:00
overlay.rs Add DynamicPicker for updating options on every key 2022-12-15 17:52:44 +09:00
picker.rs bump msrv to 1.63 (#5570) 2023-02-09 11:24:31 +09:00
popup.rs Add some function documentations (#5360) 2023-01-10 20:11:43 -06:00
prompt.rs bump msrv to 1.63 (#5570) 2023-02-09 11:24:31 +09:00
spinner.rs Instant is more suitable than SystemTime for spinners 2022-02-10 11:12:47 +09:00
statusline.rs Split modification indicator from file statusline elements (#4731) 2023-02-10 11:34:18 -06:00
text.rs fix: Allow multi-line prompt documentation 2022-02-20 14:44:44 +09:00