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
Benoît CORTIER 8664d70e73 Replace `Editor::current` by a macro
This is necessary to workaround ownership issues across function calls.
The issue notably arised when implementing the registers into `Editor`
and I was getting annoyed again when implementing copy/pasting into
system clipboard.
The problem is addressed by using macro calls instead of function calls.
There is no notable side effect.
3 years ago
..
document.rs Configurable keys 2 (Mapping keys to commands) (#268) 3 years ago
editor.rs Replace `Editor::current` by a macro 3 years ago
lib.rs Replace `Editor::current` by a macro 3 years ago
macros.rs Replace `Editor::current` by a macro 3 years ago
register_selection.rs Implement missing Debug and update Cargo.lock 3 years ago
theme.rs Add theme key for selected line number 3 years ago
tree.rs Derive debug without feature 3 years ago
view.rs add alternate file (#223) 3 years ago