The order of compare method in compare by content

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Eugensyl2
Junior Member
Junior Member
Posts: 43
Joined: 2023-05-20, 15:12 UTC

The order of compare method in compare by content

Post by *Eugensyl2 »

I'm wonder why the order of compare method in compare by content is "synchronize:" 1, 2, 3... and 0.

Is actually not a bug, but in my opinion, if options are numbered, they must be in ascendend/descendent order.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: The order of compare method in compare by content

Post by *ghisler(Author) »

Method 0 is special because
1. It's not really one of the synchronize methods, instead it's turning OFF any tries to synchronize the lines when a difference is enountered,
and
2. The default is 1, so I prefer to have it at the top.
Author of Total Commander
https://www.ghisler.com
Eugensyl2
Junior Member
Junior Member
Posts: 43
Joined: 2023-05-20, 15:12 UTC

Re: The order of compare method in compare by content

Post by *Eugensyl2 »

ghisler(Author) wrote: 2023-06-11, 09:08 UTC Method 0 is special because
1. It's not really one of the synchronize methods, instead it's turning OFF any tries to synchronize the lines when a difference is enountered,
and
2. The default is 1, so I prefer to have it at the top.
Ok. Reasonable.
Post Reply