Paste in Quotes command¶
Summary¶
Inserts the contents of the Clipboard with quotes.
Description¶
Pastes the Clipboard contents with the quote marks at the cursor position. Before this command, use the Copy command or the Cut command to put text on the Clipboard. This command uses the system default encoding if the Always Paste as ANSI check box on the General page of the Properties dialog box is checked, or Unicode if not checked.
How to Run¶
Default Menu: None
All Commands: Edit > Paste > Paste in Quotes
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_PASTE_PREFIX (4132)
Macros¶
[JavaScript]¶
document.selection.Paste(eeCopyQuotes);
[VBScript]¶
document.selection.Paste eeCopyQuotes