Search found 70 matches

by MudGuard
Sun Oct 09, 2016 9:27 am
Forum: ExamDiff Pro
Topic: Ignore a difference in a XML tag
Replies: 3
Views: 7011

Re: Ignore a difference in a XML tag

careful, * is greedy - better use
<CRETIM>.*?</CRETIM>
(i.e. the non-greedy *? instead of the greedy *)
this handles the case that there are more than one CRETIM elements on a line.
by MudGuard
Wed Apr 09, 2014 1:56 am
Forum: ExamDiff Pro
Topic: Command line > disable 'Press any key...'
Replies: 6
Views: 11306

Re: Command line > disable 'Press any key...'

My guess is: if you don't give the file extension (as in examdiff), then PATHEXT is evaluated, and the first hit in PATHEXT will be taken. If ".exe" is given before ".com" in PATHEXT, then examdiff.exe will be called ... My PATHEXT environment variable is on one machine: PATHEXT=...
by MudGuard
Wed Jun 12, 2013 9:57 am
Forum: ExamDiff Pro
Topic: Compare local and FTP directory
Replies: 4
Views: 8363

Re: Compare local and FTP directory

psguru wrote:There was a missing colon after "ftp".
I missed that ;-) ;-) ;-)
by MudGuard
Wed Jun 12, 2013 7:54 am
Forum: ExamDiff Pro
Topic: Compare local and FTP directory
Replies: 4
Views: 8363

Re: Compare local and FTP directory

actually, it does follow that pattern, the username being username@ezrvhire.com.au But the ftp server might interprete the unmasked @ inside the username as the separator between login data and hostname. It might be worth trying to replace the @ inside the username by %40, i.e. ftp://username%40ezrv...
by MudGuard
Mon May 27, 2013 10:17 am
Forum: ExamDiff Pro
Topic: Command line switch for reset to default options?
Replies: 4
Views: 9737

Re: Command line switch for reset to default options?

I suggest the following: Go to Options, Export to file "currentOptions". This will save your current options. Set all Options to their defaults, Expert to file "defaultOptions". Import Options from file "currentOptions". Now ExamDiff should be configured as before. (&qu...
by MudGuard
Mon Mar 04, 2013 1:02 pm
Forum: ExamDiff Pro
Topic: suppress merge window for 3-file diff?
Replies: 8
Views: 14616

Re: suppress merge window for 3-file diff?

Ok


(though I admit I hoped for the "this will be fixed in the next build" answer ;-)
by MudGuard
Sat Mar 02, 2013 10:09 am
Forum: ExamDiff Pro
Topic: suppress merge window for 3-file diff?
Replies: 8
Views: 14616

suppress merge window for 3-file diff?

Hi, I sometimes need to view 3 versions of a file - but without the need to merge them. I call ExamDiffPro with parameters /merge file1 file2 file3 and get the merge window. Calling ExamDiffPro with just file1 file2 file3 results in ExamDiffPro outputting its parameters. I could move the separator d...
by MudGuard
Thu Dec 20, 2012 11:40 am
Forum: ExamDiff Pro
Topic: Possible bug in EDPro 5.0/HTML Plug-in
Replies: 7
Views: 11481

Re: Possible bug in EDPro 5.0/HTML Plug-in

in HTML 4.01 the closing tags of many elements are optional.
html is one of these elements.
by MudGuard
Sun Dec 25, 2011 7:44 am
Forum: ExamDiff Pro
Topic: comparing THREE files at once
Replies: 5
Views: 9296

Re: comparing THREE files at once

In ExamDiffPro, the default keys for saving first/second file are Ctrl-F11 and Ctrl-F12 - but this can be changed to your preferred keys in the options Options - Global - Keyboard ...
by MudGuard
Thu Nov 17, 2011 4:17 pm
Forum: ExamDiff Pro
Topic: Suppress "Save changes" when no file name exists
Replies: 2
Views: 6454

Re: Suppress "Save changes" when no file name exists

Thanks - that's good enough for now ... ;-)
by MudGuard
Wed Nov 16, 2011 12:02 am
Forum: ExamDiff Pro
Topic: Suppress "Save changes" when no file name exists
Replies: 2
Views: 6454

Suppress "Save changes" when no file name exists

Hi, currently, I use exam diff pro mainly for comparing pieces of text copied from html pages. i.e. I start a new instance of ExamDiffPro (with /n to suppress the file dialog), and I copy portions of text into the empty left pane, and other portions of text into the empty right pane. Although I do n...
by MudGuard
Tue Dec 21, 2010 11:14 am
Forum: ExamDiff Pro
Topic: Strange horizontal scrollbar behaviour
Replies: 2
Views: 5355

Re: Strange horizontal scrollbar behaviour

Strange design ...
by MudGuard
Sun Dec 19, 2010 12:49 pm
Forum: ExamDiff Pro
Topic: Strange horizontal scrollbar behaviour
Replies: 2
Views: 5355

Strange horizontal scrollbar behaviour

Hi, I just noted some odd behaviour regarding the scrollbars. In version 5.0.1.16 (64bit) the scrollbar for the line inspector scrollbar behaves strangely. With two lines, both a bit longer than the screen is wide (i.e. so that the horizontal scrollbar is needed) the following thing happens: if you ...
by MudGuard
Mon Jul 26, 2010 11:38 am
Forum: Announcements
Topic: FtpVC 2.6 Released!
Replies: 2
Views: 27700

Re: FtpVC 2.6 Released!

Vista support? Or do you mean Windows 7 support?
by MudGuard
Mon Jul 26, 2010 11:38 am
Forum: FtpVC
Topic: FtpVC 2.6 Released!
Replies: 2
Views: 11958

Re: FtpVC 2.6 Released!

Vista support? Or do you mean Windows 7 support?