Skip to content
Commit 8f1e8ffd authored by Jan Paul Batrina's avatar Jan Paul Batrina
Browse files

[ColorPicker] Fix Color note updating logic

Previously, it was assumed that changes are always contiguous and that
no change in the number of lines means that only one line needs to be updated.
These assumptions do not cover e.g. multiline search and replace and
multiline modification (without new lines being added).

For simplicity in implementing the changes, the end parameter of
ColorPickerInlineNoteProvider::updateNotes() is now exclusive.
parent a36bb9ea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment