helix/helix-view/src
Michael Davis 8529d756fa
Remove selections for closed views on all documents (#4888)
Previously we removed selections for a closed view on only the
currently focused document. A view might have selections in other
documents though, so the view needs to be removed from all documents.
2022-11-26 11:52:22 +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 Don't apply transactions to Views in undo/redo 2022-11-24 10:57:12 +09:00
editor.rs Remove selections for closed views on all documents (#4888) 2022-11-26 11:52:22 +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 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 Apply transactions to all views (#4733) 2022-11-23 12:28:49 +09:00