Search found 70 matches

by MudGuard
Thu Jan 20, 2022 12:27 pm
Forum: ExamDiff Pro
Topic: How to use ExamDiff Pro with git and WSL2
Replies: 4
Views: 4480

Re: How to use ExamDiff Pro with git and WSL2

[diff] tool = examdiff [diff "tool"] prompt = false [diff "tool.examdiff"] trustExitCode = true cmd = '/C/Program Files/ExamDiff Pro/ExamDiff.exe' prompt = false is what I have in my user .gitconfig And I use a batch file named "git-devdiff" #!bash #diff current branch...
by MudGuard
Sat Nov 27, 2021 1:00 pm
Forum: ExamDiff Pro
Topic: Directory Comparison and "Ignore lines"
Replies: 7
Views: 4605

Re: Directory Comparison and "Ignore lines"

on your screen shot 1, all file sizes are different ...

In Options, Text Compare, is the checkbox for Ignore -> Line break styles checked?
by MudGuard
Tue Oct 26, 2021 1:10 pm
Forum: ExamDiff Pro
Topic: Comparing clipboard contents
Replies: 11
Views: 7104

Re: Comparing clipboard contents

yes, that option (Uncheck Misc: Treat Clipboard buffers as initially modified) is the solution.

Thanks!!!!!
by MudGuard
Mon Oct 25, 2021 9:01 am
Forum: ExamDiff Pro
Topic: Comparing clipboard contents
Replies: 11
Views: 7104

Re: Comparing clipboard contents

will check that tomorrow, but it sounds like the solution.
by MudGuard
Mon Oct 25, 2021 4:08 am
Forum: ExamDiff Pro
Topic: Comparing clipboard contents
Replies: 11
Views: 7104

Re: Comparing clipboard contents

What I find a bit irritating is, that after comparing clipboard stuff and close examdiff pro, I get asked whether I want to save the changes (although I did not change the clippings in ExamDiff). And the question comes twice - for both entries ... This has changed in 12.0 (now in beta). Hm, yes, it...
by MudGuard
Fri Feb 19, 2021 10:18 am
Forum: ExamDiff Pro
Topic: Comparing clipboard contents
Replies: 11
Views: 7104

Re: Comparing clipboard contents

you can remove entries from the Win10 clipboard history if you want
by MudGuard
Mon Feb 15, 2021 1:51 pm
Forum: ExamDiff Pro
Topic: Comparing clipboard contents
Replies: 11
Views: 7104

Re: Comparing clipboard contents

MudGuard wrote: Mon Feb 15, 2021 12:31 pm This has changed in 12.0 (now in beta).
THat might be a reason for an upgrade ...
by MudGuard
Mon Feb 15, 2021 12:31 pm
Forum: ExamDiff Pro
Topic: Comparing clipboard contents
Replies: 11
Views: 7104

Re: Comparing clipboard contents

Windows 10 keeps Clipboard history. Just use Windows-Key + V instead of Ctrl + V for inserting, and you get the history. What I find a bit irritating is, that after comparing clipboard stuff and close examdiff pro, I get asked whether I want to save the changes (although I did not change the clippin...
by MudGuard
Mon Oct 26, 2020 12:58 am
Forum: ExamDiff Pro
Topic: ExamDiff Pro + .NET-Framework 3.5
Replies: 1
Views: 2563

ExamDiff Pro + .NET-Framework 3.5

Hi, on Friday I first noticed, that whenever I compare something, Windows opens a popup " An app on this PC needs the following feature .NET Framework 3.5 (includes 2..NET 0 and 3.0) [Install ] [Ignore] " (roughly translated and shortened, the buttons contain much more text) Examdiff Pro g...
by MudGuard
Fri Jul 17, 2020 11:03 pm
Forum: ExamDiff Pro
Topic: Using ExamDiff Pro with Git/GitHub
Replies: 1
Views: 2814

Re: Using ExamDiff Pro with Git/GitHub

in my .gitconfig, I have this: [diff] tool = examdiff [diff "tool"] prompt = false [diff "tool.examdiff"] trustExitCode = true cmd = '/C/Program Files/ExamDiff Pro/ExamDiff.exe' prompt = false (among other settings) git diff opens ExamDiff Pro to show the diff.
by MudGuard
Wed Apr 24, 2019 10:44 am
Forum: ExamDiff Pro
Topic: Diffs only, but with a few lines before/after each difference
Replies: 2
Views: 6055

Re: Diffs only, but with a few lines before/after each difference

Thank you for implementing this feature so fast after my request - and even installing the fixed version on my machine ;-) ;-) ;-)

I didn't look in that section - I checked everything under Text Compare and Text Compare - Advanced, but did not look under Display ...
by MudGuard
Wed Apr 24, 2019 7:12 am
Forum: ExamDiff Pro
Topic: Diffs only, but with a few lines before/after each difference
Replies: 2
Views: 6055

Diffs only, but with a few lines before/after each difference

Hi, is there a way to show only the differences (yes, so far this is possible), but with a (configurable) number of identical lines before/after each difference visible? (gitlab does this - it shows a few identical lines before/after each difference.) In some cases it would help to see a bit of the ...
by MudGuard
Thu Dec 28, 2017 2:53 am
Forum: ExamDiff Pro
Topic: Open multiple "Compare Matched" from directory compare
Replies: 4
Views: 8013

Re: Open multiple "Compare Matched" from directory compare

psguru wrote: Tue Dec 19, 2017 9:22 am No, this is not available.
Would it be hard to implement it for all selected files instead of 1 selected file?

It should just be a loop for the selected files ... (and a "> 0" instead of "== 1" for enabling the menu item)
by MudGuard
Tue Dec 19, 2017 5:48 am
Forum: ExamDiff Pro
Topic: Open multiple "Compare Matched" from directory compare
Replies: 4
Views: 8013

Open multiple "Compare Matched" from directory compare

Hi, when I do a directory comparison (started from git with git difftool --dir-diff ) I get a load of different files (no identical files). I then can launch "Compare Matched" for one file. And then can do the same for the second file. And again manually for the third file. And so on. As s...
by MudGuard
Mon Mar 13, 2017 5:20 am
Forum: ExamDiff Pro
Topic: Not seeing Unicode support in file differences
Replies: 5
Views: 8969

Re: Not seeing Unicode support in file differences

if the encoding really is EUC-KR (as Notepad++ assumes), then it is no wonder that you get gibberish if you try to display it as if it were utf-8 - EUC-KR is a different encoding.