<table><tr><td style="">croick created this revision.<br />Restricted Application added a subscriber: kdevelop-devel.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D6398" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Problems:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">removing markers in foreach loop lead to crash (BUG 380125)</li>
<li class="remarkup-list-item">highlighting when editing in patch review was broken</li>
<li class="remarkup-list-item">reloading would stop the highlighting</li>
</ul>

<p>Fixes:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">textInserted/textRemoved signals only send line-by-line (or character-by-character) changes and there are extra signals for newline insertion/removal. The patch reflects this mechanism.</li>
<li class="remarkup-list-item">Redo the highlighting when the document is reloaded.</li>
<li class="remarkup-list-item">Remove one of the duplicated lists of ranges (mainly to improve maintainability).</li>
</ul>

<p>Persisting Issue:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">possible dangling mark when removing the "wrong" newline from a set of newline-only-lines changes.</li>
</ul>

<p>BUG: 380125</p></div></div><br /><div><strong>TEST PLAN</strong><div><ul class="remarkup-list">
<li class="remarkup-list-item">tested text insertion, text removal and mark clicking and the combination of those with (mostly) consistent results for a git diff</li>
</ul></div></div><br /><div><strong>REPOSITORY</strong><div><div>R33 KDevPlatform</div></div></div><br /><div><strong>BRANCH</strong><div><div>patchhighlight</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D6398" rel="noreferrer">https://phabricator.kde.org/D6398</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>plugins/patchreview/patchhighlighter.cpp<br />
plugins/patchreview/patchhighlighter.h</div></div></div><br /><div><strong>To: </strong>croick, KDevelop<br /><strong>Cc: </strong>kdevelop-devel<br /></div>