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.
The order of compare method in compare by content
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: The order of compare method in compare by content
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.
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
https://www.ghisler.com
Re: The order of compare method in compare by content
Ok. Reasonable.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.