helix/helix-term/src
Nik Revenco 1a0dad36b7 perf: only render inline blame for visible lines when `all-lines` is set
Previously, we rendereded the inline blame for lines in 3X the range of
the viewport

This is not necessary because when we scroll down, the rendering will
occur before we see the new content
2025-03-30 11:42:43 +01:00
..
commands feat: split `inline-blame.behaviour` into two options 2025-03-25 19:11:46 +00:00
handlers feat: split `inline-blame.behaviour` into two options 2025-03-25 19:11:46 +00:00
keymap feat: Inline Git Blame 2025-03-24 00:32:29 +00:00
ui perf: only render inline blame for visible lines when `all-lines` is set 2025-03-30 11:42:43 +01:00
application.rs refactor: remove `new_config` from EditorConfigDidChange event 2025-03-25 13:03:20 +00:00
args.rs feat: passing multile of the same files in the arguments places a cursor at each position (#12192) 2025-01-23 14:04:02 -06:00
commands.rs feat: split `inline-blame.behaviour` into two options 2025-03-25 19:11:46 +00:00
compositor.rs Do not record keys pressed by macros while recording a macro (#12733) 2025-01-30 18:14:04 -06:00
config.rs feat: smart_tab 2023-08-01 09:41:42 -05:00
events.rs fix: update blame when editing config 2025-03-24 04:00:02 +00:00
handlers.rs feat: Inline Git Blame 2025-03-24 00:32:29 +00:00
health.rs fix: check and print remaining language servers (#12841) 2025-02-12 09:57:25 -06:00
job.rs Add hook/event system 2024-01-23 11:20:19 +09:00
keymap.rs Rewrite command line parsing, add flags and expansions (#12527) 2025-02-26 19:50:15 -06:00
lib.rs fix(lints): clippy 1.84 2025-01-23 15:18:16 -05:00
main.rs feat: passing multile of the same files in the arguments places a cursor at each position (#12192) 2025-01-23 14:04:02 -06:00