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.
f8225ed921
Some deletion operations (especially those that use indentation) can generate overlapping deletion ranges when using multiple cursors. To fix that problem a new `Transaction::delete` and `Transaction:delete_by_selection` function were added. These functions merge overlapping deletion ranges instead of generating an invalid transaction. This merging of changes is only possible for deletions and not for other changes and therefore require its own function. The function has been used in all commands that currently delete text by using `Transaction::change_by_selection`. |
1 year ago | |
---|---|---|
.. | ||
commands | 2 years ago | |
auto_indent.rs | 2 years ago | |
auto_pairs.rs | 2 years ago | |
commands.rs | 1 year ago | |
helpers.rs | 2 years ago | |
movement.rs | 2 years ago | |
prompt.rs | 2 years ago | |
splits.rs | 2 years ago |