CETLFrame Member Variables

These member variables inside CETLFrame provide EmEditor with information about the plug-in, such as the name and icon of this plug-in. They must all be defined in order for the plug-in to compile. Variables names start with _ID require the ID name for the resource.

Identifier

Description

_IDS_NAME

Displayed as the Name inside the Customize Plug-ins window.

_IDS_MENU

Displayed in the Tools > Plug-ins menu.

_IDS_STATUS

Displayed in the tooltip in the Plug-ins toolbar and the status bar.

_IDS_VER

Displayed as the Version inside the Customize Plug-ins window.

_USE_LOC_DLL

The value of 1 specifies that separate DLL(s) containing resources for the Multilingual User Interface are to be used. Otherwise, this value is 0. These DLLs are to be placed in the mui subfolder of the plug-in..

_IDB_BITMAP

16 bit color, 16x16 px. Bitmap image to use as the default icon for all toolbar color palettes and sizes. If EmEditor does not load the icon, try exporting it in Paint. The following icon images are used for optimal display with different toolbar settings.

_IDB_16C_24

16 bit color, 24x24 px.

_IDB_TRUE_16_DEFAULT

True color (24 or 32 bit), 16x16 px.

_IDB_TRUE_16_HOT

True color, 16x16 px. This image is displayed when cursor is hovered over icon.

_IDB_TRUE_16_BW

True color, 16x16 px, black and white. Displayed when the plug-in is disabled.

_IDB_TRUE_24_DEFAULT

True color, 24x24 px.

_IDB_TRUE_24_HOT

True color, 24x24 px. This image is displayed when cursor is hovered over icon.

_IDB_TRUE_24_BW

True color, 24x24 px, black and white.

_MASK_TRUE_COLOR

The color that becomes transparent in the true color icon. Use RGB(r,g,b) to set this value.

_ALLOW_OPEN_SAME_GROUP

TRUE if the plug-in allows EmEditor to open a new file in the same group.

_ALLOW_MULTIPLE_INSTANCES

TRUE if the plug-in supports multiple instances. If the plug-in should be allowed to run in more than one frame simultaneously, this message should return TRUE. Note that global variables will be shared when multiple instances are running.

_MAX_EE_VERSION

The newest version number of supported EmEditor * 1000.

_MIN_EE_VERSION

The oldest version number of supported EmEditor * 1000.

_SUPPORT_EE_PRO

TRUE if EmEditor Professional is supported.

_SUPPORT_EE_STD

TRUE if EmEditor Standard is supported.