jsleroy / compare-plugin

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

No vertical scroll both files in one time #101

Open romanown opened 5 years ago

romanown commented 5 years ago

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.

xylographe commented 5 years ago

Compare v2.0.0 for Notepad++ 7.7

romanown commented 5 years ago

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

PeopleInside commented 5 years ago

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

romanown commented 5 years ago

answer given above. update via the link provided.

proidit commented 5 years ago

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

PeopleInside commented 5 years ago

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

Orrielel commented 5 years ago

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. 😄

xylographe commented 5 years ago

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.

proidit commented 5 years ago

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!

shimscharf commented 5 years ago

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 5 years ago

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

lieszkol commented 5 years ago

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