<?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++ v8.4.8 Release Candidate]]></title><description><![CDATA[<p dir="auto">Notepad++ v8.4.8 Release Candidate:<br />
<a href="http://download.notepad-plus-plus.org/repository/8.x/8.4.8.RC/" rel="nofollow ugc">http://download.notepad-plus-plus.org/repository/8.x/8.4.8.RC/</a></p>
<p dir="auto">Change log:</p>
<ol>
<li>Update to Scintilla 5.3.2 and Lexilla 5.2.1. (implement <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12624" rel="nofollow ugc">#12624</a>)</li>
<li>Dark mode: Add “Follow Windows dark/light mode” feature, and toolbar, tabbar and theme choices are remembered for 2 modes separately. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9183" rel="nofollow ugc">#9183</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9992" rel="nofollow ugc">#9992</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10153" rel="nofollow ugc">#10153</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10239" rel="nofollow ugc">#10239</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10544" rel="nofollow ugc">#10544</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11867" rel="nofollow ugc">#11867</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10644" rel="nofollow ugc">#10644</a>)</li>
<li>Fix inconsistencies at OS-forced Notepad++ v8.4.7 exit. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12541" rel="nofollow ugc">#12541</a>)</li>
<li>Make tab context menu customizable. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12170" rel="nofollow ugc">#12170</a>)</li>
<li>Make Macro &amp; Run menu organizable with submenu by modifying shortcuts.xml. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5349" rel="nofollow ugc">#5349</a>, implement <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12617" rel="nofollow ugc">#12617</a>)</li>
<li>Fix crash on Win32 Namespace prefixed file name. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12453" rel="nofollow ugc">#12453</a>)</li>
<li>Fix delimiter selection crash issue. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12384" rel="nofollow ugc">#12384</a>)</li>
<li>Improve performance for the “Remove Empty Lines” command. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12462" rel="nofollow ugc">#12462</a>, implement <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12544" rel="nofollow ugc">#12544</a>)</li>
<li>Fix Trim Operations not working on selection. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12602" rel="nofollow ugc">#12602</a>)</li>
<li>Fix sorting failure in zero-length column mode selection. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12299" rel="nofollow ugc">#12299</a>)</li>
<li>Fix Default Language not working for the 1st empty file with empty session. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12586" rel="nofollow ugc">#12586</a>)</li>
<li>Enhance “Go to settings” in Style Configurator. (Implement <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12650" rel="nofollow ugc">#12650</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12634" rel="nofollow ugc">#12634</a>)</li>
<li>Fix themes’ inconsistent behaviour. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12642" rel="nofollow ugc">#12642</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12508" rel="nofollow ugc">#12508</a>)</li>
<li>Fix incorrect plugin architecture reports partially. (Fix partially <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12565" rel="nofollow ugc">#12565</a>)</li>
<li>Enhance Properties file: add/improve the syntax folding/highlighting. (<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/commit/c0e207328057b9ce321587a053ff1476cbb19562" rel="nofollow ugc">Implementation</a>)</li>
<li>Add vertical scroll bar on all combobox in Find Replace dialog. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12459" rel="nofollow ugc">#12459</a>)</li>
<li>Function List: Add Pascal/Delphi &amp; NppExec plugin’s scripting, enhance SQL. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3664/" rel="nofollow ugc">#3664</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12517" rel="nofollow ugc">#12517</a>, implemnt <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12625" rel="nofollow ugc">#12625</a>)</li>
<li>Auto-completion: add PowerShell, fix some entries in PHP.  (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12492" rel="nofollow ugc">#12492</a>, implement <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12641" rel="nofollow ugc">#12641</a>)</li>
<li>Update CPP &amp; PowerShell keywords. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11936/" rel="nofollow ugc">#11936</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5004" rel="nofollow ugc">#5004</a>)</li>
<li>Fix the tab context menu reload command’s state not synchronized. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12579" rel="nofollow ugc">#12579</a>)</li>
</ol>
<p dir="auto">Thank you for testing!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/23900/notepad-v8-4-8-release-candidate</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 23:56:10 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23900.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 17 Dec 2022 00:02:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Notepad++ v8.4.8 Release Candidate on Mon, 19 Dec 2022 02:40:02 GMT]]></title><description><![CDATA[<p dir="auto">v8.4.8 RC2 is available here:<br />
<a href="https://community.notepad-plus-plus.org/topic/23905/notepad-v8-4-8-release-candidate-2">https://community.notepad-plus-plus.org/topic/23905/notepad-v8-4-8-release-candidate-2</a></p>
<p dir="auto">Let’s talk in the new RC(2) thread.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/82550</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/82550</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Mon, 19 Dec 2022 02:40:02 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.4.8 Release Candidate on Mon, 19 Dec 2022 01:05:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a><br />
So how about:<br />
<a href="https://npp-user-manual.org/docs/config-files/#the-context-menu-tabcontextmenu-xml" rel="nofollow ugc">https://npp-user-manual.org/docs/config-files/#the-context-menu-tabcontextmenu-xml</a><br />
?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/82548</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/82548</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Mon, 19 Dec 2022 01:05:26 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.4.8 Release Candidate on Mon, 19 Dec 2022 00:57:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/donho" aria-label="Profile: donho">@<bdi>donho</bdi></a> said in <a href="/post/82546">Notepad++ v8.4.8 Release Candidate</a>:</p>
<blockquote>
<p dir="auto">Question to you: if Tab Context menu explanation content will be in the same section here</p>
</blockquote>
<p dir="auto">My plan was to add a new set of paragraphs just after the ones you linked to, since they are similar in concept – so it would be on the same page of the User Manual, but with its own header.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/82547</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/82547</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 19 Dec 2022 00:57:53 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.4.8 Release Candidate on Mon, 19 Dec 2022 00:46:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a></p>
<p dir="auto">Good remark. I will add it into binary packages.</p>
<p dir="auto">Question to you:<br />
if Tab Context menu explanation content will be in the same section here:<br />
<a href="https://npp-user-manual.org/docs/config-files/#the-context-menu-contextmenu-xml" rel="nofollow ugc">https://npp-user-manual.org/docs/config-files/#the-context-menu-contextmenu-xml</a></p>
<p dir="auto">Or you will create another section for it?<br />
It’s for the <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/src/tabContextMenu_example.xml#L7" rel="nofollow ugc">ref in tabContextMenu_example.xml</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/82546</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/82546</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Mon, 19 Dec 2022 00:46:28 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.4.8 Release Candidate on Sun, 18 Dec 2022 23:02:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/donho" aria-label="Profile: donho">@<bdi>donho</bdi></a> said in <a href="/post/82515">Notepad++ v8.4.8 Release Candidate</a>:</p>
<blockquote>
<ol start="4">
<li>Make tab context menu customizable. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12170" rel="nofollow ugc">#12170</a>)</li>
</ol>
</blockquote>
<p dir="auto">Is the file <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/src/tabContextMenu_example.xml" rel="nofollow ugc">tabContextMenu_example.xml</a> supposed to be distributed with v8.4.8?  Because it’s not in npp.8.4.8.portable.x64.zip or npp.8.4.8.portable.zip.  And when i used the npp.8.4.8.Installer.x64.exe on a virtual machine, it didn’t include <code>tabContextMenu_example.xml</code> in <code>c:\program files\notepad++\</code> nor in <code>%AppData%\Notepad++</code></p>
<p dir="auto">If the intention is just for it to be downloaded from the src directory from GitHub, that’s fine.  But if the intention was to distribute that example config with the downloads, that didn’t happen.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/82544</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/82544</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Sun, 18 Dec 2022 23:02:35 GMT</pubDate></item></channel></rss>