Page 1 of 1

FIXED: Two tiny glitches in document comparison

Posted: 30 Aug 2021 10:21
by pjj
When comparing two documents:

1) If two strings are similar at their ends, but one (2) lacks some chars in the middle, that the other one has (1), e.g.

Code: Select all

// TODO error if $haystack (i.e. field) is not found
// TODO error if $haystack is not found
in the line comparison box at the bottom of editor area last chars of both lines are lacking:

Code: Select all

--> // TODO error if $haystack (i.e. field) is not foun
<-- // TODO error if $haystack              is not foun
2) when I edit both documents and hit "Save all" icon, the yellow marking (indicating that the document has been altered) of the active one turns green at once, while the other document still has it unchanged; only when this other document gets focus, its marking goes green as well

Re: Two tiny glitches in document comparison

Posted: 16 Sep 2021 12:05
by Rickard Johansson
Fixed in next release (v15.20). Thanks!