Questions tagged [codecompare]

Code Compare by Devart is a graphical diff and merge utility which can be used standalone or integrated into the Visual Studio IDE.

10 questions
9
votes
5 answers

Set Devart's Code Compare as custom diff & merge tool in Sourcetree?

How to add Devart's Code Compare as custom diff & merge tool within Sourcetree?
Daniel Gartmann
  • 11,678
  • 12
  • 45
  • 60
4
votes
1 answer

TortoiseHg Folder Comparison Doesn't Work Properly

When I clicked Diff to Local or Visual Diff, it used to be showing CodeCompare's Folder Comparison window, which is really nice looking. If you want to see how it looks like, please click on this link. But whatever happened I don't know, it stoped…
Tarik
  • 79,711
  • 83
  • 236
  • 349
3
votes
2 answers

How to get Code Compare to open inside Visual Studio to display compare results?

I am running VS 2013 and Devart Code Compare 4.0.51 (free). After changing some setting, whenever I do a compare from within Visual Studio a full Code Compare window is opened to display the differences between the two files, rather than displaying…
user
  • 6,897
  • 8
  • 43
  • 79
1
vote
1 answer

Code Compare For VBA Source Code

is there a way to compare VBA source code file, like .IVB file from Autodesk Inventor to another one? Since this kind of file is precompiled, I have to export every modules from both solutions and compare folders. But I would prefer to compare…
J-SHould
  • 56
  • 6
1
vote
1 answer

"The files are identical" don't pop up at all even the files are identical in Visual Studio

When I click on a file in Visual Studio I don't get dialog that informs me that "The following files are identical:". It opens immediately compare tool. Some time ago, I clicked on "Always Open" button on that dialog, and from then onwards VS…
1
vote
1 answer

Mercurial merge execute program script

How can I configure Mercurial to pop up a merguing program when 2 heads conflicts and a human merguing is required? Im using Mercurial and HgSccPackage with Visual Studio. For merging and comparing im using Devart's CodeCompare. The log…
diego.martinez
  • 1,051
  • 2
  • 11
  • 25
0
votes
1 answer

Using CodeCompare with git from WSL

I really like Devart's CodeCompare and its excellent integration with Visual Studio. However, these days I do development in VSCode under WSL2. VSCode has a pretty decent diff and merge tool but it cannot be compared to CodeCompare (no pun…
Valo
  • 1,872
  • 2
  • 15
  • 23
0
votes
1 answer

Error mergetool code compare in git

when I do git pull I've got some conflicts but I trying fix this conflicts with mergetool (code compare) I get this error: my configuration of .gitconfig is this: [core] autocrlf=false [difftool "codecompare"] cmd = 'C:\\Program…
gogoru
  • 376
  • 2
  • 19
0
votes
1 answer

Git gui show code compare selected file

I'm trying show the code compare with the git gui. I configured tool->add with git diff -y but when I execute shows every file and I want to see just the file selected. Regards
gogoru
  • 376
  • 2
  • 19
0
votes
2 answers

Run Code Compare as standalone when doing comparison from within Visual Studio 12

How do I run Code Compare separately (Standalone) when doing code comparison in TFS before checking in code changes. Right now the code compare window opens up inside the Visual studio environment.
WAQ
  • 2,556
  • 6
  • 45
  • 86