helix-mods/helix-term/src/ui
Doug Kelkhoff 7ed9e9cf25
Dynamically resize line number gutter width (#3469)
* dynamically resize line number gutter width

* removing digits lower-bound, permitting spacer

* removing max line num char limit; adding notes; qualified successors; notes

* updating tests to use new line number width when testing views

* linenr width based on document line count

* using min width of 2 so line numbers relative is useful

* lint rolling; removing unnecessary type parameter lifetime

* merge change resolution

* reformat code

* rename row_styler to style; add int_log resource

* adding spacer to gutters default; updating book config entry

* adding view.inner_height(), swap for loop for iterator

* reverting change of current! to view! now that doc is not needed
2022-11-08 21:19:59 +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 lsp: Support insertReplace 2022-11-08 20:50:49 +09:00
editor.rs Dynamically resize line number gutter width (#3469) 2022-11-08 21:19:59 +09:00
fuzzy_match.rs Treat space as a seperator instead of a character in fuzzy picker 2022-10-11 12:25:28 +09:00
info.rs Refactor Margin for fine grained control (#2727) 2022-06-22 01:52:08 +09:00
lsp.rs Fix signature help panic when too large (#4030) 2022-10-03 23:56:24 +09:00
markdown.rs Render html <code> tags as code in markdown (#3425) 2022-09-13 05:14:16 -04:00
menu.rs Resolve a bunch of upcoming clippy lints 2022-11-04 21:06:28 +09:00
mod.rs factor editor event handling into function 2022-10-18 22:31:39 -04:00
overlay.rs Add bracketed paste (#3233) 2022-08-29 09:48:49 +09:00
picker.rs Render diagnostics in the file picker preview (#4324) 2022-10-25 21:03:35 +09:00
popup.rs Add bracketed paste (#3233) 2022-08-29 09:48:49 +09:00
prompt.rs Escape filenames in command completion 2022-11-07 13:38:16 +09:00
spinner.rs Instant is more suitable than SystemTime for spinners 2022-02-10 11:12:47 +09:00
statusline.rs feat(statusline): add option to show total line numbers in file (#3960) 2022-10-03 23:54:00 +09:00
text.rs fix: Allow multi-line prompt documentation 2022-02-20 14:44:44 +09:00