mmanela / diffplex

DiffPlex is Netstandard 1.0+ C# library to generate textual diffs.
Apache License 2.0
996 stars 183 forks source link

Add new project to demo a Windows Form implementation #66

Closed JamesSkemp closed 3 years ago

JamesSkemp commented 3 years ago

Shows both inline and side-by-side, with coloring only, using the example text from the console app.

Relates to #40 (and #51). Doesn't do the greatest job of showing the empty lines, since that can be pretty opinionated.

Let me know if you'd like any changes.

mmanela commented 3 years ago

@JamesSkemp Can you add a readme file in this new folder that describes what is does and has screenshots of what each looks like?

JamesSkemp commented 3 years ago

Basic README and screenshot added.