Search found 129 matches

by AlexL
Mon Oct 31, 2005 8:00 am
Forum: ExamDiff Pro
Topic: Integration with Source Safe?
Replies: 3
Views: 9205

Re: Integration with Source Safe?

Has anyone gotten ExamDiff Pro to work with source safe? ... I can't be the only one who wants to do this! Of course, you are not the only one: there are many such questions. I also would like it, but still can not find solution. Probably it does not exist. Meanwhile our company moved to Perforce; ...
by AlexL
Mon Oct 31, 2005 7:39 am
Forum: ExamDiff Pro
Topic: Ignoring parts in one panel according to expr in other panel
Replies: 13
Views: 19968

The way plug-ins work today is as follows: you pass a file name that is about to be compared (there are built-in variables to do this) to a custom application, and that application creates another file based on some rules. The latter file is then used for comparison instead of the original file. In...
by AlexL
Thu Mar 17, 2005 5:54 am
Forum: ExamDiff Pro
Topic: Ignoring parts in one panel according to expr in other panel
Replies: 13
Views: 19968

Yes, I thought about such variant as ignoring [xX]. But first, you are right, they will be ignored in both files. Though this is not the main obstacle (let's suppose I don't have X on the left panel; only hexadecimal numbers). The 2-nd and the main problem is that ignoring X will ignore this column...
by AlexL
Wed Mar 16, 2005 2:15 am
Forum: ExamDiff Pro
Topic: Ignoring parts in one panel according to expr in other panel
Replies: 13
Views: 19968

You can specify a regex that would contain a set of characters using the following syntax: [xXyZ] The above will match any of the following characters: x, X, y, Z. This, however, will not address your problem, since the above characters will be ignored in both files. As far as understand your probl...
by AlexL
Tue Mar 15, 2005 1:57 am
Forum: ExamDiff Pro
Topic: Ignoring parts in one panel according to expr in other panel
Replies: 13
Views: 19968

While I (as a human) understand what you are trying to achieve, I don't see how EDPro can be told to do it. How would you explain to the program your desire to ignore something like this? You are right. I did not clarify the way to specify ignoring regions. I wrote only a not clear hint relating to...
by AlexL
Mon Mar 14, 2005 7:12 am
Forum: ExamDiff Pro
Topic: Ignoring parts in one panel according to expr in other panel
Replies: 13
Views: 19968

Ignoring parts in one panel according to expr in other panel

Hello. I want to ignore parts of lines in left panel, which are specified according to some regular expression in right panel. Example: Left file: 12345 12345 12340 12305 12345 Right file: 12345 12345 12345 123X5 12345 I want to ignore differences, where right panel contains "X". In the ab...
by AlexL
Mon Mar 14, 2005 5:47 am
Forum: ExamDiff Pro
Topic: Add RESET (or force SYNC) point in file comparison
Replies: 7
Views: 12540

Add RESET (or force SYNC) point in file comparison

Hello. Many of us have often met such situation that some minor or bigger difference in 2 files (even only one difference) resulted in further total dissynchronization of Examdiff Pro panels, and you could not compare the significant rest of files. Though I think that wish of ignoring fragments can ...
by AlexL
Thu Aug 12, 2004 8:34 am
Forum: ExamDiff Pro
Topic: Files with comments
Replies: 3
Views: 10468

Thank you for answer, but: 1) Why //.* being applied to option "Ignore lines matching regular expression", does not work? 2) Your solution with //.*|^.{11} being applied to option "Ignore lines matching regular expression" does not work. It stops to show differences at all. By th...
by AlexL
Wed Aug 11, 2004 7:11 am
Forum: ExamDiff Pro
Topic: Files with comments
Replies: 3
Views: 10468

Files with comments

I have the following files: File 1: // My comment 1 0011820940 6c4dad83 0011820949 1283c57f 0011820959 ea0f9dff 0011820968 2afad831 // My comment 2 0011820977 283c57fe 0011820986 a0f9dff2 File 2: 6c4dad83 1283c57f ea1f9dff 2afad831 283c57fe a0f9dff2 Each line of the 2-nd file is indented by 11 space...