mirror of https://github.com/helix-editor/helix
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.
da2afe7353
These come from Kakoune: * '#' is the selection index register. It's read-only and produces the selection index numbers, 1-indexed. * '.' is the selection contents register. It is also read-only and mirrors the contents of the current selections when read. We switch the iterators returned from Selection's `fragments` and `slices` methods to ExactSizeIterators because: * The selection contents register can simply return the fragments iterator. * ExactSizeIterator is already implemented for iterators over Vecs, so it's essentially free. * The `len` method can be useful on its own. |
1 year ago | |
---|---|---|
.. | ||
handlers | 2 years ago | |
base64.rs | 2 years ago | |
clipboard.rs | 2 years ago | |
document.rs | 1 year ago | |
editor.rs | 1 year ago | |
env.rs | 2 years ago | |
graphics.rs | 2 years ago | |
gutter.rs | 2 years ago | |
info.rs | 1 year ago | |
input.rs | 1 year ago | |
keyboard.rs | 2 years ago | |
lib.rs | 1 year ago | |
macros.rs | 2 years ago | |
register.rs | 1 year ago | |
theme.rs | 1 year ago | |
tree.rs | 2 years ago | |
view.rs | 2 years ago |