WpfDiff icon indicating copy to clipboard operation
WpfDiff copied to clipboard

Highlight changes in text using DiffPlex (Apache 2.0) and WPF's RichTextBox.

Results 2 WpfDiff issues
Sort by recently updated
recently updated
newest added

Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.RegularExpressions&package-manager=nuget&previous-version=4.3.0&new-version=4.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

We are able to make the textbox editable, but it does not edit the underlying string that gets passed into it. What would be the best way to access the...