pnedev / comparePlus

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

Change ComparePlus to ComparePlugin #308

Closed aidancrane closed 2 years ago

aidancrane commented 2 years ago

Notepad++ does not load the plugin when the parent folder does not have the same name.

aidancrane commented 2 years ago

When performing an offline installation of this plugin into Notepad++ I noticed that the plugin would not load unless the name matched. ComparePlugin works, but when the parent folder is called ComparePlus the plugin does not load.

aidancrane commented 2 years ago

I am confused, there are only releases for ComparePlugin, but ComparePlus build notes also. I do not know which is the correct way to offline install this plugin.

pnedev commented 2 years ago

@aidancrane ,

This repo contains actually two Notepad++ plugins: ComparePlugin and ComparePlus. ComparePlugin is the old and well-known compare plugin - this repo contains its latest release and source but I have stopped supporting it because I made ComparePlus which is its successor. So the repo is and will be mainly the home of ComparePlus. The confusion comes from the fact that ComparePlus is still in development and hasn't been officially released yet. It will be done in a week and because of that I have changed all the info here to target ComparePlus.

Please read carefully the README.md, the Installation section where is explained how to manually install either ComparePlus or ComparePlugin.