display only the delta
-
how can I display only the delta in compare
-
Currently you can’t.
If you mean to display only the diffs then the new compare plugin I’m working on will help - it has that feature but it is not released yet. -
Hello,
Sorry @Alfred-Diem for using your thread but I’ve a quick question to @pnedev regarding the “Compare” plugin…@pnedev
When I start to compare, i always get “Synchronize Horizontal Scrolling” activated but not “Synchronize Vertical Scrolling”.
How can I get also this activated by automatic when compare? -
The Notepad++ vertical scrolling sync setting is not used by Compare plugin - it has to be off - that’s normal. Compare plugin does the vertical scroll sync on its own - it doesn’t rely on this Notepad++ feature.
If your vertical scroll is not synchronized when you compare then you are using the wrong version of Compare plugin for your Notepad++. In Notepad++ versions above 7.7 (included) you have to use either https://github.com/pnedev/compare-plugin/releases/tag/v2.0.0_npp7.7 or https://github.com/pnedev/compare-plugin/releases/tag/v2.0.1 (both are the same actually just have a different names for historical reasons). From the links you should get the variant that is matching your Notepad++ build - 32bit or 64bit.
-
@pnedev
Ok, i’ll look into this.
Thansk for your reply!
//berglund