Synchronized Editing
From Delphi for PHP Documentation Wiki
The synchronized editing feature splits the editor window, allowing you to view two different areas of a file simultaneously. This feature can be very useful if you are making edits to two different portions of a source code file because you can view both areas at the same time rather than having to scroll between them. Any code changes made in either of the editor windows will be reflected in both.
To split the editor window for synchronized editing
- Drag down the top handle of the editor window to get a second view of the same source file. The handle is just below the tabs at the top of the editor window.
To close a synchronized editing split window
- Click the split window handle (the bar between the split windows).
- Your mouse cursor will turn to double arrows and you can drag the window handle back to the top of the editor pane to close the second view.


