Search found 70 matches
- Thu Jan 20, 2022 12:27 pm
- Forum: ExamDiff Pro
- Topic: How to use ExamDiff Pro with git and WSL2
- Replies: 4
- Views: 11363
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 to (local) develop ...
- Sat Nov 27, 2021 1:00 pm
- Forum: ExamDiff Pro
- Topic: Directory Comparison and "Ignore lines"
- Replies: 7
- Views: 14209
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?
In Options, Text Compare, is the checkbox for Ignore -> Line break styles checked?
- Tue Oct 26, 2021 1:10 pm
- Forum: ExamDiff Pro
- Topic: Comparing clipboard contents
- Replies: 11
- Views: 24328
Re: Comparing clipboard contents
yes, that option (Uncheck Misc: Treat Clipboard buffers as initially modified) is the solution.
Thanks!!!!!
Thanks!!!!!
- Mon Oct 25, 2021 9:01 am
- Forum: ExamDiff Pro
- Topic: Comparing clipboard contents
- Replies: 11
- Views: 24328
Re: Comparing clipboard contents
will check that tomorrow, but it sounds like the solution.
- Mon Oct 25, 2021 4:08 am
- Forum: ExamDiff Pro
- Topic: Comparing clipboard contents
- Replies: 11
- Views: 24328
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 ...
- Fri Feb 19, 2021 10:18 am
- Forum: ExamDiff Pro
- Topic: Comparing clipboard contents
- Replies: 11
- Views: 24328
Re: Comparing clipboard contents
you can remove entries from the Win10 clipboard history if you want
- Mon Feb 15, 2021 1:51 pm
- Forum: ExamDiff Pro
- Topic: Comparing clipboard contents
- Replies: 11
- Views: 24328
Re: Comparing clipboard contents
THat might be a reason for an upgrade ...
- Mon Feb 15, 2021 12:31 pm
- Forum: ExamDiff Pro
- Topic: Comparing clipboard contents
- Replies: 11
- Views: 24328
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 ...
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 ...
- Mon Oct 26, 2020 12:58 am
- Forum: ExamDiff Pro
- Topic: ExamDiff Pro + .NET-Framework 3.5
- Replies: 1
- Views: 6838
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 goes on ...
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 goes on ...
- Fri Jul 17, 2020 11:03 pm
- Forum: ExamDiff Pro
- Topic: Using ExamDiff Pro with Git/GitHub
- Replies: 1
- Views: 6757
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.
[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.
- 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: 12072
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 ...



I didn't look in that section - I checked everything under Text Compare and Text Compare - Advanced, but did not look under Display ...
- 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: 12072
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 ...
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 ...
- Thu Dec 28, 2017 2:53 am
- Forum: ExamDiff Pro
- Topic: Open multiple "Compare Matched" from directory compare
- Replies: 4
- Views: 17069
Re: Open multiple "Compare Matched" from directory compare
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)
- Tue Dec 19, 2017 5:48 am
- Forum: ExamDiff Pro
- Topic: Open multiple "Compare Matched" from directory compare
- Replies: 4
- Views: 17069
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 soon as I ...
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 soon as I ...
- Mon Mar 13, 2017 5:20 am
- Forum: ExamDiff Pro
- Topic: Not seeing Unicode support in file differences
- Replies: 5
- Views: 17199
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.