Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Edit category

Command: Copy Line(s) command

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

Copy Line(s) command

Summary

Copies the selected lines or current line and pastes it to the Clipboard.

Description

Copies the selected lines or one logical line of text at the cursor, and pastes it to the Clipboard. After this command, you can place the line(s) by moving the cursor to a different location and running the Paste command.

How to Run

Default Menu: None

All Commands: Edit > Copy > Copy Line(s)

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: None

Plug-in Command ID

EEID_EDIT_COPY_LINE (4192)

Macros

[JavaScript]

document.selection.SelectLine();

document.selection.Copy(eeCopyUnicode);

[VBScript]

document.selection.SelectLine

document.selection.Copy eeCopyUnicode

Copyright © 2003-2023 by Emurasoft, Inc.