Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Text diff visualization control for WinForms or WPF

In continuation of the my previous question, are the any good controls for text diffs visualization?

Something like StackOverflow's revision diff viewer but for WinForms or WPF

Requirements:

  • free, preferably open-source
  • based on WPF or WinForms

No apps please, only components.

I'm not interested in OSS diff tools

like image 769
aku Avatar asked Sep 26 '08 09:09

aku


2 Answers

There is (as part of GitSharp) an open source diff engine in c# with a very easy to use API and (as part of GitSharp.Demo) a WPF diff viewer. The code should not be too difficult to extract from the project.

Find more information here: http://www.eqqon.com/index.php/GitSharp#GitSharp.Demo

like image 110
henon Avatar answered Oct 27 '22 09:10

henon


might also want to take a look at MeneesDiffUtils. Has a bunch of diff related utils including a visualization control. Full source code provided and is under a license called CharityWare.

like image 9
Jake Almer Avatar answered Oct 27 '22 08:10

Jake Almer