Search found 10 matches

by martinm
Sun Nov 03, 2024 2:59 am
Forum: ExamDiff Pro
Topic: Syntax Highlighting Is Automatically Enabled after Swap Files
Replies: 3
Views: 25441

Re: Syntax Highlighting Is Automatically Enabled after Swap Files

I am also using ExamDiff Pro build 15.0.1.14 (64-bit) on Windows 10. I have now performed the following steps for easy reproduction:


Download the example file https://github.com/apache/logging-log4j2/blob/2.x/src/site/antora/modules/ROOT/examples/manual/configuration/properties.xml.
Fresh ...
by martinm
Thu Oct 31, 2024 11:44 am
Forum: ExamDiff Pro
Topic: Syntax Highlighting Is Automatically Enabled after Swap Files
Replies: 3
Views: 25441

Syntax Highlighting Is Automatically Enabled after Swap Files

I have the Document Type Settings (syntax highlighting) disabled by default.
Now I compare two XML files or two UNIX shell scripts. Everything is fine and the comparison results are displayed without syntax highlighting.
Now I click the "Swap Files" toolbar button to swap the display of the two ...
by martinm
Sat Oct 05, 2024 8:41 pm
Forum: ExamDiff Pro
Topic: Directory Filtering using a Path View Filter
Replies: 4
Views: 31647

Re: Directory Filtering using a Path View Filter

The next two screenshots show how I was able to successfully filter out files with the YML extension from the results view by using *.yml as an exclude pattern:
Screenshot_20241006_061827.jpg
Screenshot_20241006_061835.jpg

Interestingly, a quick path view filter to show only the files in the ...
by martinm
Sat Oct 05, 2024 8:39 pm
Forum: ExamDiff Pro
Topic: Directory Filtering using a Path View Filter
Replies: 4
Views: 31647

Re: Directory Filtering using a Path View Filter

I'll try to explain the behavior using a publicly available Git repository from GitHub and some screenshots so you can reproduce it.

First, I clone the Git repository twice into two different directories:
git clone https://github.com/nigelpoulton/TheK8sBook.git TheK8sBook1
git clone https://github ...
by martinm
Sat Oct 05, 2024 6:51 am
Forum: ExamDiff Pro
Topic: Directory Filtering using a Path View Filter
Replies: 4
Views: 31647

Directory Filtering using a Path View Filter

I've been trying to familiarize myself with the directory filtering improvements in ExamDiff Pro 15.0.

For this I used two directories with locally cloned Git repositories.

When comparing the two directories, the directory comparison filter :*\.git\* worked as expected. The files in the .git ...
by martinm
Sat Oct 05, 2024 6:35 am
Forum: ExamDiff Pro
Topic: Toggle Tree Mode and Initial Sorting
Replies: 1
Views: 20970

Toggle Tree Mode and Initial Sorting

In Directory Comparison - General Options - Initial Sorting , I changed the Column option to Relative Path . Initially, tree mode was activated.

When I switch to flat mode using the Toggle Tree Mode button, the initial sorting is not applied to flat mode. The visual indicator in the Relative Path ...
by martinm
Thu Oct 03, 2024 10:41 pm
Forum: ExamDiff Pro
Topic: Use Scope Bar and Match File Structures for Comparison without Displaying Syntax Highlighting?
Replies: 1
Views: 20283

Use Scope Bar and Match File Structures for Comparison without Displaying Syntax Highlighting?

I just upgraded from ExamDiff Pro version 12 to version 15. I like the new scope bar and the ability to match file structures for comparison. However, these features seem to be closely tied to the display of syntax highlighting. Personally, I almost always turn off the display of syntax highlighting ...
by martinm
Fri Jul 29, 2011 10:45 pm
Forum: ExamDiff Pro
Topic: Need help with plugin for ZIP files
Replies: 6
Views: 13717

Re: Need help with plugin for ZIP files

I think we are both right. In my plug-in definition above I have used the 7-Zip Command Line Version 7za.exe available as a separate download (see http://www.7-zip.org/download.html). However in your current plug-in definition on the ExamDiff Pro Plug-ins page (see http://www.prestosoft.com/edp ...
by martinm
Fri Jul 29, 2011 1:22 pm
Forum: ExamDiff Pro
Topic: Need help with plugin for ZIP files
Replies: 6
Views: 13717

Re: Need help with plugin for ZIP files

I have to correct my post concerning 7-Zip a little bit. There seems to be a difference concerning the file formats supported by the GUI and the command line version of 7-Zip. Personally I have only used the command line version 7za.exe as a plug-in for ExamDiff Pro in conjunction with the file ...
by martinm
Fri Jul 22, 2011 1:26 pm
Forum: ExamDiff Pro
Topic: Need help with plugin for ZIP files
Replies: 6
Views: 13717

Re: Need help with plugin for ZIP files

I had the same problem when I tried to use the WZUNZIP.EXE executable directly in the Application field.

However I was able to set it up successfully by using a small custom WSH script and the following setup:

Plug-in: WZUNZIP
Name Filter: *.zip,*.zipx,*.jar,*.war,*.ear,*.har,*.xpi
Application ...