Previous Changed Line command¶
Summary¶
Jumps to the previous changed line.
Description¶
Jumps to the previous changed line when in comparison mode.
How to Run¶
Default Menu: None
All Commands: Compare > Previous Changed Line
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_COMPARE_PREV_LINE (4556)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4556);
[VBScript]¶
editor.ExecuteCommandByID 4556