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-core
Pascal Kuthe 2b64a64d7e Add API to create a Transaction from potentially overlapping changes
This commit adds new functions to `Transaction` that allow creating
edits that might potentially overlap. Any change that overlaps
previous changes is ignored. Furthermore, a utility method is added
that also drops selections associated with dropped changes (for
transactions that are created from a selection).

This is needed to avoid crashes when applying multicursor
autocompletions, as the edit from a previous cursor may overlap
with the next cursor/edit.
1 year ago
..
src Add API to create a Transaction from potentially overlapping changes 1 year ago
tests Replace incorrect usages of tab_width with indent_width. (#5918) 1 year ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump ropey from 1.5.1 to 1.6.0 (#5859) 1 year ago