You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we add two buttons Previous / Next to the toolbar which would allow user to navigate between differences?
The same way like the WinMerge does. Clicking Previous button will navigate user to previous difference, clicking Next will navigate to the next difference.
We can make these buttons with position: absolute so they're always visible when user is scrolling through the comparison. When user clicks Next it will scroll to the next change that is not in viewport, clicking Previous scrolls to the previous change that is not in the viewport.
The text was updated successfully, but these errors were encountered:
Can we add two buttons Previous / Next to the toolbar which would allow user to navigate between differences?
The same way like the WinMerge does. Clicking Previous button will navigate user to previous difference, clicking Next will navigate to the next difference.
We can make these buttons with
position: absolute
so they're always visible when user is scrolling through the comparison. When user clicks Next it will scroll to the next change that is not in viewport, clicking Previous scrolls to the previous change that is not in the viewport.The text was updated successfully, but these errors were encountered: