Text diff visualization control for WinForms or WPF

后端 未结 4 1854
长情又很酷
长情又很酷 2021-02-04 01:34

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 WinForm

4条回答
  •  情深已故
    2021-02-04 01:53

    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

提交回复
热议问题