pnedev / comparePlus

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

Compare windows scroll to right or end of line #274

Closed giustizieri25 closed 2 years ago

giustizieri25 commented 2 years ago

When comparing two files side-by-side, the right side pane scrolls to the right, or to the end of line. This makes the compare operation annoying, as you always have to scroll back everything to the left again, to see the compared contents.

image

pnedev commented 2 years ago

This is the intended behavior when the lines are too long and your cursor position is beyond the visible line width. Then the line is horizontally scrolled and the other compared document is synchronously scrolled to see the selected lines positions side by side and visually inspect them.

If you want to avoid that simply move your cursor position in the beginning of the line or turn on the Wrap Line function in Notepad++