helix/helix-view/src
Narazaki Shuji 453a75a373
fix: align view after jumplist_picker (#3743)
* Add `View::ensure_cursor_in_view_center` to adjust view after searching and jumping

Also `offset_coodrs_to_in_view` was refactored to reduce duplicated position calculations.

* Fix a wrong offset calculation in `offset_coords_to_in_view_center`

It ignored `scrolloff` if `centering` is false.
2022-12-06 11:16:08 +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 Show (git) diff signs in gutter (#3890) 2022-12-01 17:35:23 +09:00
editor.rs Show (git) diff signs in gutter (#3890) 2022-12-01 17:35:23 +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 Show (git) diff signs in gutter (#3890) 2022-12-01 17:35:23 +09:00
info.rs fix: remove unneeded allocations when calling helix_view::Info::new 2022-10-11 15:47:11 +09:00
input.rs Handle disambiguated keycodes (#4887) 2022-11-30 01:15:55 +09:00
keyboard.rs Handle disambiguated keycodes (#4887) 2022-11-30 01:15:55 +09:00
lib.rs Apply transactions to all views (#4733) 2022-11-23 12:28:49 +09:00
macros.rs Apply transactions to all views (#4733) 2022-11-23 12:28:49 +09:00
theme.rs commands: Make no arg ':theme' show name (#3740) 2022-10-26 11:59:50 +09:00
tree.rs When buffer closes, focus on parent buffer (#4766) 2022-11-17 20:53:49 -06:00
view.rs fix: align view after jumplist_picker (#3743) 2022-12-06 11:16:08 +09:00