EmEditor Home - EmEditor Help - Command Reference - Tools category

Configurations List command

Summary

Selects a specified configuration (multiple items).

Description

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.

How to Run

Plug-in Command ID

Macros

[JavaScript]

editor.ExecuteCommandByID(5120 + i);  // i is an integer from 0 through 255

or

document.ConfigName = "(configuration name)";

[VBScript]

editor.ExecuteCommandByID 5120 + i   ' i is an integer from 0 through 255

or

document.ConfigName = "(configuration name)"

Feedback Send feedback on this topic to Emurasoft

Copyright © 2003-2011 by Emurasoft, Inc.