<?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.6 Release Candidate 3]]></title><description><![CDATA[<p dir="auto"><strong>Notepad++ v8.4.6 Release Candidate 3:</strong><br />
<a href="http://download.notepad-plus-plus.org/repository/8.x/8.4.6.RC3/" rel="nofollow ugc">http://download.notepad-plus-plus.org/repository/8.x/8.4.6.RC3/</a></p>
<p dir="auto"><strong>Fix from Notepad++ v8.4.6 RC 2:</strong></p>
<ol>
<li>Fix clickable link bad display regression (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12219" rel="nofollow ugc">#12219</a>)</li>
<li>Change colours for applying to tab more distiguishable. (Fix partially <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12223" rel="nofollow ugc">#12223</a>)</li>
<li>Fix plugin admin UI overlapping. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12229" rel="nofollow ugc">#12229</a>)</li>
</ol>
<p dir="auto"><strong>Fix from Notepad++ v8.4.6 RC:</strong></p>
<ol>
<li><a href="https://github.com/notepad-plus-plus/notepad-plus-plus/commit/848b412cf7179bb157bfd2d2a97a421ade5dd90f" rel="nofollow ugc">Fix Change History margin visual glichy under dark mode.</a></li>
</ol>
<p dir="auto"><strong>Notepad++ v8.4.6 bug/regression-fixes and new features:</strong></p>
<ol>
<li>Add Change History markers for document saved/unsaved/undone modification. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12164" rel="nofollow ugc">#12164</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12046" rel="nofollow ugc">#12046</a>)</li>
<li>Add setting tab color ability. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2271" rel="nofollow ugc">#2271</a>)</li>
<li>Update to Scintilla 5.3.0 and Lexilla 5.1.9 (Implement <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12045" rel="nofollow ugc">#12045</a>)</li>
<li>Fix “Never” button not showing on Updater dialog regression. (Implement <a href="https://github.com/notepad-plus-plus/wingup/commit/9c86a33b2acaf08e2382edfd9ed7aabc6290782e" rel="nofollow ugc">9c86a33</a>)</li>
<li>Fix a printing selection regression. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11826" rel="nofollow ugc">#11826</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12033" rel="nofollow ugc">#12033</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11638" rel="nofollow ugc">#11638</a>)</li>
<li>Revamp tab context menu: make it less cluttered by adding sub-menu. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12147" rel="nofollow ugc">#12147</a>)</li>
<li>Fix a security vulnerability. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12113" rel="nofollow ugc">#12113</a>)</li>
<li>Add dark mode support to Choose Color dialog. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12148" rel="nofollow ugc">#12148</a>)</li>
<li>Add a page (tab) for incompatible (unloaded) plugins in Plugin Admin. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12069" rel="nofollow ugc">#12069</a>)</li>
<li>Add Plugin list repository link and its version in PluginAdmin dialog.</li>
<li>Fix horizontal bar showing issue while resizing document list’s height. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12191" rel="nofollow ugc">#12191</a>)</li>
<li>Fix NPPN_DARKMODECHANGED wrong return value to plugins. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12144" rel="nofollow ugc">#12144</a>).</li>
</ol>
]]></description><link>https://community.notepad-plus-plus.org/topic/23524/notepad-v8-4-6-release-candidate-3</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 20:41:53 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23524.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 25 Sep 2022 18:22:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Notepad++ v8.4.6 Release Candidate 3 on Wed, 28 Sep 2022 15:05:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cennoxx" aria-label="Profile: CennoxX">@<bdi>CennoxX</bdi></a></p>
<p dir="auto">A restartup should restore the correct color.</p>
<p dir="auto">It’s due to the absence of style <strong>“Change History margin”</strong> in your <code>stylers.xml</code>:<br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/src/stylers.model.xml#L1416" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/src/stylers.model.xml#L1416</a></p>
<p dir="auto">You can add it yourself into  in your <code>stylers.xml</code>, or just remove it, a new <code>stylers.xml</code> will be copied from <code>stylers.model.xml</code></p>
<p dir="auto">The Change History margin’s color is difficult to manage.<br />
It could use the Line Number margin’s color style ID 33 (Scintilla default behaviour) and users cannot customize its color at all.<br />
Or we provide customization (it’s the current option) to disassociate it from style ID 33, but there will be such glitch while switching among the themes.</p>
<p dir="auto">We have to choose one or another - the perfect world doesn’t exist.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80150</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80150</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Wed, 28 Sep 2022 15:05:07 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.4.6 Release Candidate 3 on Wed, 28 Sep 2022 08:24:19 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> I still have margin visual gliches with dark mode and Change History with RC 3.</p>
<p dir="auto">To reproduce:</p>
<ul>
<li>set theme “Default (stylers.xml)”</li>
<li>restart NPP</li>
<li>change text in a document</li>
<li>change theme to “Bespin” (maybe test some other styles too)</li>
<li>change theme to “Default (stylers.xml)”</li>
</ul>
<p dir="auto">This results for me to following:<br />
<img src="/assets/uploads/files/1664353324799-cde2adc8-952a-4098-a658-6635520d07e3-grafik.png" alt="cde2adc8-952a-4098-a658-6635520d07e3-grafik.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Notepad++ v8.4.6   (32-bit)<br />
Build time : Sep 25 2022 - 19:55:26<br />
Path : C:\Program Files (x86)\Notepad++\notepad++.exe<br />
Command Line :<br />
Admin mode : OFF<br />
Local Conf mode : OFF<br />
Cloud Config : OFF<br />
OS Name : Windows 10 Enterprise (64-bit)<br />
OS Version : 21H1<br />
OS Build : 19043.2006<br />
Current ANSI codepage : 65001<br />
Plugins :<br />
BetterMultiSelection (1.4)<br />
ComparePlus (1)<br />
CustomizeToolbar (5.3)<br />
LocationNavigate (0.4.8.1)<br />
LuaScript (0.11)<br />
mimeTools (2.8)<br />
NppConverter (4.4)<br />
NppExport (0.4)<br />
NPPJSONViewer (1.40)<br />
NppMenuSearch (0.9.6)<br />
pork2sausage (2.2)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80142</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80142</guid><dc:creator><![CDATA[CennoxX]]></dc:creator><pubDate>Wed, 28 Sep 2022 08:24:19 GMT</pubDate></item></channel></rss>