New File, Paste in Quotes and Newline Characters command¶
Summary¶
Creates a file, pastes the current selection in quotes and newline characters.
Description¶
This command is equivalent to the New Text command followed by the Paste in Quotes and Newline Characters command.
How to Run¶
Default Menu: None
All Commands: File > New > New File, Paste in Quotes and Newline Characters
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_NEW_PASTE_PREFIX_RETURN (4272)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4272);
[VBScript]¶
editor.ExecuteCommandByID 4272