Search found 2224 matches

by psguru
Sun May 16, 2004 2:14 pm
Forum: FtpVC
Topic: Problems with refresh
Replies: 2
Views: 9693

Waiting for your trace logs and option files...
by psguru
Sun May 16, 2004 2:10 pm
Forum: ExamDiff Pro
Topic: Why directory comparison view has no files?
Replies: 0
Views: 10014

Why directory comparison view has no files?

If you indeed have files in directories you are trying to compare, the most common reason for not seeing the files is include/exclude filters in Options | Dir Comparison. To make sure, reset your options to default using "Reset to Default" button on the Options dialog (which will make Incl...
by psguru
Sun May 16, 2004 2:09 pm
Forum: ExamDiff Pro
Topic: How to ignore line numbers in text files
Replies: 2
Views: 10261

There's already an option "Leading white space in lines" under Options | Compare | Ignore that takes care of this, so you really don't need to use a regex.
by psguru
Sun May 16, 2004 2:08 pm
Forum: ExamDiff Pro
Topic: How to ignore line numbers in text files
Replies: 2
Views: 10261

How to ignore line numbers in text files

Often files contain line numbers that have to be ignored during comparison. For example, a file may have lines like these: 01 BEGIN PGM 02 LX0 Y0 Z100 03 M3 while what needs to compared is: BEGIN PGM LX0 Y0 Z100 M3 ExamDiff Pro allows to ignore such numbers: go to Options | Compare | "Ignore pa...
by psguru
Sun May 16, 2004 2:07 pm
Forum: ExamDiff Pro
Topic: How to use file and path filters
Replies: 2
Views: 9907

How to use file and path filters

Version 3.2 allows to set up file and path filters to include/exclude files in directory comparison. If you want to exclude a file (or a subdirectory in non-recursive comparison), and you know its exact name, you don't have to use wildcards. So if you want to exclude file "abc.txt", you ca...
by psguru
Sun May 16, 2004 2:05 pm
Forum: ExamDiff Pro
Topic: Allow/Use Compare Sets
Replies: 2
Views: 9552

If understood you correctly, this feature already exists in ExamDiff Pro. It's called "Sessions", and it allows to not only persist pair of compared files/directories, but also specify different options for each pair. To enable, check "Show sessions" checkbox on the Compare dialog.
by psguru
Sun May 16, 2004 2:03 pm
Forum: ExamDiff Pro
Topic: Add Synchronization option
Replies: 1
Views: 8339

This feature is already on the ExamDiff Pro wish list at http://www.prestosoft.com/ps.asp?page=edp_suggestions ("File and directory synchronization. Allow user to specify what blocks to copy (Added, Deleted, etc.). Allow to select part of file (for file comparison) or set of files/directories (...
by psguru
Sun May 16, 2004 2:01 pm
Forum: ExamDiff Pro
Topic: Ad Hoc filters
Replies: 1
Views: 8253

I think it's a good idea. I'll add the following suggestion to ExamDiff Pro wish list at http://www.prestosoft.com/ps.asp?page=edp_suggestions :

"Ability to ignore text fragments selected in file comparison panes"
by psguru
Sun May 16, 2004 1:59 pm
Forum: ExamDiff Pro
Topic: Copy different files to another directory
Replies: 9
Views: 17346

There is already following suggestion at http://www.prestosoft.com/ps.asp?page=edp_suggestions :
"Add 'Copy To...' command to directory comparison view".
I'll add your vote to it.
by psguru
Sun May 16, 2004 1:54 pm
Forum: ExamDiff Pro
Topic: 3.2 memory problem
Replies: 2
Views: 9568

Perhaps it's a typo and your pagefile size is bigger than 20. If yes, I haven't run into such a problem nor have I seen any reports but perhaps you are using full file comparison mode (all options under 'Dir Comparison | Do not perform full file comparison' are unchecked) and some of your files are ...
by psguru
Sun May 16, 2004 1:47 pm
Forum: ExamDiff Pro
Topic: BRAND NEW HOPES FOR SUCCESS!
Replies: 11
Views: 25377

Trial period is 30 days. However, 30-day extensions are available upon request.
by psguru
Sun May 16, 2004 1:44 pm
Forum: ExamDiff Pro
Topic: BRAND NEW HOPES FOR SUCCESS!
Replies: 11
Views: 25377

I think it's possible but over time will become cumbersome. You could ignore "old" lines using regular expressions, and every time you need to compare a new pair you could add a new regex to the field in EDPro options (EDPro automatically saves your options between runs).
by psguru
Sun May 16, 2004 1:40 pm
Forum: ExamDiff Pro
Topic: BRAND NEW HOPES FOR SUCCESS!
Replies: 11
Views: 25377

I'm not sure I understand your question. Could you provide an example?
by psguru
Sun May 16, 2004 1:39 pm
Forum: ExamDiff Pro
Topic: BRAND NEW HOPES FOR SUCCESS!
Replies: 11
Views: 25377

ExamDiff (free) can only toggle between full view and diff only view. In ExamDiff Pro you can set up a view filter to show only identical lines, for instance. Also, ExamDiff Pro allow much more sophisticated line matching by ignoring line parts using regular expressions. For full list see http://www...
by psguru
Sun May 16, 2004 1:36 pm
Forum: ExamDiff Pro
Topic: BRAND NEW HOPES FOR SUCCESS!
Replies: 11
Views: 25377

ExamDiff Pro is a diff tool, and as such it MATCHES lines in order to find out the DIFFERENCES. You can see all the matches (we call them IDENTICAL lines) by using view filters (see View | Use View Filter menu command, and Options | View Filter). I don't know is that's what you are looking for thoug...