Text diff visualization control for WinForms or WPF

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

    I never heard about a specific .NET component for diff visualization (it's kind a niche), but perhaps you could rely on advanced editor to build your own without too much trouble.

    Syncfusion proposes a complete component suite dedicated to text/code edition, with a lot of built in features that you might find useful :

    • Line and selection background
    • Text highlighting (colored underline, waveline, borders, strike, etc.)
    • Selection margin
    • Text selection
    • Syntax highlighting

    Important note : it is not free.

提交回复
热议问题