Compare Plugin NotePad ++ is it possible to use in VB6 or .NET?

0

I need to know if it is possible to use the Notepad ++ Compare plugin in the projects made in VB6 and .NET.

If so, I would like some tips on how I can use it. And I have no idea how to start.

The system that I'm adjusting needs to send me an email every time the user changes the description of a listing. This email should contain the current description and the previous description with the highlighted changed parts. To understand how it would look, this site is an example:

link

  • Highlights what was changed, what was added, and what was deleted This is what we need ... (but this site is just an example, you can not use it in the rs system)

I got to download the plugin in github, but I do not know how to put his reference in the projects. I opened Project Compare by Visual Studio and I do not know if I'm debugging (if I do, an error message appears as in the image)  or if I add the reference of it in the other projects and try to start using (another deadlock ... how will I know about its functions).

If someone has a tip, just to have a targeting already helps me a lot

    
asked by anonymous 11.08.2017 / 19:24

1 answer

0

Let me tell you that you're wrong. The Notepad ++ Compare plugin plugin only works for the Notepad ++ editor, it does not apply to installing it in Visual Studio, regardless of the language used in the project.

There are two solutions. Download Notepad ++ (free) and use it for this purpose. Or, if you already version sources with Subversion, the TortoiseSVN (Subversion) client has the TortoiseMerge tool to do just that.

    
14.08.2017 / 13:37