Compare Plugin v2.0 updated for Notepad 7.7 and above
-
Same for me Notepad++ 7.7 64-bit with special Compare 2 for Notepad++ 7.7+, works fine!
Agree with @Ekopalypse in that although scrolling works fine, looking at the N++ View menu, I see “Synchronize Horizontal Scrolling” checked and “Synchronize Vertical Scrolling” unchecked even though vertical scrolling is synced. Wonder if the special change you made is missing the MF_CHECKED update to put a checkmark at the appropriate menu item (since those seemed to have changed an shifted by one)?
-
Hey Pavel… Good news!!! that build works!!! :-) thanks a lot! what was the problem? i am using normal notepad 7.7 and this new build…
Thanks a lot for all your kindness and time…
BR!
-
Guys,
Thank you all for testing.P.S. The Notepad++ vertical scroll (in the menu) should be disabled, that’s normal. Compare plugin does the vertical sync on its own.
BR
-
-
I had the same issue about the views moving separately and what ending up fixing it is I had to manually move the dll into the compareplugin folder as by default it’s top level of the plugins folder.
-
Hi, @pnedev and All,
-
10s
to download your new build -
5s
to create a new directoryComparePlugin
, under my local configurationD:\@@\770\Plugins
-
10s
to extract theComparePlugin.dll
and theComparePlugin
folder inside this new directory -
5s
to re-start Notepadv7.7.0
-
And, from now on, the privilege of using this must plugin, as your new build is OK, too, with my old Windows XP SP3 system :-))
This post gives me the opportunity to talk about your future ComparePlus version, again ! Refer to the link, below :
You said, at the end of this post :
I’m still in the process of developing the smart change detection and I will try to make a good compromise between accuracy and compare speed.
And I was wondering if, having a setting to choose between the Compare
v2.0.0
and the Comparev3.0.0
behaviors of comparing, would make your coding phase easier ? Indeed, by doing so, you would not have to do any compromise, as you would propose the two native behaviors, just the old and the new ones !Of course, Pavel, just a suggestion :-))
Cheers,
guy038
-
-
Hi @guy038 ,
That is actually a very good suggestion as it is difficult to find the “best” balance (because of the different compare cases) :)
Thank you.BR
-
I’m a new user,so how to install this plugin?Thanks.
-
@汪Jerrie
use plugins admin from plugin menu. -
I recently updated to 7.7.1 (64-bit) and for me the synced scrolling broke too.
In looking at the View Menu …
Before starting a compare :-
both Synchronize Vertical Scrolling and Synchronize Horizontal Scrolling are greyed out.When compare opens :-
Synchronize Vertical Scrolling is UNCHECKED
Synchronize Horizontal Scrolling is CHECKED
Behaviour is consistent with these settings.Checking the Synchronize Vertical Scrolling option restores the pre-upgrade normal synchronized scrolling
I cannot see any way to make that setting stick. If I evit Compare, and then restart it, the setting is lost.
-
@vjs-xx said:
I recently updated to 7.7.1 (64-bit) and for me the synced scrolling broke too.
In looking at the View Menu …
Before starting a compare :-
both Synchronize Vertical Scrolling and Synchronize Horizontal Scrolling are greyed out.When compare opens :-
Synchronize Vertical Scrolling is UNCHECKED
Synchronize Horizontal Scrolling is CHECKED
Behaviour is consistent with these settings.Checking the Synchronize Vertical Scrolling option restores the pre-upgrade normal synchronized scrolling
I cannot see any way to make that setting stick. If I evit Compare, and then restart it, the setting is lost.
Having read the comments about and old and a new plugin, I checked the plugins directory and found that the ComparePlugin.dll file was dated from February 2019.
I used the Plugin Admin to remove the Compare Plugin, and after Notepad+ restarted, I used the Plugin Admin to add back the Compare Plugin again. The new DLL is dated from July 2019.
Now, the scrolling works as expected (notwithstanding that the Synchronize Vertical Scrolling option is still unchecked)
So, it seems like the updater is not checking and updating the Compare Plugin if it is already installed. Perhaps the issue is that both versions are labeled as version 2 and it cannot detect the change.
-
@vjs-xx ,
That’s the normal behavior of the vertical scroll setting in the menu when comparing.
Compare plugin does vertical scrolling on its own and it disables the Notepad++ internal one.You are right, the plugin doesn’t update on its own because the Compare versions are the same.
BR
-
When I compare two files beeing 66 MB, the compare plugin will freeze / stop comparing after reaching maybe 40 %.
Is there any limit?
RAM and other memory looks good / still has plenty of ressources. -
@Buddler ,
In some cases compare might take considerable time.
I don’t know if that’s your case but try waiting some time.BR
-
had this problem after updating to 7.8.1. was working fine on 7.5.8.
installing the plugin from https://github.com/pnedev/compare-plugin/releases to C:\Program Files\Notepad++\plugins\ComparePlugin replacing the dlls that were there has solved the scrolling problem.
I noticed a while ago that compare plugin no longer shows up in the repository of plugin updates. can that be corrected? as it would be nice to just select it from a list rather than having to push files to every machine.
-
Were you upgrading Notepad++ from v7.5.8 to v7.8.1?
If that’s the case the plugin handling since 7.5.8 has been changed. The Plugin Manager is no longer used and in its place now is the Plugin Admin. Start Notepad++ and select from the menuPlugins
->Plugins Admin...
.
You can select and install any plugins you need from there.BR
-
Well whatever you want to call the ‘way to administrate plugins’ the result is the same. There is no compare plugin listed.
-
it is visible under Available tab but only unless you install it
Once you installed it, it is visible under Installled tab.
-
having problem with installing the compare plugin. when i restart notepad++ it gives me an error compare plugin is not compatible cannot load 32 bit plugin
-
@G_Shank17
this normally happens if you try to install a 32bit plugin but using the 64bit npp version.
Use plugin admin to install it as it will download the correct version.