Topic: Synchronized Scrolling (1 of 1), Read 84 times
Conf: VEDIT Suggestions
From: Ted Green
Date: Friday, July 05, 2002 05:41 PM

It appears that the following message got lost. Therefore, I am re-posting the original message and my reply.

>When two windows are vertically tiled, I would find it very useful to have
>an option to sync the scrolling in the two windows. I seem to remember this
>was possible in DOS - or does my memory fail? - but I can't find that in
>vpw.

You can currently only sync two windows on the same file.
One way to do this is to select {VIEW, Hex mode split}. Then switch the display mode in each window to the desired mode; and resize the windows as needed. The macro language Win_Attach(w,ATTACH) command will also sync the windows together.

The supplied key-mac.lib file contains "Page Up" and "Page Down" functions which works on two files in two windows.

I hope to soon implement a "sync" option for any windows.

Ted.