Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The string/rope semantics continue to bite us. The original fix in bd1cd44 was not correct, for unclear reasons. This version uses ExtractAll() to ensure we get a fresh CutRope that we can AppendDestructively() to Scratch, which is more in line with what other parts of the file do.
- Loading branch information