Skip to content

Use an abstract item model for search and replace matches

Kåre Särs requested to merge work/Search_and_Replace_MatchModel into master

This is a quite big change...

This change introduces a model to store the matches and should improve both the performance and code readability.

One new feature is also introduced: Try to keep the ranges up to date in the model also if we edit the document.

Merge request reports