<?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 v0.7.1 has been released!]]></title><description><![CDATA[<p dir="auto">This is a recommended update over NppExec v0.7 and over any previous version of NppExec.<br />
More about NppExec here:<br />
<a href="https://github.com/d0vgan/nppexec/" rel="nofollow ugc">https://github.com/d0vgan/nppexec/</a></p>
<p dir="auto">What’s new in v0.7.1:</p>
<ul>
<li>changed: now IF/IF~/ELSE IF use delayed $(var) substitution.<br />
It means that IF “$(var)” != “” will work even when the value of $(var)<br />
contains inner " quote character(s).</li>
</ul>
<ul>
<li>added: now npe_debuglog supports the keyword “local”.</li>
</ul>
<ul>
<li>fixed: when there was a “local” command followed by a similar “non-local”<br />
command, the “non-local” one behaved as if it was “local”.</li>
</ul>
<ul>
<li>changed: $(var) substitution has been reworked and improved.</li>
</ul>
<ul>
<li>added: set &lt;var&gt; ~ strexpand &lt;s&gt;</li>
</ul>
<p dir="auto">Get this version here:<br />
<a href="https://github.com/d0vgan/nppexec/releases/tag/v071" rel="nofollow ugc">https://github.com/d0vgan/nppexec/releases/tag/v071</a><br />
or here:<br />
<a href="https://sourceforge.net/projects/npp-plugins/files/NppExec/NppExec%20Plugin%20v0.7.1/" rel="nofollow ugc">https://sourceforge.net/projects/npp-plugins/files/NppExec/NppExec Plugin v0.7.1/</a></p>
]]></description><link>https://community.notepad-plus-plus.org/topic/21708/nppexec-v0-7-1-has-been-released</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Apr 2026 02:30:54 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/21708.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 22 Aug 2021 10:53:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to NppExec v0.7.1 has been released! on Sun, 12 Sep 2021 17:41:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/22125">@artie-finkelstein</a><br />
By default, NppExec’s Console becomes visible when any script is executed. To avoid it, <code>npp_console ?</code> should be used. (See NppExec Manual, section “4.1. NppExec’s Console behaviour”).<br />
I tried to reproduce the situation with <code>npp_console local off</code> under an <code>if</code> block within NppExec’s temporary script (Plugins -&gt; NppExec -&gt; Execute NppExec Script), and everything worked as expected:</p>
<pre><code>set local a = 123
if $(a) == 123 then
  npp_console local off // the Console becomes hidden
endif
strfind // produces an error "about to start a child process: "strfind""
sleep 2000
// the Console becomes visible
</code></pre>
]]></description><link>https://community.notepad-plus-plus.org/post/69668</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/69668</guid><dc:creator><![CDATA[Vitaliy Dovgan]]></dc:creator><pubDate>Sun, 12 Sep 2021 17:41:49 GMT</pubDate></item><item><title><![CDATA[Reply to NppExec v0.7.1 has been released! on Thu, 02 Sep 2021 00:23:39 GMT]]></title><description><![CDATA[<p dir="auto">Can anyone shed insight into the “levels” of <code>npp_console local</code>?  It’s working better than I could hope, but I’d like to make sure my findings are ‘normal’ and expected.</p>
<p dir="auto">I’m using the <code>NppEventExec</code> plugin to trigger a <code>NppExec</code> script.  The basic script runs fine, it and any subordinate scripts all start with <code>npp_console ?</code> to keep/preserve the current console state.  I discovered that any time ‘NppEventExec’ invoked the script it also forced the ‘NppExec’ console to be visible.  I chocked that up to a side effect of message passing between plugins.  (I did open an issue in the NppEventExec github.) The workaround was to create a two line wrapper script that starts with <code>npp_console local off</code> and the second line uses <code>NPP_EXEC</code> to call the original script.  It works great, but this is also where it gets interesting…</p>
<p dir="auto">I modified the main (now second) script to add a feature and incorrectly called the <code>strfind</code> function.  The odd thing was the console opened and displayed the output from the background echos in the code and the pertinent error messages for the incorrect <code>strfind</code> call.  I like the behavior, but did not expect it.  Was I just lucky, or is it that Vitaliy Dovgan is a genius?</p>
<p dir="auto">During the development, I also noticed that trying to use <code>npp_console local off</code> inside an if/then block had no effect (I included an audible output inside the same block to verify it was being entered).  I expected that the local console off version would go into effect and shut the console off until the end of the script (instead it seems to have been ignored).  Perhaps this was ineffective given the on triggered state from <code>NppEventExec</code>?  (This was prior to using the two line wrapper solution.)  I have to do more testing to better understand the ‘corner cases’ but if anyone can shed some light on this, I’d appreciate it, as it would speed things up.</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/69432</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/69432</guid><dc:creator><![CDATA[artie-finkelstein]]></dc:creator><pubDate>Thu, 02 Sep 2021 00:23:39 GMT</pubDate></item><item><title><![CDATA[Reply to NppExec v0.7.1 has been released! on Tue, 24 Aug 2021 12:11:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/5448">@Vitaliy-Dovgan</a><br />
Sorry to address you directly, but may I ask if you can take a look<br />
<a href="https://community.notepad-plus-plus.org/topic/21723/looking-for-ideas-suggestions">here</a>  to see if there is a reasonable way to do this with NppExec?<br />
Thanks a lot</p>
]]></description><link>https://community.notepad-plus-plus.org/post/69209</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/69209</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Tue, 24 Aug 2021 12:11:00 GMT</pubDate></item></channel></rss>