Editor_InsertA

Inserts an ANSI string at the current cursor position. This does not overwrite the existing string. You can use this inline function or explicitly send the EE_INSERT_STRINGA message.

Editor_InsertA( HWND hwnd, LPCSTR szString, bool bKeepDestReturnType = false );

Parameters

hwnd

Specifies the window handle of the view or frame of EmEditor.

szString

Specifies the string to be inserted.

bKeepDestReturnType

Specifies that the destination return type (CR only, LF only or both CR and LF) should be kept. When this parameter is omitted, EmEditor keeps the return type specified in the szString parameter.

Return Values

The return value is not used.

Version

The bKeepDestReturnType flag is supported on EmEditor Version 7.00 or later.