helix/helix-term/src/ui
A-Walrus f3958aa1fd
Cycled to end/beginning + no more matches msgs (#3176)
* Show status msg when next/prev cycles around

* Add msg when there is no wraparound

* Cleanup code

* Change msg to "Wrapped around document"
2022-10-03 23:43:26 +09:00
..
completion.rs Derive Document language name from languages.toml name key (#3338) 2022-08-30 10:59:45 +09:00
editor.rs Remove LspNotDefined, instead return an Option<> 2022-09-07 16:42:33 +09:00
info.rs Refactor Margin for fine grained control (#2727) 2022-06-22 01:52:08 +09:00
lsp.rs Add lsp signature help (#1755) 2022-07-19 11:28:24 +09:00
markdown.rs Render html <code> tags as code in markdown (#3425) 2022-09-13 05:14:16 -04:00
menu.rs Add bracketed paste (#3233) 2022-08-29 09:48:49 +09:00
mod.rs Cycled to end/beginning + no more matches msgs (#3176) 2022-10-03 23:43:26 +09:00
overlay.rs Add bracketed paste (#3233) 2022-08-29 09:48:49 +09:00
picker.rs chore: remove unneeded attribute after MSRV bump to 1.61 (#3961) 2022-09-25 08:12:33 -05:00
popup.rs Add bracketed paste (#3233) 2022-08-29 09:48:49 +09:00
prompt.rs Fix preview bug (#3644) 2022-09-20 16:40:48 +09:00
spinner.rs Instant is more suitable than SystemTime for spinners 2022-02-10 11:12:47 +09:00
statusline.rs Make mode editor-wide rather than per-document 2022-09-01 16:14:38 +09:00
text.rs fix: Allow multi-line prompt documentation 2022-02-20 14:44:44 +09:00