<?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[Notepad++ release 8.6.3]]></title><description><![CDATA[<p dir="auto">Notepad++ new release 8.6.3 is available here:<br />
<a href="https://notepad-plus-plus.org/news/v863-released/" rel="nofollow ugc">https://notepad-plus-plus.org/news/v863-released/</a></p>
<ol>
<li>Restore multi-editing option &amp; add “Column To Multi-editing” option on GUI. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14645" rel="nofollow ugc">#14645</a>)</li>
<li>Make “copy/cut line while no selection” optional. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14638" rel="nofollow ugc">#14638</a>)</li>
<li>Fix all open files lost after restarting as Admin to save a file. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14694" rel="nofollow ugc">#14694</a>)</li>
<li>Fix “Replace All” crash &amp; performance issue. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14630" rel="nofollow ugc">#14630</a>)</li>
<li>Fix calltip crash due to the division by zero. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14664" rel="nofollow ugc">#14664</a>)</li>
<li>Enhance Function List for Python to support “async def” &amp; colons in argument list. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13908" rel="nofollow ugc">#13908</a>)</li>
<li>Fix Copy/Cut/Paste issue in Vertical Edge text field in preferences dialog. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13874" rel="nofollow ugc">#13874</a>)</li>
<li>Fix macro recording twice for some commands. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5217" rel="nofollow ugc">#5217</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14634" rel="nofollow ugc">#14634</a>)</li>
<li>Fix “Open File” command not working with TAB preceded. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14543" rel="nofollow ugc">#14543</a>)</li>
<li>Add auto-completion keywords for PHP, JavaScript and CSS. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14635" rel="nofollow ugc">#14635</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14705" rel="nofollow ugc">#14705</a>)</li>
</ol>
<p dir="auto">Auto-update will be triggered in one week if no critical issue found.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/25490/notepad-release-8-6-3</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 22:26:39 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/25490.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 18 Feb 2024 16:44:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Notepad++ release 8.6.3 on Sun, 25 Feb 2024 01:05:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3821">@rddim</a> said in <a href="/post/92986">Notepad++ release 8.6.3</a>:</p>
<blockquote>
<p dir="auto">There is no localization for<br />
Make “copy/cut line while no selection” optional</p>
</blockquote>
<p dir="auto">There is. Please check:<br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/installer/nativeLang/english.xml#L989" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/installer/nativeLang/english.xml#L989</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/93218</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93218</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Sun, 25 Feb 2024 01:05:21 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ release 8.6.3 on Wed, 21 Feb 2024 01:54:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/14479">@Ekopalypse</a></p>
<p dir="auto">I neglected the part of plugins being able to get Scintilla’s notification. Sorry for neglecting it.</p>
<p dir="auto">Ref:<br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/pull/14685#issuecomment-1955722962" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/pull/14685#issuecomment-1955722962</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/93068</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93068</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Wed, 21 Feb 2024 01:54:27 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ release 8.6.3 on Tue, 20 Feb 2024 08:12:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3">@donho</a><br />
Am I right in assuming that <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/commit/044296eea19873e5d7fd15cfac7dd6776aae8ff3" rel="nofollow ugc">this change</a> means that plugins will <strong>NOT</strong> receive the notifications during the replacement action anymore? A quick test seems to confirm this, and that would be a shame, at least for lsp clients that rely on receiving this information.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/93026</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93026</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Tue, 20 Feb 2024 08:12:43 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ release 8.6.3 on Tue, 20 Feb 2024 06:34:00 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">The culprit has been identified:<br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/commit/044296eea19873e5d7fd15cfac7dd6776aae8ff3" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/commit/044296eea19873e5d7fd15cfac7dd6776aae8ff3</a></p>
</blockquote>
<p dir="auto">So Scintilla’s maintainer was <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14630#issuecomment-1909113806" rel="nofollow ugc">right all along</a>:</p>
<blockquote>
<p dir="auto">Notepad++, unlike SciTE, leaves most notifications enabled […]. These may not all be needed <strong><em>but that depends on what features of Notepad++ use notifications</em></strong>.</p>
<p dir="auto">(<em>emphasis added</em>)</p>
</blockquote>
]]></description><link>https://community.notepad-plus-plus.org/post/93025</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93025</guid><dc:creator><![CDATA[rdipardo]]></dc:creator><pubDate>Tue, 20 Feb 2024 06:34:00 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ release 8.6.3 on Mon, 19 Feb 2024 23:51:07 GMT]]></title><description><![CDATA[<p dir="auto">FYI<br />
Notepad++ v8.6.4 binaries are ready here:<br />
<a href="http://download.notepad-plus-plus.org/repository/8.x/8.6.4/" rel="nofollow ugc">http://download.notepad-plus-plus.org/repository/8.x/8.6.4/</a></p>
<p dir="auto">The release is in progress. New release will be available in a couple of hours.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/93022</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93022</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Mon, 19 Feb 2024 23:51:07 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ release 8.6.3 on Mon, 19 Feb 2024 21:55:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a></p>
<blockquote>
<p dir="auto">Regression: clicking in a file in the other view no longer changes the Active Tab Focused state, and other Panels don’t recognize that you’ve changed active tab (for these Steps to Reproduce, I am using Function List panel, because it’s immediately obvious).</p>
</blockquote>
<p dir="auto">Thank you for spotting this regression. The culprit has been identified:<br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/commit/044296eea19873e5d7fd15cfac7dd6776aae8ff3" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/commit/044296eea19873e5d7fd15cfac7dd6776aae8ff3</a></p>
<p dir="auto">The regression will be fixed, and v8.6.4 will be released ASAP.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/93020</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93020</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Mon, 19 Feb 2024 21:55:51 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ release 8.6.3 on Mon, 19 Feb 2024 19:00:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a> said in <a href="/post/93011">Notepad++ release 8.6.3</a>:</p>
<blockquote>
<p dir="auto">Addendum: NPPM_GETCURRENTVIEW also confirms that the internal “current view” state isn’t getting updated (I checked it using PythonScript’s notepad.getCurrentView()). Which means that all plugins that act on the current view’s active file are going to act on the wrong file.</p>
</blockquote>
<p dir="auto">Could this be related to:</p>
<p dir="auto"><a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14693" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14693</a></p>
<p dir="auto">specifically what <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/24325">@rdipardo</a> identifies:<br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14693#issuecomment-1933017296" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14693#issuecomment-1933017296</a><br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14693#issuecomment-1936545135" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14693#issuecomment-1936545135</a></p>
<p dir="auto">Cheers.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/93012</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93012</guid><dc:creator><![CDATA[Michael Vincent]]></dc:creator><pubDate>Mon, 19 Feb 2024 19:00:00 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ release 8.6.3 on Mon, 19 Feb 2024 17:57:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3">@donho</a> ,</p>
<p dir="auto"><strong>Regression</strong>: clicking in a file in the other view no longer changes the Active Tab Focused state, and other Panels don’t recognize that you’ve changed active tab (for these Steps to Reproduce, I am using Function List panel, because it’s immediately obvious).</p>
<p dir="auto">Steps to Reproduce:</p>
<ol>
<li>Open two files from your favorite programming language in v8.6.3, move one to the second View.</li>
<li>Turn on Function List, verify that it shows the functions from the Active/Focused tab.</li>
<li>Click inside the editor pane for the other view
<ul>
<li>verify that you can type in that view</li>
<li><strong>Regression</strong>: tab bar colors don’t swap which is Active/Focused and which is Active/Unfocused</li>
<li><strong>Regression</strong>: Function List doesn’t update to show the functions in the tab you are typing in</li>
<li>screenshots:<br />
<img src="/assets/uploads/files/1708363537311-905680b7-5475-46df-b8a8-5df426a8c0c1-image.png" alt="905680b7-5475-46df-b8a8-5df426a8c0c1-image.png" class=" img-fluid img-markdown" /> <img src="/assets/uploads/files/1708363569019-37d1c1d5-0662-42ef-94fc-1a775dcb5a35-image.png" alt="37d1c1d5-0662-42ef-94fc-1a775dcb5a35-image.png" class=" img-fluid img-markdown" /> <img src="/assets/uploads/files/1708363577686-abc95da6-0512-4ccb-b720-690c59413b28-image.png" alt="abc95da6-0512-4ccb-b720-690c59413b28-image.png" class=" img-fluid img-markdown" /></li>
</ul>
</li>
</ol>
<ul>
<li>If I click on the tab’s title on the tab bar, then the Focused/Unfocused correctly changed, and Function List updates</li>
</ul>
<p dir="auto">I went back to v8.6.2 portable, and the same experiment showed that the Active/Focused and Active/Unfocused colors went to the right place, and the Function List immediately updates to the new – whether I switch views by clicking inside the editor window or whether I click on the tab bar title for the file.</p>
<pre><code>Notepad++ v8.6.3   (64-bit)
Build time : Feb 16 2024 - 20:08:05
Path : C:\usr\local\apps\npp\npp.8.6.3.portable.x64\notepad++.exe
Command Line : 
Admin mode : OFF
Local Conf mode : ON
Cloud Config : OFF
OS Name : Windows 10 Enterprise (64-bit)
OS Version : 22H2
OS Build : 19045.3930
Current ANSI codepage : 1252
Plugins : 
    mimeTools (3.1)
    NppConverter (4.6)
    NppExport (0.4)
</code></pre>
<p dir="auto">I originally discovered this using the <strong>Locate Current File</strong> button in the Folder as Workspace (FaW) panel, and I noticed it was locating the file from the inactive View, not from the active View – but I thought the steps-to-reproduce were easier to understand with Function List, especially since it’s immediately visible that the functions didn’t change, whereas you have to hit extra buttons to see the problem with FaW.<br />
<img src="/assets/uploads/files/1708363810318-66e7f43c-688a-4907-bcd3-5603762ab465-image.png" alt="66e7f43c-688a-4907-bcd3-5603762ab465-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><em>Addendum</em>: <code>NPPM_GETCURRENTVIEW</code> also confirms that the internal “current view” state isn’t getting updated (I checked it using PythonScript’s <code>notepad.getCurrentView()</code>).  Which means that all plugins that act on the current view’s active file are going to act on the wrong file.</p>
<p dir="auto"><em>Addendum 2</em>: It’s also obvious in the Notepad++ title bar in my screenshot above – it’s showing that <code>one.pl</code> is active, even though I am typing in <code>two.pl</code>.  (And don’t be confused by the path: I used the same files, both in my v8.6.2 directory, to test on both 8.6.2 and 8.6.3, but the screenshot showing the mismatch was taken while running v8.6.3.)</p>
<p dir="auto"><em>Addendum 3</em>: Also, auto-indent doesn’t work correctly when it is in the mismatched state (when I’m typing in <code>two.pl</code> but N++ thinks that <code>one.pl</code> is active, it will not auto-indent; if I then click on <code>two.pl</code>’s tab bar title, auto-indent <em>does</em> work correctly).  When it was just Folder as Workspace and Function List, that was annoying, but not critical.  But with plugins not seeing the right active file and with basic auto-indent not working unless I remember to click on the tab title, I’m switching back to v8.6.2, because v8.6.3 is unusable for my daily usage.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/93011</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93011</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 19 Feb 2024 17:57:03 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ release 8.6.3 on Mon, 19 Feb 2024 16:41:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3805">@Artur-Harison</a> said in <a href="/post/93008">Notepad++ release 8.6.3</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-Kilborn</a><br />
Strange, it doesn’t work for me!<br />
Works only Multi-Selection in <strong>Line</strong>.<br />
In Column resets others carets, always.</p>
</blockquote>
<p dir="auto">Here is Column Selection to Multi-Editing tutorial:<br />
<a href="https://npp-user-manual.org/docs/editing/#multi-editing-howto" rel="nofollow ugc">https://npp-user-manual.org/docs/editing/#multi-editing-howto</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/93010</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93010</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Mon, 19 Feb 2024 16:41:59 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ release 8.6.3 on Mon, 19 Feb 2024 14:25:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-Kilborn</a><br />
Strange, it doesn’t work for me!<br />
Works only Multi-Selection in <strong>Line</strong>.<br />
In Column resets others carets, always.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/93008</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93008</guid><dc:creator><![CDATA[Artur Harison]]></dc:creator><pubDate>Mon, 19 Feb 2024 14:25:35 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ release 8.6.3 on Mon, 19 Feb 2024 13:07:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3805">@Artur-Harison</a> said in <a href="/post/92995">Notepad++ release 8.6.3</a>:</p>
<blockquote>
<p dir="auto">but how works Column To Multi-editing?</p>
</blockquote>
<p dir="auto">Presume you mean:</p>
<p dir="auto"><img src="/assets/uploads/files/1708347743865-778982a4-8365-405b-b969-1b1c7d98b61d-image.png" alt="778982a4-8365-405b-b969-1b1c7d98b61d-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">With that setting checkmarked, if you have multiple carets (or a column caret) active, when you use the arrow keys (note: without Shift+Alt), then the multiple carets will remain and move as a group.</p>
<p dir="auto">With that setting uncheckmarked, when you use the arrow keys (again: without Shift+Alt), then the multiple carets will revert to a single caret.</p>
<p dir="auto">I’m probably missing some nuancy point, but the above is my observation.  :-)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/93005</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93005</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 19 Feb 2024 13:07:10 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ release 8.6.3 on Mon, 19 Feb 2024 07:20:12 GMT]]></title><description><![CDATA[<p dir="auto">Maybe I don’t understand, but how works <strong>Column To Multi-editing</strong>?<br />
I have no changes when disabling this option!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/92995</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/92995</guid><dc:creator><![CDATA[Artur Harison]]></dc:creator><pubDate>Mon, 19 Feb 2024 07:20:12 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ release 8.6.3 on Sun, 18 Feb 2024 20:18:36 GMT]]></title><description><![CDATA[<p dir="auto">There is no localization for</p>
<blockquote>
<ol start="2">
<li>Make “copy/cut line while no selection” optional</li>
</ol>
</blockquote>
]]></description><link>https://community.notepad-plus-plus.org/post/92986</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/92986</guid><dc:creator><![CDATA[rddim]]></dc:creator><pubDate>Sun, 18 Feb 2024 20:18:36 GMT</pubDate></item></channel></rss>