Text diff visualization control for WinForms or WPF

后端 未结 4 1802
长情又很酷
长情又很酷 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:58

    I recommend DiffPlex. It is netstandard1.0 and very light weight.

    You can easily embed it in your WPF application using the RichTextBox like this: https://github.com/halllo/WpfDiff

提交回复
热议问题