I have two richtextbox’s that display stored procedures and its previous version.
I would like to know if i could compare the two and highlight the differences?
It would be similar to the notepad++ compare plugin.
Thanks in advance 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’d recommend the google diff (lib) for diffing the texts, and then taking the output and putting it in an another textbox 😀
The library has functionality similar to the diff *nix command. It is also released under the apache 2.0 license, which is described here and in short means that it can be used in any type of project except if the end result is supposed to be release as “free” software, for example GPL 3.0.