Help with correct settings for file comparison ignoring spacing. #2191
Unanswered
YanSkuratovich
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Unfortunately, WinMerge does not do a good job of comparing files where such text is line-wrapped and non-wrapped. However, by using the Replace plugin in the "Select Files or Folders" window as shown below, you can remove line breaks from the text and compare the text on both sides by breaking lines at specific character positions.
The above assumes that the new line is CRLF(\r\n), replaces the new line with an empty character, and inserts a new line after the character "3". |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I need to compare two large sized files.
example of 1st file:
abc123abc123abc123abc123abc123abc123abc123abc123abc123
example of 2nd file:
abc123
abc123
abc123
abc123
abc123
abc123
abc123
abc123
abc123
I am testing and one of the files has a text difference at the end of the file (on purpose). Playing with the settings it never shows me the difference in text and ignores it.
In the image it should give me an error at ">>>" but it does not. at the bottom is says there is a difference found. If I press to show the difference it just marks everything red.
These are my options:
Beta Was this translation helpful? Give feedback.
All reactions