ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
57 stars 8 forks source link

Switch from using xi_rope to ropey #70

Closed ulyssa closed 1 year ago

ulyssa commented 1 year ago

I've been using the xi_rope crate up until now, but it makes it difficult to work with multi-byte characters. I've gotten pretty far using the Utf16CodeUnitsMetric, but the EditRope column logic falls apart when dealing with surrogate pairs. I'm going to switch to ropey.