Search found 5 matches

by kurtis.miller
Tue Dec 10, 2013 12:40 pm
Forum: Support (DiffMerge)
Topic: "Benefits of registration" dialog popup frequency?
Replies: 2
Views: 7845

Re: "Benefits of registration" dialog popup frequency?

Gotcha.

Regarding the /dev/null issue, I'm on Win7 Enterprise.
by kurtis.miller
Mon Dec 09, 2013 1:20 pm
Forum: Support (DiffMerge)
Topic: "Benefits of registration" dialog popup frequency?
Replies: 2
Views: 7845

"Benefits of registration" dialog popup frequency?

How frequently should this pop up? It seems somewhat random, but I'm seeing it anywhere from once or twice a day all the way up to every hour or so. This dialog is a problem when the diff also throws an error (git tries to compare a new, deleted or renamed file against /dev/null) since this screen s...
by kurtis.miller
Tue Sep 20, 2011 6:16 pm
Forum: Support (DiffMerge)
Topic: Ignoring whitespace causes false positives on text
Replies: 8
Views: 16969

Re: Ignoring whitespace causes false positives on text

I get what you're saying. You can't fully ignore whitespace, because "words" are still important. For example, you don't want to identify "int eger" and "integer" as identical.
by kurtis.miller
Tue Sep 20, 2011 8:58 am
Forum: Support (DiffMerge)
Topic: Ignoring whitespace causes false positives on text
Replies: 8
Views: 16969

Ignoring whitespace causes false positives on text

I'm comparing two Javascript files. I've added the js file type to the Java ruleset. Whitespace is set as not important, and unimportant differences are hidden. Example 1: (function ( $, undefined ) { (function ( $, undefined ) { Basically, in both cases, the space and paren are transposed. As you c...
by kurtis.miller
Fri Feb 20, 2009 3:18 pm
Forum: Support (DiffMerge)
Topic: Clear "Compare File/Folder With" list in Explorer?
Replies: 2
Views: 4277

Clear "Compare File/Folder With" list in Explorer?

I love the Explorer integration features for "Add File/Folder to List" and "Compare File/Folder with..." However, is there a simple way to clear the lists? Obviously I can delete the entries from HKCU\Software\SourceGear\SourceGear DiffMerge\ShellExtension , but this seems rather...