Hi Eric,
Beyond Compare can't compare across newlines. We would like to support it someday, but it won't be available in the near future.
I'm not aware of any utilities that do compare across newlines.
Announcement
Collapse
No announcement yet.
Ignoring newlines
Collapse
X
-
Ignoring newlines
How do you get BC3 toignore newlines? You would think that Beyond Compare would be able to handle this, but apparently it cannot. For example, the following code snippet:
for (int defectCount = 1; resultSet1.next(); defectCount++)
{
And this code snippet:
for (int defectCount = 1; resultSet1.next(); defectCount++) {
count as chagesLast edited by eric.steutermann; 02-Sep-2008, 10:40 AM.Tags: None
Leave a comment: