Previous Change command¶
Summary¶
Jumps to the previous change.
Description¶
Jumps to the previous difference when in comparison mode.
How to Run¶
Default Menu: Compare > Previous Change
All Commands: Compare > Previous Change
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: SHIFT+F7
Plug-in Command ID¶
EEID_COMPARE_PREV (4509)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4509);
[VBScript]¶
editor.ExecuteCommandByID 4509