<?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++ 6.8.8 released]]></title><description><![CDATA[<p dir="auto">Notepad++ 6.8.8 is released.<br />
Please check:<br />
<a href="https://notepad-plus-plus.org/news/notepad-6.8.8-released.html" rel="nofollow ugc">https://notepad-plus-plus.org/news/notepad-6.8.8-released.html</a></p>
]]></description><link>https://community.notepad-plus-plus.org/topic/10941/notepad-6-8-8-released</link><generator>RSS for Node</generator><lastBuildDate>Thu, 10 Sep 2026 00:57:26 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/10941.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 10 Dec 2015 00:55:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Sun, 07 Aug 2016 21:35:11 GMT]]></title><description><![CDATA[<p dir="auto">Hi <strong>Scoot</strong> and <strong>All</strong>,</p>
<p dir="auto"><strong>Scott</strong>, sorry for this <strong>late</strong> reply !</p>
<p dir="auto">So, I’ve just did a test, again, with the <strong>last</strong> N++ version ( <strong>v6.9.2</strong> ) with the <strong>simple</strong> following macro, which searches for the <strong>exact case</strong> of the article <strong>the</strong>, in <strong>all</strong> the <strong>opened</strong> files, of your <strong>current</strong> N++ session :</p>
<pre><code>    &lt;Macro name="Test" Ctrl="no" Alt="no" Shift="no" Key="0"&gt;
        &lt;Action type="3" message="1700" wParam="0" lParam="0" sParam="" /&gt;
        &lt;Action type="3" message="1601" wParam="0" lParam="0" sParam="the" /&gt;
        &lt;Action type="3" message="1625" wParam="0" lParam="0" sParam="" /&gt;
        &lt;Action type="3" message="1702" wParam="0" lParam="2" sParam="" /&gt;
        &lt;Action type="3" message="1701" wParam="0" lParam="1636" sParam="" /&gt;
    &lt;/Macro&gt;
</code></pre>
<p dir="auto">This macro is <strong>automatically</strong> inserted in the <strong>&lt;Macros&gt;</strong> node :</p>
<ul>
<li>
<p dir="auto">The <strong>first</strong> line, defines the <strong>name</strong> of the macro and its possible <strong>shortcut</strong></p>
</li>
<li>
<p dir="auto">The <strong>second</strong> line initializes the <strong>search</strong> process</p>
</li>
<li>
<p dir="auto">The <strong>third</strong> line defines the <strong>string</strong> to search : the word <strong>the</strong></p>
</li>
<li>
<p dir="auto">The <strong>4th</strong> line selects the search <strong>mode</strong> : the digit <strong>0</strong>, in <strong>lParam</strong>, meaning <strong>normal search</strong></p>
</li>
<li>
<p dir="auto">The <strong>5th</strong> line defines the search <strong>options</strong> : the digit <strong>2</strong> means <strong>Match case</strong></p>
</li>
<li>
<p dir="auto">The final <strong>6th</strong> line defines the search <strong>type</strong> : the number <strong>1636</strong> stands for a search in <strong>all opened</strong> documents</p>
</li>
</ul>
<p dir="auto">Refer to the <strong>link</strong> below, for <strong>further</strong> information :</p>
<p dir="auto"><a href="http://docs.notepad-plus-plus.org/index.php/Editing_Configuration_Files#Search_.2F_Replace_encoding" rel="nofollow ugc">http://docs.notepad-plus-plus.org/index.php/Editing_Configuration_Files#Search_.2F_Replace_encoding</a></p>
<p dir="auto"><strong>Remark</strong> : The action of the flag value <strong>512</strong>, when message = “<strong>1702</strong>”, is wrong ! The correct action is <strong>Search goes downwards</strong> :-))</p>
<hr />
<p dir="auto">So, if you run this form of the macro <strong>Test</strong>, you get the <strong>right</strong> result : the <strong>Find result</strong> panel, with <strong>all</strong> the occurrences found in <strong>all</strong> the files opened</p>
<p dir="auto"><strong>Unfortunately</strong>, if you create a macro, in order to search in <strong>current</strong> document <strong>only</strong>, or if you change the number <strong>1636</strong> with the number <strong>1641</strong>( <strong>flag</strong> value for search in <strong>current</strong> document ), in the <strong>shortcuts.xml</strong> file, with an <strong>OTHER</strong> editor than N++, when any instance of N++ is <strong>closed</strong>, the <strong>Find result</strong> panel does <strong>NOT</strong> opened, as it should, when running the macro :-(((</p>
<p dir="auto">This bug is <strong>still</strong> there ! As a <strong>work-around</strong>, if <strong>numerous</strong> files are opened, in your session, you may :</p>
<ul>
<li>
<p dir="auto"><strong>Close</strong> most of them, <strong>not concerned</strong> with the search</p>
</li>
<li>
<p dir="auto">Perform the <strong>above</strong> macro, which searches on <strong>all opened</strong> files</p>
</li>
<li>
<p dir="auto">Click, on the menu option <strong>File - Opened All Recent Files</strong></p>
</li>
</ul>
<p dir="auto">Best Regards</p>
<p dir="auto">guy038</p>
<p dir="auto"><strong>P.S.</strong> :</p>
<p dir="auto">Oh, I forget to tell you that my <strong>technical</strong> configuration is, simply, a <strong>Windows XP SP3</strong> system, on a <strong>NEC Versa M350</strong> laptop :-((</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17133</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17133</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sun, 07 Aug 2016 21:35:11 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Thu, 04 Aug 2016 13:57:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guy038" aria-label="Profile: guy038">@<bdi>guy038</bdi></a> , has the status on this changed since the date of your posting here…has the “Find All in Current Document” behavior become recordable in a macro, such that it works when the macro is run?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17114</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17114</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Thu, 04 Aug 2016 13:57:08 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Wed, 27 Jan 2016 06:45:32 GMT]]></title><description><![CDATA[<p dir="auto">Claudia Frank</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-frank" aria-label="Profile: Claudia-Frank">@<bdi>Claudia-Frank</bdi></a> said:</p>
<blockquote>
<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/%D0%B3%D0%B0%D0%BD%D0%BD%D0%B0-%D1%87%D0%BE%D1%80%D0%BD%D0%B0" aria-label="Profile: Ганна-Чорна">@<bdi>Ганна-Чорна</bdi></a>,</p>
<p dir="auto">do you use xml tools plugin? And do you use auto syntax check or auto validation?<br />
From my experience, this doesn’t work very well if you have big xml files.</p>
</blockquote>
<p dir="auto">I also sometimes happens similar problem. When copying, inserting, replacing the large amount of text (more than 40000 lines). So I perform these operations in other programs). Xml plug do not use. Here, perhaps, is certainly a problem in file size.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/13627</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/13627</guid><dc:creator><![CDATA[Did Kokos]]></dc:creator><pubDate>Wed, 27 Jan 2016 06:45:32 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Sun, 24 Jan 2016 00:45:46 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/%D0%B3%D0%B0%D0%BD%D0%BD%D0%B0-%D1%87%D0%BE%D1%80%D0%BD%D0%B0" aria-label="Profile: Ганна-Чорна">@<bdi>Ганна-Чорна</bdi></a>,</p>
<p dir="auto">do you use xml tools plugin? And do you use auto syntax check or auto validation?<br />
From my experience, this doesn’t work very well if you have big xml files.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/13567</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/13567</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Sun, 24 Jan 2016 00:45:46 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Sat, 23 Jan 2016 13:54:47 GMT]]></title><description><![CDATA[<p dir="auto">For quite a while I notice this problem when working with file Xml Notepad spoils code. It is rare, and treated if re-open the file. But sometimes lost much of the work and it is very pesters.<br />
This problem has been in all versions ranging from about 5.x.x to 6.8.9. <a href="http://img.hurtom.com/i/2016/01/2016-01-23_153536.jpg" rel="nofollow ugc">screenshot</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/13553</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/13553</guid><dc:creator><![CDATA[Ганна Чорна]]></dc:creator><pubDate>Sat, 23 Jan 2016 13:54:47 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Fri, 22 Jan 2016 06:48:30 GMT]]></title><description><![CDATA[<p dir="auto">Hello Claudia.</p>
<p dir="auto">It’s strange.</p>
<p dir="auto">Since I once called notepad with the switch -noPlugin, the error is apparently disappeared.</p>
<p dir="auto">I moved all the plugins folder in disabeld and the error has not occurred.<br />
Then I pushed back  plugin for plugin from the Disabled to the program directory without any error.<br />
Even after the last plugin no longer a fault occurred.</p>
<p dir="auto">Excuse me for asking.<br />
Apparently there is a problem with the installation or the rights in the 64-bit operating system.</p>
<p dir="auto">Thank you much for the help.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/13515</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/13515</guid><dc:creator><![CDATA[Loopbuilder]]></dc:creator><pubDate>Fri, 22 Jan 2016 06:48:30 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Thu, 21 Jan 2016 13:30:07 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/loopbuilder" aria-label="Profile: Loopbuilder">@<bdi>Loopbuilder</bdi></a>,</p>
<p dir="auto">I did try it as you wrote, even with 100 000 lines and it didn’t crash.<br />
So it must be specific to your setup.<br />
Can you do the test without having pluings loaded? (-noPlugin switch)</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/13475</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/13475</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Thu, 21 Jan 2016 13:30:07 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Thu, 21 Jan 2016 10:25:04 GMT]]></title><description><![CDATA[<p dir="auto">Hi.<br />
I’ve found a critical bug.</p>
<p dir="auto">If i have a text document with many lines<br />
(20000 Lines or more  and more than 8-9 char each Line for example)</p>
<p dir="auto">and i want to clear some rows in clolumn mode<br />
notepad crashes.</p>
<p dir="auto">To reproduce the bug:<br />
1.) Open Notepad or choose a new document<br />
2.) Type 10 characters (for example:  1234567890)<br />
3.) duplicate the Line more than 4000 times (example: 10000 LINES)<br />
4.) press STRG-A to mark whole text<br />
5.) press ALT-SHIFT and than 5 times Cursor right  to mark the first 5 colums<br />
6.) press DEL<br />
-&gt; Notepad crashes every time</p>
]]></description><link>https://community.notepad-plus-plus.org/post/13464</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/13464</guid><dc:creator><![CDATA[Loopbuilder]]></dc:creator><pubDate>Thu, 21 Jan 2016 10:25:04 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Wed, 13 Jan 2016 17:16:16 GMT]]></title><description><![CDATA[<p dir="auto">Thank you ! Donho</p>
]]></description><link>https://community.notepad-plus-plus.org/post/13232</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/13232</guid><dc:creator><![CDATA[Enginfener]]></dc:creator><pubDate>Wed, 13 Jan 2016 17:16:16 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Mon, 11 Jan 2016 20:15:57 GMT]]></title><description><![CDATA[<p dir="auto">Hi, <strong>Don</strong> and <strong>Claudia</strong>,</p>
<p dir="auto">Tests done ! Well, the behaviour of the <strong>François-R Boyer</strong> version works a bit <strong>better</strong> ! I mean :</p>
<ul>
<li>
<p dir="auto">With the S/R ( SEARCH <strong><code>abc\Kdef </code></strong> and REPLACE <strong><code>123</code></strong> ), it behaves as our <strong>current</strong> N++ regex engine. So the issue <strong>still</strong> occurs :-((</p>
</li>
<li>
<p dir="auto">With the <strong>identical</strong> S/R ( SEARCH <strong><code>(?&lt;=abc)def</code></strong> and REPLACE <strong><code>123</code></strong> ), it does <strong>change</strong> any occurrence of <strong><code>def</code></strong>, IF preceded by the string <strong><code>abc</code></strong> , with the string <strong><code>123</code></strong>, <strong>each</strong> time you click on the <strong>Replace</strong> button. With our <strong>current</strong> version, it <strong>doesn’t</strong> :-(</p>
</li>
</ul>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
<p dir="auto"><strong>P.S.</strong> :</p>
<p dir="auto">Or course, a click on the <strong>Replace All</strong> button, performs the <strong>replacement</strong>, correctly, with <strong>both</strong> versions !</p>
]]></description><link>https://community.notepad-plus-plus.org/post/13202</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/13202</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Mon, 11 Jan 2016 20:15:57 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Mon, 11 Jan 2016 19:34:16 GMT]]></title><description><![CDATA[<p dir="auto">Hi, <strong>Don</strong> and <strong>Claudia</strong>,</p>
<p dir="auto">I noticed that fact, a <strong>long</strong> time ago. Just see my <strong>reply</strong> to the <strong>Claudia</strong>’s question :</p>
<blockquote>
<p dir="auto">Do you think this is a bug or is it because of the complex regex?</p>
</blockquote>
<p dir="auto">at the address below :</p>
<p dir="auto"><a href="https://notepad-plus-plus.org/community/topic/11021/find-and-replace-help/5" rel="nofollow ugc">https://notepad-plus-plus.org/community/topic/11021/find-and-replace-help/5</a></p>
<hr />
<p dir="auto">I’ll try to do some tests, with the <strong>improved</strong> regex engine version of <strong>François-R Boyer</strong> ( on <strong>June 2013</strong>, based on <strong>Scintilla 2.2.7</strong> ). I hope that this version will <strong>not</strong> have this issue !?</p>
<p dir="auto">Cheers,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/13201</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/13201</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Mon, 11 Jan 2016 19:34:16 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Mon, 11 Jan 2016 15:41:09 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 />
by using replace dialog</p>
<pre><code>Find what:  ^.*(function|subroutine)\s+\K([\w]+)(?=\()
Replace with: "\2"
</code></pre>
<p dir="auto">it is expected that each functionname (xsquare2, xsquare3, hello1, hello2) get found and<br />
replaced with surrounding double quotes when pressing the replace button.<br />
Which does work if pressing replace all.</p>
<p dir="auto">So, before replacing</p>
<pre><code>function xsquare2() result(y)
</code></pre>
<p dir="auto">and after</p>
<pre><code>function "xsquare2"() result(y)
</code></pre>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/13198</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/13198</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Mon, 11 Jan 2016 15:41:09 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Mon, 11 Jan 2016 15:27:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-frank" aria-label="Profile: Claudia-Frank">@<bdi>Claudia-Frank</bdi></a> In oder to reproduce the bug, could you describe the occurrences expected to be found and replaced?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/13197</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/13197</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Mon, 11 Jan 2016 15:27:47 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Mon, 11 Jan 2016 15:21:13 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>, sorry for confusion, instead of posting the result after replace all<br />
I should have posted the source code before modification, which is this</p>
<pre><code>function xsquare2() result(y)
	real, intent(in) :: x
	real :: y
	t = x*x
	return
end function

function xsquare3()
	real, intent(in) :: x
	real :: y
	t = x*x
	return
end function

subroutine hello1()
	print *, "Hello World!"
	return
end subroutine hello

subroutine hello2(x)
	print *, "Hello World!"
	return
end subroutine hello
</code></pre>
<p dir="auto">without the double quotes. They were added after pressing replace all.<br />
And, yes, I do still see the problem with the minimalistc zip I downloaded.</p>
<p dir="auto">So using the current code together with the regex</p>
<pre><code>^.*(function|subroutine)\s+\K([\w]+)(?=\()
</code></pre>
<p dir="auto">results in the reported behaviour.</p>
<p dir="auto">Thank you<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/13195</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/13195</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Mon, 11 Jan 2016 15:21:13 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Mon, 11 Jan 2016 09:15:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-frank" aria-label="Profile: Claudia-Frank">@<bdi>Claudia-Frank</bdi></a> In my v6.8.8 <code>^.*(function|subroutine)\s+\K([\w]+)(?=\()</code> find just nothing (with “find” or “find all in current document”).<br />
Could you download zipped package, and unzip it into a new folder, to make sure the behaviour?<br />
<a href="https://notepad-plus-plus.org/repository/6.x/6.8.8/npp.6.8.8.bin.minimalist.7z" rel="nofollow ugc">https://notepad-plus-plus.org/repository/6.x/6.8.8/npp.6.8.8.bin.minimalist.7z</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/13187</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/13187</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Mon, 11 Jan 2016 09:15:39 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Thu, 07 Jan 2016 22:48:40 GMT]]></title><description><![CDATA[<p dir="auto">Find/Replace is broken when using advanced regular expressions.<br />
For example: Assuming the following text in a document</p>
<pre><code>function "xsquare1"(x) result(y)
    real, intent(in) :: x
    real :: y
    t = x*x
    return
end function

function "xsquare2"() result(y)
    real, intent(in) :: x
    real :: y
    t = x*x
    return
end function

function "xsquare3"()
    real, intent(in) :: x
    real :: y
    t = x*x
    return
end function

subroutine "hello1"()
    print *, "Hello World!"
    return
end subroutine hello

subroutine "hello2"(x)
    print *, "Hello World!"
    return
end subroutine hello
</code></pre>
<p dir="auto">and open the find dialog, press replace tab, choose regular expression and put following in find what</p>
<pre><code>^.*(function|subroutine)\s+\K([\w]+)(?=\()
</code></pre>
<p dir="auto">If you press find, it will find all function/subroutine names. If you press <strong>Replace all</strong> it will replace all occurancess<br />
but if you want to <strong>replace</strong> one after the other it won’t replace anything.<br />
Screenshots are <a href="https://drive.google.com/file/d/0B41YI4MRN1FLMjYtZEZ6MWlvX00/view?usp=sharing" rel="nofollow ugc">here</a> and <a href="https://drive.google.com/file/d/0B41YI4MRN1FLUFhJcWRCY25SZjA/view?usp=sharing" rel="nofollow ugc">here</a>.</p>
<p dir="auto">Another issue, which might be related is, that regex engine in function list behaves weird. Do they use the same<br />
regex version/engine? If so, <a href="https://drive.google.com/file/d/0B41YI4MRN1FLOFc5enJaaXdIQVk/view?usp=sharing" rel="nofollow ugc">here </a>a screenshots which shows that some functions are not listed whereas<br />
they should. If I add an additional space, either at the end or inbetween the ( ) then they are displayed as<br />
seen <a href="https://drive.google.com/file/d/0B41YI4MRN1FLWEZ2RDRmNV9EU1k/view?usp=sharing" rel="nofollow ugc">here</a>.</p>
<p dir="auto">If the regex engine used by function list code is different to the find/replace dialog may I ask if it is possible<br />
to keep them the same as it would allow to easily test the regular expressions before adding to functionlist.xml?</p>
<p dir="auto">Thank you<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/13081</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/13081</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Thu, 07 Jan 2016 22:48:40 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Thu, 07 Jan 2016 06:20:25 GMT]]></title><description><![CDATA[<p dir="auto">English is bad,sorry.<br />
How in published comments or Suggestions in the below discussion?<br />
<a href="http://sourceforge.net/p/notepad-plus/discussion/1290589/" rel="nofollow ugc">[READ ONLY]中文論壇</a></p>
<p dir="auto">Or could you tell me which email should I send when I have some Suggestions?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/13063</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/13063</guid><dc:creator><![CDATA[陈某某]]></dc:creator><pubDate>Thu, 07 Jan 2016 06:20:25 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Wed, 06 Jan 2016 18:17:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-frank" aria-label="Profile: Claudia-Frank">@<bdi>Claudia-Frank</bdi></a></p>
<p dir="auto">Thank you Claudia. At least “find all in opened documents” works at the most of the times if I did not open too many log tabs, but I do wish this “find all in current document” bug can be fixed in the coming versions.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/13043</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/13043</guid><dc:creator><![CDATA[Ye Miao]]></dc:creator><pubDate>Wed, 06 Jan 2016 18:17:35 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Sat, 02 Jan 2016 16:29:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guy038" aria-label="Profile: guy038">@<bdi>guy038</bdi></a> said:</p>
<blockquote>
<p dir="auto">I didn’t understand the point #8 of the change.log file : Improve close button in tab position.</p>
</blockquote>
<p dir="auto">the close button’s horizontal position in tab has been adjusted in the middle of tab (height).</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12957</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12957</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Sat, 02 Jan 2016 16:29:35 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Sat, 02 Jan 2016 15:06:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ye-miao" aria-label="Profile: Ye-Miao">@<bdi>Ye-Miao</bdi></a> sorry for getting confused by find all in current and find all in opened documents.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12954</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12954</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Sat, 02 Jan 2016 15:06:09 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Sat, 02 Jan 2016 13:20:35 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <strong>Ye Miao</strong> and <strong>Claudia</strong>,</p>
<p dir="auto">No, <strong>Claudia</strong>, you’re wrong ! The <strong>ALT + O</strong> shortcut concerns the <strong>Find All in All Opened Documents</strong> button. But, unfortunately, the <strong>Find All in Current Document</strong> has <strong>NO</strong> shorcut, by default :-((</p>
<p dir="auto">I attempted to improve the <strong>default English</strong> FIND dialog. So, <strong>Ye Miao</strong>, and <strong>Claudia</strong>, just refer to the link below :</p>
<p dir="auto"><a href="https://notepad-plus-plus.org/community/topic/11041/new-alt-shortcuts-in-the-find-dialog-for-default-english-language/1" rel="nofollow ugc">https://notepad-plus-plus.org/community/topic/11041/new-alt-shortcuts-in-the-find-dialog-for-default-english-language/1</a></p>
<hr />
<p dir="auto">And <strong>yes</strong>, <strong>Ye Miao</strong>, I agree with you. The <strong>Find All in Current Document</strong> action is, unfortunately, <strong>NOT</strong> recordable in a macro :-(( It’s quite a long time bug, that has <strong>never</strong> been fixed !</p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12952</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12952</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sat, 02 Jan 2016 13:20:35 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Tue, 29 Dec 2015 19:03:57 GMT]]></title><description><![CDATA[<p dir="auto">Hello Ye-Miao,</p>
<blockquote>
<p dir="auto">There was no keyboard shortcut for “Find All in current Document” and,</p>
</blockquote>
<p dir="auto">Strg+F and Alt+O</p>
<blockquote>
<p dir="auto">the action Find All in Current Document, when recorded in a macro, doesn’t work at all.<br />
This has been a bug for a long time but never been fixed.</p>
</blockquote>
<p dir="auto">Tried it, and worked.<br />
Tested with the shortcuts mentioned above.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12880</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12880</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Tue, 29 Dec 2015 19:03:57 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Tue, 29 Dec 2015 18:59:22 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> thank you 4 all version</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12879</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12879</guid><dc:creator><![CDATA[Nekkaa Indoushka Salah Eddine]]></dc:creator><pubDate>Tue, 29 Dec 2015 18:59:22 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 6.8.8 released on Tue, 29 Dec 2015 15:21:44 GMT]]></title><description><![CDATA[<p dir="auto">There was no keyboard shortcut for “Find All in current Document” and, the action Find All in Current Document, when recorded in a macro, doesn’t work at all. This has been a bug for a long time but never been fixed.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12874</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12874</guid><dc:creator><![CDATA[Ye Miao]]></dc:creator><pubDate>Tue, 29 Dec 2015 15:21:44 GMT</pubDate></item></channel></rss>