Command ‘Insert File As Text’¶
Function: This command copies the contents of a text file to the active editor as the current cursor position.
Call: The command is not in any menu by default. You can add it to a menu by using the dialog box from Text Editor).
(command categoryRequirement: The file must have the extension .txt
. The command is available in a text editor only.
Many development environments and text processing applications provide the option of exporting code and text as a plain text file. This command can copy the contents of this file to the editor.
See also