helix/helix-view/src
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
..
handlers feat(csharp,debug): add C# debugger support (#4213) 2022-10-15 15:33:57 -05:00
base64.rs Use OSC 52 as a fallback for setting the system clipboard (#3220) 2022-11-02 10:12:40 +09:00
clipboard.rs Use OSC 52 as a fallback for setting the system clipboard (#3220) 2022-11-02 10:12:40 +09:00
document.rs core: Move state into the history module 2022-11-08 21:03:54 +09:00
editor.rs Dynamically resize line number gutter width (#3469) 2022-11-08 21:19:59 +09:00
env.rs Use OSC 52 as a fallback for setting the system clipboard (#3220) 2022-11-02 10:12:40 +09:00
graphics.rs Resolve a bunch of upcoming clippy lints 2022-11-04 21:06:28 +09:00
gutter.rs Dynamically resize line number gutter width (#3469) 2022-11-08 21:19:59 +09:00
info.rs fix: remove unneeded allocations when calling helix_view::Info::new 2022-10-11 15:47:11 +09:00
input.rs Propagate idle timeout event to components (#3172) 2022-10-11 09:10:01 +09:00
keyboard.rs Update to crossterm-0.25 (#3390) 2022-08-22 10:29:30 +09:00
lib.rs Dynamically resize line number gutter width (#3469) 2022-11-08 21:19:59 +09:00
macros.rs Expand doc/view macros to allow fetching specific id 2022-09-03 12:36:06 +09:00
theme.rs commands: Make no arg ':theme' show name (#3740) 2022-10-26 11:59:50 +09:00
tree.rs Dynamically resize line number gutter width (#3469) 2022-11-08 21:19:59 +09:00
view.rs Dynamically resize line number gutter width (#3469) 2022-11-08 21:19:59 +09:00