Selects a specified configuration (multiple items).
This command consists of multiple menu items. This command selects the specified configuration as the current configuration. The current configuration is displayed on the Status Bar. EmEditor defaults to the Text configuration when a new document is created.
editor.ExecuteCommandByID(5120 + i); // i is an integer from 0 through 255
or
document.ConfigName = "(configuration name)";
editor.ExecuteCommandByID 5120 + i ' i is an integer from 0 through 255
or
document.ConfigName = "(configuration name)"
Send feedback on this topic to Emurasoft