The problem
In the following file
Calling the following two commands
- "bring line harp to after whale"
- "indent that"
Results in the following
It should be
The solution
We add support in our selection update tracker code for updating the range for an edit, so that the client can determine the final range of their edit range, after the edits are applied. The "bring" code will then make it so that each insertion which is not a delimiter is tracked, and set the "that" mark to the list of these insertions.
The problem
In the following file
Calling the following two commands
Results in the following
It should be
thatmark be list of targets without delimiters when we do auto-joining of multiple "bring" sourcesThe solution
We add support in our selection update tracker code for updating the range for an edit, so that the client can determine the final range of their edit range, after the edits are applied. The "bring" code will then make it so that each insertion which is not a delimiter is tracked, and set the "that" mark to the list of these insertions.