0

In Red gate SQL compare Are there any keyboard shortcuts to move from the pane in which we have to tick, to the pane in which the actual difference is shown so that I can scroll down to look at the difference.

Like if the difference is readily visible then I just mark the change with a space and then move to the next with a down key. But if the changes in the lower pane are hidden and have to be scrolled then is there a way to do it using keyboard only?

puneet
  • 769
  • 1
  • 9
  • 34

1 Answers1

0

The version I'm using (10.3.1.140) has keyboard shortcuts for setting the diff preview's height.

Ctrl+PgUp sets the preview to the largest size.

Ctrl+PgDn collapses the preview.

Ctrl+Home sets the preview to half-height.

What I usually do is keep the preview pane collapsed, and then (if I care to check the difference) hit Ctrl+PgUp to see as much of the script as possible, then collapse the preview down again with Ctrl+PgDn.

arcain
  • 14,920
  • 6
  • 55
  • 75