[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Re[2]: [TSVN] Official request... Directory Diff

From: Molle Bestefich <molle.bestefich_at_gmail.com>
Date: 2005-03-15 13:34:22 CET

Jean-Marc van Leerdam wrote:
> Back to the topic of diff colors: What are the exact meanings of the
> colors listed in the m_BinDiffColors array?

The #define'd diff colors each have a particular meaning.

Each one of the m_BinDiffColors means exactly the same - that a
(precisely) similar block of text was found in both lines that are
being compared. In the m_BinDiffColors case, each substring matched
gets a different color from this array.

The reason for each match to get a different color is that the exact
position of the matched strings does not matter; they can be shuffled
inside the two lines. The color is used to indicate which strings
relate from one line to the other.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Mar 15 13:37:56 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.