FIXED: Two tiny glitches in document comparison

Report issues, odd behaviors or submit a detailed bug report.
Post Reply
User avatar
pjj
Posts: 2109
Joined: 13 Oct 2009 13:48
Location: Kraków, Poland

FIXED: Two tiny glitches in document comparison

Post 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
Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

Re: Two tiny glitches in document comparison

Post by Rickard Johansson »

Fixed in next release (v15.20). Thanks!
Post Reply