<?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[Improvement for Replace dialog]]></title><description><![CDATA[<p dir="auto">Ctrl-H brings up the Replace dialog.  In it there is a checkbox “In selection”.  You need to check/uncheck this box according to your wishes.</p>
<p dir="auto">I think it could be improved if the initial value would be “set” when a selection larger than 0 exists in the document, and “unset” otherwise.</p>
<p dir="auto">Currently, I select a bunch of lines, type Ctrl-H, and I STILL have to check the “in selection” box.</p>
<p dir="auto">Changing that would make the Replace process smoother, I believe.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/14048/improvement-for-replace-dialog</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 09:53:10 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/14048.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Jun 2017 16:16:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Improvement for Replace dialog on Wed, 28 Jun 2017 22:04:17 GMT]]></title><description><![CDATA[<p dir="auto">Make it a button<br />
<a href="https://sourceforge.net/p/notepad-plus/discussion/331753/thread/f274b5c3/?limit=25" rel="nofollow ugc">https://sourceforge.net/p/notepad-plus/discussion/331753/thread/f274b5c3/?limit=25</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/25237</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/25237</guid><dc:creator><![CDATA[AZJIO AZJIO]]></dc:creator><pubDate>Wed, 28 Jun 2017 22:04:17 GMT</pubDate></item><item><title><![CDATA[Reply to Improvement for Replace dialog on Wed, 28 Jun 2017 16:37:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/harry-d" aria-label="Profile: Harry-D">@<bdi>Harry-D</bdi></a></p>
<p dir="auto">I understand what you mean, but I think a non-zero length selection is used by the logic that inserts selected text in the Find-what box.</p>
<p dir="auto">As an example, if you have the following text (note the spaces between each letter/token):</p>
<pre><code>a b c d e f a b c d e f a b c d e f
</code></pre>
<p dir="auto">And you want to replace <code>a b c</code> with <code>A B C</code>, you might highlight (select) in your editor tab the first <code>a b c</code> occurrence, then invoke the Replace dialog (with Ctrl+h).  At this point Notepad++ puts <code>a b c</code> in the Find-what box.  If it also ticked the “In Selection” box, that would probably be deemed wrong behavior.  Of course <code>a(space)b(space)c</code> is a pretty simple example, and could easily be typed, but if it were more complicated…</p>
<p dir="auto">Po-tay-to, Po-tah-to, :-D</p>
]]></description><link>https://community.notepad-plus-plus.org/post/25226</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/25226</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Wed, 28 Jun 2017 16:37:39 GMT</pubDate></item></channel></rss>