You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-view/src
Michael Davis b474ee1843
Factor out common code for focusing the next view (#4607)
There is some common code between Editor::focus_next and Editor::focus
that can be eliminated by refactoring Tree::focus_next into a function
that only returns the next ViewId.
2 years ago
..
handlers feat(csharp,debug): add C# debugger support (#4213) 2 years ago
base64.rs Use OSC 52 as a fallback for setting the system clipboard (#3220) 2 years ago
clipboard.rs Use OSC 52 as a fallback for setting the system clipboard (#3220) 2 years ago
document.rs core: Move state into the history module 2 years ago
editor.rs Factor out common code for focusing the next view (#4607) 2 years ago
env.rs Use OSC 52 as a fallback for setting the system clipboard (#3220) 2 years ago
graphics.rs Resolve a bunch of upcoming clippy lints 2 years ago
gutter.rs Dynamically resize line number gutter width (#3469) 2 years ago
info.rs fix: remove unneeded allocations when calling helix_view::Info::new 2 years ago
input.rs Propagate idle timeout event to components (#3172) 2 years ago
keyboard.rs Update to crossterm-0.25 (#3390) 2 years ago
lib.rs Dynamically resize line number gutter width (#3469) 2 years ago
macros.rs Expand doc/view macros to allow fetching specific id 2 years ago
theme.rs commands: Make no arg ':theme' show name (#3740) 2 years ago
tree.rs Factor out common code for focusing the next view (#4607) 2 years ago
view.rs Dynamically resize line number gutter width (#3469) 2 years ago