<?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[NppExec clipboard data from windows]]></title><description><![CDATA[<p dir="auto">Hi<br />
On NppExec i have to copi data from one windows to one other.<br />
It appears that the clipboard does not copy data from one window to another.<br />
If I exec a1 and a2 data are copied, when npp exec it, data are not copied.</p>
<p dir="auto">npp_menucommand Macro/a1          (This copy data on clipboard)<br />
npp_open -.xml<br />
npp_menucommand Macro/a2          (This not paste previews data copied and copie other data on clipboard)<br />
npp_saveas  $(CLIPBOARD_TEXT).xml     (Here  data from a2 are present)<br />
npp_close</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/18225/nppexec-clipboard-data-from-windows</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 14:56:13 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/18225.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 10 Sep 2019 14:52:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to NppExec clipboard data from windows on Fri, 13 Sep 2019 16:59:55 GMT]]></title><description><![CDATA[<p dir="auto">As discussed in e-mail, the usage of<br />
<code>sci_sendmsg SCI_PASTE</code><br />
instead of the<br />
<code>npp_menucommand Macro/a2</code><br />
solves the problem.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/47108</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/47108</guid><dc:creator><![CDATA[Vitaliy Dovgan]]></dc:creator><pubDate>Fri, 13 Sep 2019 16:59:55 GMT</pubDate></item></channel></rss>