Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Insert category

Command: Insert CR and LF command

Scroll Prev Top Next More
EmEditor Home - EmEditor Help - Command Reference - Insert category

Insert CR and LF command

Summary

Inserts a carriage return and a line feed at the current cursor position.

Description

Inserts a carriage return (CR) and a line feed (LF) at the current cursor position. EmEditor can edit files with the mixture of CR and LF as newline characters. Pressing the ENTER key inserts the same newline character at the current line, CR only, LF only or CR+LF. This command always inserts CR+LF no matter what newline character is used at the current line.

How to Run

Default Menu: Insert > CR and LF

All Commands: Insert > CR and LF

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: None

Plug-in Command ID

EEID_INSERT_CR_LF (4274)

Macros

[JavaScript]

editor.ExecuteCommandByID(4274);

[VBScript]

editor.ExecuteCommandByID 4274

Copyright © 2003-2023 by Emurasoft, Inc.