<?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.6.2 release]]></title><description><![CDATA[<p dir="auto"><strong>Notepad++ v8.6.2 is released:</strong><br />
<a href="https://notepad-plus-plus.org/news/v862-released/" rel="nofollow ugc">https://notepad-plus-plus.org/news/v862-released/</a></p>
<p dir="auto"><strong>Notepad++ v8.6.2 Change log:</strong></p>
<ol>
<li>Fix Shift-DEL, Ctrl-INS and Shift-INS not working regression. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14470" rel="nofollow ugc">#14470</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14571" rel="nofollow ugc">#14571</a>)</li>
<li>Fix Ctrl+V cannot paste into the text fields of certain plugins regression. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14568" rel="nofollow ugc">#14568</a>)</li>
<li>Remove option “disableLineCopyCutDelete.xml” (the empty file takes no effect).</li>
<li>Fix a regression: the position in the previous session is now restored correctly in cloned document. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14164" rel="nofollow ugc">#14164</a>)</li>
</ol>
<p dir="auto"><strong>Notepad++ v8.6.1 Change log:</strong></p>
<ol>
<li>Updated to Scintilla 5.4.1 &amp; Lexilla 5.3.0. (Implement <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14375" rel="nofollow ugc">#14375</a>)</li>
<li>Fix a regression: customized extension in Style Configurator is now saved correctly. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14437" rel="nofollow ugc">#14437</a>)</li>
<li>Add an ability (disableLineCopyCutDelete.xml) to disable line copy/cut/delete when no selection is made and  add back Shift-DEL &amp; Ctrl-INS shortcuts. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14470" rel="nofollow ugc">#14470</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14296#issuecomment-1866679990" rel="nofollow ugc">ref</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14401#issuecomment-1833326429" rel="nofollow ugc">ref</a>))</li>
<li>Add an ability (noColumnToMultiSelect.xml) to disable column mode to multi-select mode. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14464" rel="nofollow ugc">#14464</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14296#issuecomment-1848076816" rel="nofollow ugc">ref</a>)</li>
<li>Fix deleting in column mode also delete an unexpected EOL. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14426" rel="nofollow ugc">#14426</a>)</li>
<li>Fix hidden results of long lines for Search results with “Find in…” commands. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12023" rel="nofollow ugc">#12023</a>)</li>
<li>Enhance Search-results by showing search options for “Find in…” commands. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14306" rel="nofollow ugc">#14306</a>)</li>
<li>Fix an issue: replacements are no longer duplicated (the 2nd time in cloned document) for “Replace in Opened Docs”. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14505" rel="nofollow ugc">#14505</a>)</li>
<li>Fix a regression to make F3 &amp; Shift-F3 work again in Incremental Search. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14503" rel="nofollow ugc">#14503</a>)</li>
<li>Add document tab navigation commands: “First tab” &amp; “Last tab”. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14416" rel="nofollow ugc">#14416</a>)</li>
<li>Add document tab commands: “Move to Start” &amp; “Move to End” commands. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9525" rel="nofollow ugc">#9525</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13982" rel="nofollow ugc">#13982</a>)</li>
<li>3 RTL new abilities: RTL per document, RTL per document remembered across the sessions &amp; new attribute editZoneRTL=“no” in RTL localization files. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9665" rel="nofollow ugc">#9665</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9950" rel="nofollow ugc">#9950</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14385" rel="nofollow ugc">#14385</a>)</li>
<li>Enhance the “-loadingTime” command line parameter. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14472" rel="nofollow ugc">#14472</a>)</li>
<li>Enhance the performance: disable undo collection while loading a file. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14455" rel="nofollow ugc">#14455</a>)</li>
<li>Sort language list in the Preferences dialog. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14245" rel="nofollow ugc">#14245</a>)</li>
<li>Fix a visual glitch that occurred during multi-paste. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14410" rel="nofollow ugc">#14410</a>)</li>
<li>Fix confusing memory allocation error message. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14418" rel="nofollow ugc">#14418</a>)</li>
<li>Fix python wrong decorator attribute color. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5894" rel="nofollow ugc">#5894</a>)</li>
<li>Fix file status in “other view” is not detected. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14225" rel="nofollow ugc">#14225</a>)</li>
<li>Fix dropped file being opened in the wrong view. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14354" rel="nofollow ugc">#14354</a>)</li>
</ol>
<p dir="auto">As usual, the auto-update will be triggered in 1 week, if there’s no critical bug found.</p>
<p dir="auto">Happy coding!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/25364/notepad-v8-6-2-release</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 22:32:38 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/25364.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 14 Jan 2024 17:09:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Notepad++ v8.6.2 release on Thu, 15 Feb 2024 20:00:56 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 />
Thanks a lot ,Thank you</p>
]]></description><link>https://community.notepad-plus-plus.org/post/92916</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/92916</guid><dc:creator><![CDATA[Arsen Melkumyan]]></dc:creator><pubDate>Thu, 15 Feb 2024 20:00:56 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.6.2 release on Thu, 15 Feb 2024 12:40:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/30172">@Arsen-Melkumyan</a><br />
You can disable this feature with the following PR:<br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/pull/14734" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/pull/14734</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/92903</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/92903</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Thu, 15 Feb 2024 12:40:20 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.6.2 release on Wed, 14 Feb 2024 17:45:54 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> it’s<br />
not very convenient to work like that</p>
]]></description><link>https://community.notepad-plus-plus.org/post/92895</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/92895</guid><dc:creator><![CDATA[Arsen Melkumyan]]></dc:creator><pubDate>Wed, 14 Feb 2024 17:45:54 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.6.2 release on Mon, 12 Feb 2024 21:05:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/30172">@Arsen-Melkumyan</a> said in <a href="/post/92850">Notepad++ v8.6.2 release</a>:</p>
<blockquote>
<p dir="auto">If you hold ctrl</p>
</blockquote>
<p dir="auto">Short answer: Don’t hold Ctrl<br />
Longer answer, see <a href="https://github.com/notepad-plus-plus/npp-usermanual/issues/634#:~:text=When%20copying%20text%2C%20it%20is%20important%20that%20no%20modifier%20keys%20(Shift%2C%20Control%2C%20Alt)%20are%20depressed/held%20when%20you%20start%20dragging%20the%20text" rel="nofollow ugc">HERE</a>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/92855</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/92855</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 12 Feb 2024 21:05:34 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.6.2 release on Mon, 12 Feb 2024 19:08:33 GMT]]></title><description><![CDATA[<p dir="auto">If you hold ctrl and click the mouse many times it makes a duplicate copy<br />
on version 8.5.8 and below there is no such thing, from Version 8.6.x it works as you can disable it or divide it like on version 8.5.8 so that you can press and hold the CTRL button without making many copies Thanks😔😔</p>
]]></description><link>https://community.notepad-plus-plus.org/post/92850</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/92850</guid><dc:creator><![CDATA[Arsen Melkumyan]]></dc:creator><pubDate>Mon, 12 Feb 2024 19:08:33 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.6.2 release on Mon, 12 Feb 2024 15:55:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/30243">@Saurabh-JP</a> said in <a href="/post/92842">Notepad++ v8.6.2 release</a>:</p>
<blockquote>
<p dir="auto">I’ve been using the vertical tabs (placed horizontally) all this while, however after updating to this release, all the the tabs are back at the top again.</p>
</blockquote>
<p dir="auto"><strong><a href="https://npp-user-manual.org/docs/preferences/#:~:text=a%20second%20line.-,%E2%98%90%20Vertical,-%3A%20Have%20the%20tabs" rel="nofollow ugc">Settings &gt; Preferences &gt; General</a> &gt; Tab Bar &gt; ☑ Vertical</strong> still exists.</p>
<blockquote>
<p dir="auto">And I was unable to find the “Document List Panel” which used be in the General tab of preferences.  But later I found that it’s been moved to the “View” menu, and it was not mentioned in the release notes, hence wanted to inform this.</p>
</blockquote>
<p dir="auto">The display of the Document List Panel was moved to <strong>View</strong> menu in <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/Changes#813" rel="nofollow ugc">v8.1.3</a>, and the other options were moved out of the Preferences and into the Panel GUI itself in <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/Changes#815" rel="nofollow ugc">v8.1.5</a> in September 2021, so of course it wasn’t in the release notes for v8.6.2 in January 2024.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/92847</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/92847</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 12 Feb 2024 15:55:45 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.6.2 release on Mon, 12 Feb 2024 14:54:42 GMT]]></title><description><![CDATA[<p dir="auto">Hello,<br />
Thank you for this update!</p>
<p dir="auto">I’ve been using the vertical tabs (placed horizontally) all this while, however after updating to this release, all the the tabs are back at the top again.<br />
And I was unable to find the “Document List Panel” which used be in the General tab of preferences.<br />
But later I found that it’s been moved to the “View” menu, and it was not mentioned in the release notes, hence wanted to inform this.</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/92842</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/92842</guid><dc:creator><![CDATA[Saurabh JP]]></dc:creator><pubDate>Mon, 12 Feb 2024 14:54:42 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.6.2 release on Mon, 12 Feb 2024 13:24:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/29542">@최인용</a><br />
Could you check the PR which is supposed to fix your issue:<br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/pull/14593" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/pull/14593</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/92841</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/92841</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Mon, 12 Feb 2024 13:24:17 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.6.2 release on Wed, 31 Jan 2024 17:38:15 GMT]]></title><description><![CDATA[<p dir="auto">If you hold ctrl and click the mouse many times it makes a duplicate copy<br />
on version 8.5.8 and below there is no such thing, from Version 8.6.x it works as you can disable it or divide it like on version 8.5.8 so that you can press and hold the CTRL button without making many copies Thanks😔😔</p>
]]></description><link>https://community.notepad-plus-plus.org/post/92532</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/92532</guid><dc:creator><![CDATA[Arsen Melkumyan]]></dc:creator><pubDate>Wed, 31 Jan 2024 17:38:15 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.6.2 release on Mon, 22 Jan 2024 01:28:01 GMT]]></title><description><![CDATA[<p dir="auto">Auto-updater is triggered for v8.6.2.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/92252</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/92252</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Mon, 22 Jan 2024 01:28:01 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.6.2 release on Mon, 15 Jan 2024 22:13:18 GMT]]></title><description><![CDATA[<p dir="auto">donho said</p>
<blockquote>
<p dir="auto"><strong>Notepad++ v8.6.2 Change log:</strong></p>
<ol start="4">
<li>Fix a regression: the position in the previous session is now restored correctly in cloned document. (Fix [14164])</li>
</ol>
</blockquote>
<p dir="auto">Thank you so much, finally working again! :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/92112</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/92112</guid><dc:creator><![CDATA[Bro-Account]]></dc:creator><pubDate>Mon, 15 Jan 2024 22:13:18 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.6.2 release on Mon, 15 Jan 2024 12:57:36 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> said in <a href="/post/92069">Notepad++ v8.6.2 release</a>:</p>
<blockquote>
<p dir="auto">Please create your bug report here:<br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/issues</a></p>
</blockquote>
<p dir="auto">Already there (<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14400" rel="nofollow ugc">#14400</a>) and you even have already assigned yourself to it ;-)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/92078</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/92078</guid><dc:creator><![CDATA[xomx]]></dc:creator><pubDate>Mon, 15 Jan 2024 12:57:36 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.6.2 release on Sun, 14 Jan 2024 23:18:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/29542">@최인용</a> said in <a href="/post/92067">Notepad++ v8.6.2 release</a>:</p>
<blockquote>
<p dir="auto">Thank you very much for making such great software.</p>
<p dir="auto">I am a Korean user.</p>
<ol>
<li>After editing a document, pressing the Kor/Eng keys on the keyboard to Kor Mode,<br />
then select ‘File’ → ‘Save’ → pressing the ‘Save(S)’ button<br />
in the “File save dialog”,<br />
window does not work. The file name is not saved even if it is in Korean or English.<br />
If you press the Kor/Eng keys to switch to English mode, it works normally.</li>
<li>If you press the Kor/Eng keys to open a file in Korean mode, the document<br />
does not open.<br />
Pressing the Kor/English keys to switch to English mode works normally.</li>
<li>The versions where the above phenomenon occurs are 8.5.5, 8.5.6, 8.5.7,<br />
,8.5.8, 8.6.0, 8.6.1 and 8.6.2.</li>
</ol>
<p dir="auto">Best reguard</p>
<p dir="auto"><a href="mailto:comradar@naver.com" rel="nofollow ugc">comradar@naver.com</a></p>
</blockquote>
<p dir="auto">Please create your bug report here:<br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/issues</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/92069</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/92069</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Sun, 14 Jan 2024 23:18:09 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ v8.6.2 release on Sun, 14 Jan 2024 22:23:11 GMT]]></title><description><![CDATA[<p dir="auto">Thank you very much for making such great software.</p>
<p dir="auto">I am a Korean user.</p>
<ol>
<li>After editing a document, pressing the Kor/Eng keys on the keyboard to Kor Mode,<br />
then select ‘File’ → ‘Save’ → pressing the ‘Save(S)’ button<br />
in the “File save dialog”,<br />
window does not work. The file name is not saved even if it is in Korean or English.<br />
If you press the Kor/Eng keys to switch to English mode, it works normally.</li>
<li>If you press the Kor/Eng keys to open a file in Korean mode, the document<br />
does not open.<br />
Pressing the Kor/English keys to switch to English mode works normally.</li>
<li>The versions where the above phenomenon occurs are 8.5.5, 8.5.6, 8.5.7,<br />
,8.5.8, 8.6.0, 8.6.1 and 8.6.2.</li>
</ol>
<p dir="auto">Best reguard</p>
<p dir="auto"><a href="mailto:comradar@naver.com" rel="nofollow ugc">comradar@naver.com</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/92067</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/92067</guid><dc:creator><![CDATA[최인용]]></dc:creator><pubDate>Sun, 14 Jan 2024 22:23:11 GMT</pubDate></item></channel></rss>