Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Edit category

Command: Copy in Quotes command

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

Copy in Quotes command

Summary

Copies the selection in quotes and pastes it to the Clipboard.

Description

Copies the selected text with the quote mark at the beginning of each line and put it on the Clipboard. After this command, you can place the selection by moving the cursor to a different location and running the Paste command.

How to Run

Default Menu: Edit > Copy in Quotes

All Commands: Edit > Copy > Copy in Quotes

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: None

Plug-in Command ID

EEID_EDIT_COPY_PREFIX (4130)

Macros

[JavaScript]

document.selection.Copy(eeCopyQuotes);

[VBScript]

document.selection.Copy eeCopyQuotes

Copyright © 2003-2023 by Emurasoft, Inc.