Move to Previous Group command

Summary

Moves the current document to the previous group.

Description

Moves the current document to the previous group (recombines into one window).

How to Run

  • Default Menu: None

  • All Commands: Window > Group > Move to Previous Group

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: None

Plug-in Command ID

EEID_MOVE_PREV_GROUP (4396)

Macros

[JavaScript]

editor.ExecuteCommandByID(4396);

[VBScript]

editor.ExecuteCommandByID 4396