<?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[Action on current selection]]></title><description><![CDATA[<p dir="auto">Please refer to the screenshot:</p>
<p dir="auto"><img src="/assets/uploads/files/1588767244451-78585a51-ab85-4f08-aa7f-24967c77a368-image.png" alt="78585a51-ab85-4f08-aa7f-24967c77a368-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">When I select the word “applications”, other instances get highlighted.<br />
Now, how do I perform an action on the current selection?</p>
<p dir="auto">I would imagine the following options:</p>
<ol>
<li>Create multiple cursors and allow user to edit interactively (JetBrains style)</li>
<li>Use a shortcut that replaces selection with an input.</li>
</ol>
<p dir="auto">For the second option, I have checked the “Shortcut mapper” and nothing was found.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/19364/action-on-current-selection</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 11:35:29 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/19364.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 06 May 2020 12:20:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Action on current selection on Wed, 06 May 2020 13:22:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/asvc" aria-label="Profile: asvc">@<bdi>asvc</bdi></a></p>
<p dir="auto">Security is indeed an important concern in current and future times.<br />
Perhaps you should not use Notepad++ at all, unless/until all possible holes in Notepad++ and Windows are addressed.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53554</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53554</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 06 May 2020 13:22:52 GMT</pubDate></item><item><title><![CDATA[Reply to Action on current selection on Wed, 06 May 2020 13:11:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> said in <a href="/post/53545">Action on current selection</a>:</p>
<blockquote>
<p dir="auto">Given some of your other posts, with some of your desires, this seems an inflexible position.<br />
Of course, if you’re goal is to just point out what you perceive as “deficiencies” in Notepad++, that’s fine and that’s one thing.<br />
Quite another thing is to do/use a bit of scripting and have what you want RIGHT NOW, and not have to wait (perhaps forever) for your desires to be met by stock Notepad++.<br />
As <a class="plugin-mentions-user plugin-mentions-a" href="/user/dail" aria-label="Profile: dail">@<bdi>dail</bdi></a> said, he’s been doing the “multiselect thing” that N++ currently can’t do, for YEARS with a bit of scripting.<br />
Your choice. :-)</p>
</blockquote>
<p dir="auto">Please let me explain the premise.</p>
<p dir="auto">Notepad++ is the native NT application that is using set of Win32 APIs and currently benefits from DEP/ASLR.</p>
<p dir="auto">With <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8108" rel="nofollow ugc">a bit of luck</a>, we might get GUARD:CF as well.Who knows, maybe one day Notepad++ will be running in the <a href="https://docs.microsoft.com/en-us/windows/win32/secauthz/appcontainer-isolation" rel="nofollow ugc">AppContainer</a> like Adobe Reader, MS Edge, etc.</p>
<p dir="auto">Adding full Python interpreter surely gives user a significant freedom (context of <code>stdlib</code> would be enough) but also increases attack surface which is <a href="https://github.com/bi7s/CVE/tree/master/CVE-2019-16294" rel="nofollow ugc">already large enough</a>.</p>
<p dir="auto">And as history proves, even minuscule <code>notepad.exe</code> can present some <a href="https://googleprojectzero.blogspot.com/2019/08/down-rabbit-hole.html" rel="nofollow ugc">interesting opportunities</a>…</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53553</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53553</guid><dc:creator><![CDATA[asvc]]></dc:creator><pubDate>Wed, 06 May 2020 13:11:21 GMT</pubDate></item><item><title><![CDATA[Reply to Action on current selection on Wed, 06 May 2020 12:52:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/asvc" aria-label="Profile: asvc">@<bdi>asvc</bdi></a> said in <a href="/post/53539">Action on current selection</a>:</p>
<blockquote>
<p dir="auto">it probably would be safe to assume that Scintilla was updated.</p>
</blockquote>
<p dir="auto">Yes, exactly ONCE in this timeframe, I believe.</p>
<blockquote>
<p dir="auto">I would rather not expose Python anywhere close to the text editor</p>
</blockquote>
<p dir="auto">Given some of your other posts, with some of your desires, this seems an inflexible position.<br />
Of course, if you’re goal is to just point out what you perceive as “deficiencies” in Notepad++, that’s fine and that’s one thing.<br />
Quite another thing is to do/use a bit of scripting and have what you want RIGHT NOW, and not have to wait (perhaps forever) for your desires to be met by stock Notepad++.<br />
As <a class="plugin-mentions-user plugin-mentions-a" href="/user/dail" aria-label="Profile: dail">@<bdi>dail</bdi></a> said, he’s been doing the “multiselect thing” that N++ currently can’t do, for YEARS with a bit of scripting.<br />
Your choice. :-)</p>
<blockquote>
<p dir="auto">how to get <a class="plugin-mentions-user plugin-mentions-a" href="/user/donho" aria-label="Profile: donho">@<bdi>donho</bdi></a> 's attention</p>
</blockquote>
<p dir="auto">I think some people have been wondering about this very thing for a very long time. :-)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53545</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53545</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 06 May 2020 12:52:13 GMT</pubDate></item><item><title><![CDATA[Reply to Action on current selection on Wed, 06 May 2020 12:46:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/asvc" aria-label="Profile: asvc">@<bdi>asvc</bdi></a></p>
<p dir="auto">My quote from that long ago was a bit optimistic. The functionality is added by Scintilla but it needs “wired up” so that Notepad++ can use it correctly (this is the tedious part)</p>
<p dir="auto">And as an FYI the updated scintilla doesnt really make anything new possible, it just makes it a bit more convenient. I’ve had this functionality myself in Notepad++ for quite a while using Luascript</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53543</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53543</guid><dc:creator><![CDATA[dail]]></dc:creator><pubDate>Wed, 06 May 2020 12:46:54 GMT</pubDate></item><item><title><![CDATA[Reply to Action on current selection on Wed, 06 May 2020 12:39:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> , good links. This deserves an attention:</p>
<p dir="auto"><a href="https://community.notepad-plus-plus.org/post/14265">…when Notepad++ updates to a newer version of Scintilla this capability will be built-in by default.</a></p>
<p dir="auto">Post is back from 2016. 4 years later, it probably would be safe to assume that Scintilla was updated.</p>
<p dir="auto">I see some Python suggestions, however I would rather not expose Python anywhere close to the text editor (despite the admiration for the language itself)</p>
<p dir="auto"><a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8203#issuecomment-623712205" rel="nofollow ugc">GitHub issue</a> yields some hope. Now, how to get <a class="plugin-mentions-user plugin-mentions-a" href="/user/donho" aria-label="Profile: donho">@<bdi>donho</bdi></a> 's attention to that and probably <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8203#issuecomment-624144271" rel="nofollow ugc">this post</a>? :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53539</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53539</guid><dc:creator><![CDATA[asvc]]></dc:creator><pubDate>Wed, 06 May 2020 12:39:24 GMT</pubDate></item><item><title><![CDATA[Reply to Action on current selection on Wed, 06 May 2020 12:26:25 GMT]]></title><description><![CDATA[<p dir="auto">Your <code>1</code> and <code>2</code> sound very similar to me, but you probably have something very different in mind.<br />
There are some active discussions on the “multiple cursors” and “edit interactively” aspects:</p>
<ul>
<li><a href="https://community.notepad-plus-plus.org/topic/11360/multi-selection-and-multi-edit">https://community.notepad-plus-plus.org/topic/11360/multi-selection-and-multi-edit</a></li>
<li><a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8203" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8203</a></li>
</ul>
]]></description><link>https://community.notepad-plus-plus.org/post/53537</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53537</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 06 May 2020 12:26:25 GMT</pubDate></item><item><title><![CDATA[Reply to Action on current selection on Wed, 06 May 2020 12:23:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/asvc" aria-label="Profile: asvc">@<bdi>asvc</bdi></a></p>
<p dir="auto">The light green is NOT a selection.<br />
It is an “indicator” used by the <em>Smart Highlighting</em> feature.<br />
It happens when you double-click a “word”; the original “word” is selected, but not any of the other highlighted instances.<br />
It is visual only; you can’t manipulate it.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53536</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53536</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 06 May 2020 12:23:01 GMT</pubDate></item></channel></rss>