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/src/ui
Ivan Tham 93f26a3048
Fix signature help panic when too large (#4030)
When signature help is too large it may cause a panic when it is too
large, now I just make the hover do an intersection with surface to make
sure it never overflow.
2 years ago
..
completion.rs Derive Document language name from languages.toml name key (#3338) 2 years ago
editor.rs Add `ui.gutter.selected` option for themes (#3303) 2 years ago
info.rs Refactor Margin for fine grained control (#2727) 2 years ago
lsp.rs Fix signature help panic when too large (#4030) 2 years ago
markdown.rs Render html <code> tags as code in markdown (#3425) 2 years ago
menu.rs Add bracketed paste (#3233) 2 years ago
mod.rs Cycled to end/beginning + no more matches msgs (#3176) 2 years ago
overlay.rs Add bracketed paste (#3233) 2 years ago
picker.rs chore: remove unneeded attribute after MSRV bump to 1.61 (#3961) 2 years ago
popup.rs Add bracketed paste (#3233) 2 years ago
prompt.rs Fix preview bug (#3644) 2 years ago
spinner.rs Instant is more suitable than SystemTime for spinners 2 years ago
statusline.rs feat(statusline): add option to show total line numbers in file (#3960) 2 years ago
text.rs fix: Allow multi-line prompt documentation 2 years ago