jsleroy/compare-plugin

No vertical scroll both files in one time

Opened this issue ยท 12 comments

after one is updates when i compared 2 files when i scrolling left file other is stoped. before is scrolling both files in one time.

thank You. everything works correctly. automatic updates did not work.

I have the same issue this is a strong issue for me.

answer given above. update via the link provided.

i have replaced with https://github.com/pnedev/compare-plugin/releases/tag/v2.0.0_npp7.7 but not working... same problem

@proidit have you replaced the two DDL files? Is strange doesn't work as i tested and it's working.

Had the same issue with the link above, but it works if you move the ComparePlugin.dll file inside the ComparePlugin folder.
Hopefully that doesn't break any other functionality. ๐Ÿ˜„

Notepad++ 7.7 (or newer version) expects each plug-in in a separate folder. The three ComparePlugin DLLs should be located below <NPP>\plugins\ComparePlugin (where <NPP> is the Notepad++.exe folder),

<NPP>\plugins\ComparePlugin\ComparePlugin\sqlite3.dll
<NPP>\plugins\ComparePlugin\ComparePlugin\git2.dll
<NPP>\plugins\ComparePlugin\ComparePlugin.dll

The two auxiliary DLLs in a subfolder, also named ComparePlugin.

Notepad++ 7.7 (or newer version) expects each plug-in in a separate folder. The three ComparePlugin DLLs should be located below <NPP>\plugins\ComparePlugin (where <NPP> is the Notepad++.exe folder),

<NPP>\plugins\ComparePlugin\ComparePlugin\sqlite3.dll
<NPP>\plugins\ComparePlugin\ComparePlugin\git2.dll
<NPP>\plugins\ComparePlugin\ComparePlugin.dll

The two auxiliary DLLs in a subfolder, also named ComparePlugin.

Tanks, i moved ComparePlugin.dll into \plugins\ComparePlugin folder and it work perfectly!

same issue for me.
I too fixed it by replacing the previously installed plugin (v2.0 which had the correct file structure) with the ones from link in this thread.
VERY STRANGE

nk-g commented

i have replaced with https://github.com/pnedev/compare-plugin/releases/tag/v2.0.0_npp7.7 but not working... same problem

Replacing .dll files form latest source , resolved the issue.
Thanks

I had the same issue. Uninstalling and reinstalling the plugin fixed it.