<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[&#x27;Insert File&#x27; in Current Document]]></title><description><![CDATA[<p dir="auto">Maybe this feature is present in Notepad++ but I can’t find it in the menu or on the toolbar. This feature is present in several word processors/editors. Usually in the <em>File</em> menu, there is an option <em>Insert File</em> or something similar. It dumps the content of another file at the current insertion point. I can do so with several files.</p>
<p dir="auto">I know, it can be done via copy-and-paste. But it is tedious to open a file, select all, copy, go back to the initial file, paste; then repeat with other files you want to insert in the initial one…</p>
<p dir="auto">Of course, there is the concatenation operation at the <em>command prompt</em>:<br />
<strong>COPY file1+file2+…+filen BigFile</strong><br />
That operation is also tedious as you have to type many filenames, some with long names; besides, it is prone to typos.</p>
<p dir="auto">Is this feature present in Notepad++, or I just can’t see it because it is named diferrently? TIA.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/14149/insert-file-in-current-document</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 10:44:04 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/14149.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 14 Jul 2017 22:04:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &#x27;Insert File&#x27; in Current Document on Sun, 16 Jul 2017 14:18:26 GMT]]></title><description><![CDATA[<p dir="auto">For commands, like merge in file and save selection to disk, that aren’t in NPP, I use the spectacularly good keyboard macro language: Autohotkey (<a href="http://autohotkey.com" rel="nofollow ugc">autohotkey.com</a>). It is a real scripting language and can be as simple or complex as you want. I have over 1,000 lines of AHK code. And, naturally, you can make each macro be specific to whatever program, NPP or whatever, that is active.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/25632</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/25632</guid><dc:creator><![CDATA[Harry Binswanger]]></dc:creator><pubDate>Sun, 16 Jul 2017 14:18:26 GMT</pubDate></item><item><title><![CDATA[Reply to &#x27;Insert File&#x27; in Current Document on Sun, 16 Jul 2017 02:28:25 GMT]]></title><description><![CDATA[<p dir="auto">I think if the answer on this had exactly answered the original poster’s question, then it would have been a one-word “NO”.  That may help the O.P., but it wouldn’t help anyone that might be interested in a real answer, in terms of a good workaround.</p>
<p dir="auto">I must say, that workaround proposed by @Scott-Sumner240 is so simple it really is better than having a menu item for the functionality in Notepad++.  Here’s why:</p>
<p dir="auto">Explorer can be thought of as a <strong>modeless</strong> dialog that can always be open, instantly ready to serve files to the clipboard for pasting.  If this feature were built into Notepad++, it would be a <strong>modal</strong> File Open type input dialog that would have to be opened each time.  I guess this presumes that one would have the need to insert files into others frequently, but if this wasn’t the case, why would the O.P. ask the question?</p>
<p dir="auto">Now there <em>WOULD</em> be some utility in having the opposite, a “<strong>Save selection to new file on disk…</strong>” built-in Notepad++ menu selection.  :-)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/25627</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/25627</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sun, 16 Jul 2017 02:28:25 GMT</pubDate></item><item><title><![CDATA[Reply to &#x27;Insert File&#x27; in Current Document on Sat, 15 Jul 2017 15:12:50 GMT]]></title><description><![CDATA[<p dir="auto">@Scott Sumner<br />
<em>“Dead simple.”</em></p>
<p dir="auto">Same difference… only one extra step. Just stay in Npp, instead of switching between Npp and Explorer.</p>
<p dir="auto">I didn’t ask about workarounds, as I have a few of my own. I wanted a direct <em>Insert File/Text</em> function in the menu. For now, I’ll stick with a specialized app: <em>MDIEditor And Lotto WE</em>.</p>
<p dir="auto">I <strong>do</strong> appreciate your courtesy, however. Thanks.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/25622</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/25622</guid><dc:creator><![CDATA[go2to]]></dc:creator><pubDate>Sat, 15 Jul 2017 15:12:50 GMT</pubDate></item><item><title><![CDATA[Reply to &#x27;Insert File&#x27; in Current Document on Sat, 15 Jul 2017 13:07:20 GMT]]></title><description><![CDATA[<h4>Minor edit due to skipping a step:</h4>
<p dir="auto">I’d locate my desired file to insert in Explorer, then right-click it, <strong>then choose “Send To” from the context menu that pops up</strong>, then choose “Clipboard As Contents”, then switch to Notepad++, then move to the desired insertion point and press ctrl+v (paste).</p>
]]></description><link>https://community.notepad-plus-plus.org/post/25618</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/25618</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Sat, 15 Jul 2017 13:07:20 GMT</pubDate></item><item><title><![CDATA[Reply to &#x27;Insert File&#x27; in Current Document on Sat, 15 Jul 2017 11:50:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/go2to" aria-label="Profile: go2to">@<bdi>go2to</bdi></a></p>
<p dir="auto">I too have used other editors that have this “Insert File” feature.  Maybe Notepad++ doesn’t have it because it is too easy to do in other ways.  For example, I have (in Windows 7) a SendTo menu shortcut called “Clipboard As Contents”.  It is fairly self-explanatory but if I wanted to do what you are talking about, I’d locate my desired file to insert in Explorer, then right-click it, choose “Clipboard As Contents”, switch to Notepad++, move to the desired insertion point and press ctrl+v (paste).  Dead simple.</p>
<p dir="auto">An example of how to set up a “Clipboard As Contents” SendTo menu item may be found here:  <a href="https://www.howtogeek.com/163968/add-the-ability-to-copy-the-contents-of-any-text-file-to-your-send-to-menu/" rel="nofollow ugc">https://www.howtogeek.com/163968/add-the-ability-to-copy-the-contents-of-any-text-file-to-your-send-to-menu/</a></p>
<p dir="auto">If this (or <strong>ANY</strong>) posting was useful, don’t post a “thanks”, just upvote ( click the <code>^</code> in the <code>^ 0 v</code> area on the right ).</p>
]]></description><link>https://community.notepad-plus-plus.org/post/25615</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/25615</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Sat, 15 Jul 2017 11:50:02 GMT</pubDate></item></channel></rss>