pnedev / comparePlus

Compare plugin for Notepad++
GNU General Public License v3.0
999 stars 139 forks source link

[Feature] Live preview of newly added changes during "Compare" mode #204

Closed pidgeon777 closed 5 years ago

pidgeon777 commented 5 years ago

Let's suppose I'm comparing two files, activating the two views compare window. Let's also suppose that after the compare I modify one of the two files in one of the two vies, for example by adding text. In the actual implementation of Compare Plugin, new changes won't be displayed in the diff mode until I manually run the "Compare" command.

It would be great to automatically display the new changes when modifying either one of the files (i.e. as you digit/delete/add some text), without having to manually run the "Compare" command every time.

Maybe automatic compare could be added as an option.

pnedev commented 5 years ago

@pidgeon777 ,

The automatic re-compare on change is already implemented and will be in the new plugin release (coming soon). Thanks.

pidgeon777 commented 5 years ago

This is great. Thank you.

pidgeon777 commented 5 years ago

Another question, would it be possible to activate the live preview mode as an option?

pnedev commented 5 years ago

@pidgeon777 ,

would it be possible to activate the live preview mode as an option?

Yes, this is how it is implemented.

pidgeon777 commented 5 years ago

Great!