<?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.1 release]]></title><description><![CDATA[<p dir="auto">Notepad++ v8.4.1 release:<br />
<a href="https://notepad-plus-plus.org/news/v841-released/" rel="nofollow ugc">https://notepad-plus-plus.org/news/v841-released/</a></p>
<ol>
<li>Fix HTML syntax highlighting in PHP files regression. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11585" rel="nofollow ugc">#11585</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11602" rel="nofollow ugc">#11602</a>)</li>
<li>Fix “Reload from disk” loosing syntax highlighting regression. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11606" rel="nofollow ugc">#11606</a>)</li>
<li>Fix unfocused selected text background color changed regression. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11595" rel="nofollow ugc">#11595</a>)</li>
<li>Update Scintilla from 5.2.1 to 5.2.2 and Lexilla from 5.1.5 to 5.1.6. (Implement <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11537" rel="nofollow ugc">#11537</a>)</li>
<li>Fix multi-part keyword in prefix mode freezes Notepad++ in UDL. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11434" rel="nofollow ugc">#11434</a>)</li>
<li>Add several dark mode enhancement. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11574" rel="nofollow ugc">#11574</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11622" rel="nofollow ugc">#11622</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10054" rel="nofollow ugc">#10054</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11546" rel="nofollow ugc">#11546</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11544" rel="nofollow ugc">#11544</a>)</li>
<li>Add DarkMode usage detection support for plugins. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11546" rel="nofollow ugc">#11546</a>)</li>
<li>Add “Framed current line” option beside of “Highlight current line background”. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11501" rel="nofollow ugc">#11501</a>)</li>
<li>Add file monitoring command line argument [-monitor]. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10562" rel="nofollow ugc">#10562</a>)</li>
<li>File Dialog enhancement. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11630" rel="nofollow ugc">#11630</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11517" rel="nofollow ugc">#11517</a>)</li>
<li>Add a new format argument/option “ADD_ZERO_PADDING” to NPPM_GETNPPVERSION. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11535" rel="nofollow ugc">#11535</a>)</li>
<li>Restore auto-completion &amp; calltip default fg/bg colors when no theme is applied. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11637" rel="nofollow ugc">#11637</a>)</li>
<li>Sort “Search result” to the bottom in language list of Style Configurator. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11337" rel="nofollow ugc">#11337</a>)</li>
</ol>
<p dir="auto">Auto-update to this version will be trigger in about 14 days, if no regression is found.</p>
<p dir="auto">Enjoy!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/22975/notepad-v8-4-1-release</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 02:13:18 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/22975.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 11 May 2022 14:26:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Notepad++ v8.4.1 release on Sun, 29 May 2022 18:52:07 GMT]]></title><description><![CDATA[<p dir="auto">@fazhan-nur-rezza-fauzi,<br />
the problem with v8.4.1 (and v8.4) is the Scintilla API version it uses. Scintilla 5.1.5 changed the return value of its APIs to <a href="https://sourceforge.net/p/scintilla/code/ci/483efdbe6facf2d9a4f10a8ec1f049bfae7723ae/tree/doc/ScintillaHistory.html?diff=2a700fc24c59a47fa6b29b0bb6c556dcc39c5b31" rel="nofollow ugc"><strong><em>not count the terminating NULL in the total length of the string</em></strong></a>. Obviously TextFx was programmed to expect a string length + 1.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77118</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77118</guid><dc:creator><![CDATA[rdipardo]]></dc:creator><pubDate>Sun, 29 May 2022 18:52:07 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.4.1 release on Sun, 29 May 2022 14:57:05 GMT]]></title><description><![CDATA[<p dir="auto">@fazhan-nur-rezza-fauzi said in <a href="/post/77106">Notepad++ v8.4.1 release</a>:</p>
<blockquote>
<p dir="auto">Please check this issue.</p>
</blockquote>
<p dir="auto">That plugin has not been updated in years.  It is no longer fully compatible with modern Notepad++'s API.</p>
<p dir="auto">Besides, Notepad++ has had “make uppercase” for years.  See the <a href="https://npp-user-manual.org/docs/editing/#edit-menu" rel="nofollow ugc">edit menu</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/77107</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77107</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Sun, 29 May 2022 14:57:05 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.4.1 release on Sun, 29 May 2022 13:00:05 GMT]]></title><description><![CDATA[<p dir="auto">Hi! Please check this issue. Thank you.</p>
<p dir="auto"><strong>v8.4.1 x86</strong> installed.<br />
Using <strong>TextFX Characters v0.2.6 plugin</strong> -&gt; UPPER CASE<br />
Word Changed: “Blue Colour” to " BLUE COLOU"<br />
<strong>Missing one letter.</strong></p>
<p dir="auto"><strong>v8.3.3 x86</strong> installed.<br />
Using <strong>TextFX Characters v0.2.6 plugin</strong> -&gt; UPPER CASE<br />
Word Changed: “Blue Colour” to " BLUE COLOUR"<br />
<strong>No letter missing.</strong></p>
<p dir="auto"><strong>v8.1 x86</strong> installed.<br />
Using <strong>TextFX Characters v0.2.6 plugin</strong> -&gt; UPPER CASE<br />
Word Changed: “Blue Colour” to " BLUE COLOUR"<br />
<strong>No letter missing.</strong></p>
]]></description><link>https://community.notepad-plus-plus.org/post/77106</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77106</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 29 May 2022 13:00:05 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.4.1 release on Sat, 28 May 2022 14:47:14 GMT]]></title><description><![CDATA[<p dir="auto">FYI:<br />
There are still some regressions in this version, so this release will be triggered for the auto-updating.<br />
I feel more confident about the stability of <a href="https://community.notepad-plus-plus.org/topic/23044/notepad-v8-4-2-release-candidate">v8.4.2</a> for the auto-updating.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77098</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77098</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Sat, 28 May 2022 14:47:14 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.4.1 release on Sun, 22 May 2022 08:01:08 GMT]]></title><description><![CDATA[<p dir="auto">Hello, please color between “style” tags in php sheets, regards<br />
<img src="/assets/uploads/files/1653206459397-capture-d-%C3%A9cran-2022-05-22-095025.png" alt="Capture d’écran 2022-05-22 095025.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/76961</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76961</guid><dc:creator><![CDATA[djeydjey95]]></dc:creator><pubDate>Sun, 22 May 2022 08:01:08 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.4.1 release on Sat, 14 May 2022 03:38:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michael-vincent" aria-label="Profile: michael-vincent">@<bdi>michael-vincent</bdi></a> Sigh…never mind. Apparently my fingers screwed up the typing in the overrideMap.xml file that I was switching to. I don’t know how, but it was misspelled on the letter that the cursor was on.  I looked at it closer and noticed it was spelled “Dard” rather than “Dark” which is what the name was. What’s wierd is it actually showed it briefly, under regular dBASE…apparently the switch redrew it so even though it showed in the first Dark mode setting, when the tabs were switched and then refocused on it,…it didn’t read it…until I just corrected the spelling in the overrideMap.xml file. Sorry for the false alarm. :( (egg on face)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/76814</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76814</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Sat, 14 May 2022 03:38:09 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.4.1 release on Fri, 13 May 2022 11:32:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lycan-thrope" aria-label="Profile: lycan-thrope">@<bdi>lycan-thrope</bdi></a> said in <a href="/post/76799">Notepad++ v8.4.1 release</a>:</p>
<blockquote>
<p dir="auto">Not sure if this is just regarding UDL’s Function List, but whenever a tab is picked, and then goes back to the original document that is UDL defined, the FunctionList is no longer working…ie, the FunctionList is empty of the Function List definitions for that file.</p>
</blockquote>
<p dir="auto">I cannot reproduce this.</p>
<p dir="auto">Cheers.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/76808</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76808</guid><dc:creator><![CDATA[Michael Vincent]]></dc:creator><pubDate>Fri, 13 May 2022 11:32:22 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.4.1 release on Fri, 13 May 2022 02:39:17 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><br />
Well I seem to have found one. Not sure if this is just regarding UDL’s Function List, but whenever a tab is picked, and then goes back to the original document that is UDL defined, the FunctionList is no longer working…ie, the FunctionList is empty of the Function List definitions for that file.<br />
The following screenshots are titled accordingly, InitialDocOpen, PostDarkModeUDL selected, change doc tab and switch back to UDL tab.<br />
Notice the final pic, that shows the FunctionList is empty after switching tabs.</p>
<p dir="auto">My debug info:<br />
Notepad++ v8.4.1   (64-bit)<br />
Build time : May  8 2022 - 19:51:18<br />
Path : C:\Users\camilee\Documents\Development Tools Downloads\Notepad++ Versions\npp.8.4.1.portable.x64\notepad++.exe<br />
Command Line :<br />
Admin mode : OFF<br />
Local Conf mode : ON<br />
Cloud Config : OFF<br />
OS Name : Windows 10 Home (64-bit)<br />
OS Version : 2009<br />
OS Build : 19044.1706<br />
Current ANSI codepage : 1252<br />
Plugins : mimeTools.dll NppConverter.dll NppExport.dll</p>
<p dir="auto"><img src="/assets/uploads/files/1652409351831-initialopenofudldocument.png" alt="InitialopenOfUDLDocument.PNG" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1652409370931-postdarkmodelanguageselected.png" alt="PostDarkModeLanguageSelected.PNG" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1652409395061-switchtodifferent_tab.png" alt="Switchtodifferent_tab.PNG" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1652409407781-switchbacktoudltab.png" alt="SwitchBackToUDLTAB.PNG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/76799</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76799</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Fri, 13 May 2022 02:39:17 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.4.1 release on Thu, 12 May 2022 17:55:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dleborgne" aria-label="Profile: dleborgne">@<bdi>dleborgne</bdi></a> said in <a href="/post/76791">Notepad++ v8.4.1 release</a>:</p>
<blockquote>
<p dir="auto">I just filed issue 11661 about a regression in Notepad++ 8.4 with MIME Tools plugin 2.7 and Base 64 Encoding.</p>
</blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/donho" aria-label="Profile: donho">@<bdi>donho</bdi></a></p>
<p dir="auto">Probably due to the Scintilla API change that now excludes the trailing NUL character - which would make each string one character shorter?</p>
<p dir="auto"><a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10504#issuecomment-1010295809" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10504#issuecomment-1010295809</a></p>
<p dir="auto">Cheers.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/76792</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76792</guid><dc:creator><![CDATA[Michael Vincent]]></dc:creator><pubDate>Thu, 12 May 2022 17:55:49 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.4.1 release on Thu, 12 May 2022 17:42:39 GMT]]></title><description><![CDATA[<p dir="auto">Hello !<br />
I just filed <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11661" rel="nofollow ugc">issue 11661</a> about a regression in Notepad++ 8.4 with MIME Tools plugin 2.7 and Base 64 Encoding.<br />
Thank you for Notepad++ !</p>
]]></description><link>https://community.notepad-plus-plus.org/post/76791</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76791</guid><dc:creator><![CDATA[dleborgne]]></dc:creator><pubDate>Thu, 12 May 2022 17:42:39 GMT</pubDate></item></channel></rss>