<?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[Undo a change made in the source-files between v6.5.4 and v6.7]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">When NPP 6.7 came out I updated to it from v6.5.4.<br />
Somewhere between those version a change in the source-files introduced the following bug:</p>
<p dir="auto">Left-click in the Line-Margin (the line is selected).<br />
Right-click in the same spot.</p>
<p dir="auto">Result:<br />
In v6.5.4 the Edit commands in the context-menu are available.<br />
From v6.7 the line is deselected and, as a consequence, the Edit commands are not available.</p>
<p dir="auto">I filed a bug at the time but, so far, it hasn’t been addressed.<br />
This is important to my workflow and I’d like to change it myself.</p>
<p dir="auto">I’d appreciate your help finding the culprit. :)</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/11513/undo-a-change-made-in-the-source-files-between-v6-5-4-and-v6-7</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 00:35:29 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/11513.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Mar 2016 22:29:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Undo a change made in the source-files between v6.5.4 and v6.7 on Tue, 29 Mar 2016 00:59:50 GMT]]></title><description><![CDATA[<p dir="auto">Hello Claudia,</p>
<p dir="auto">Great.<br />
Many thanks again. I do appreciate it.</p>
<p dir="auto">Best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/14991</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/14991</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Tue, 29 Mar 2016 00:59:50 GMT</pubDate></item><item><title><![CDATA[Reply to Undo a change made in the source-files between v6.5.4 and v6.7 on Tue, 29 Mar 2016 00:44:31 GMT]]></title><description><![CDATA[<p dir="auto">Hi Yaron,</p>
<blockquote>
<p dir="auto">Can you think of any possible downsides (i.e. functionalities which might break as a result of the change)?</p>
</blockquote>
<p dir="auto">Hmmm, no, not really. The code is as follows</p>
<pre><code>	case WM_RBUTTONDOWN:
		::SetFocus(MainHWND());
		if (!PointInSelection(Point::FromLong(static_cast&lt;long&gt;(lParam)))) {
			CancelModes();
			// SetEmptySelection(PositionFromLocation(Point::FromLong(static_cast&lt;long&gt;(lParam))));
		}
		break;
</code></pre>
<p dir="auto">So the only thing we do is to prevent scintilla from calling SetEmptySelection,<br />
which itself does just some basic stuff like clearing selection and other related calls.</p>
<p dir="auto">You know, I’m a c++ noop so I might be wrong, but tbh, I would be very surprised if this change<br />
causes some problems.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/14990</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/14990</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Tue, 29 Mar 2016 00:44:31 GMT</pubDate></item><item><title><![CDATA[Reply to Undo a change made in the source-files between v6.5.4 and v6.7 on Tue, 29 Mar 2016 00:27:15 GMT]]></title><description><![CDATA[<p dir="auto">Hello Claudia,</p>
<p dir="auto">That’s a Faberge Easter egg!<br />
Thank you so much. Your intelligence and kindness are unique.</p>
<p dir="auto">Can you think of any possible downsides (i.e. functionalities which might break as a result of the change)?</p>
<p dir="auto">Best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/14988</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/14988</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Tue, 29 Mar 2016 00:27:15 GMT</pubDate></item><item><title><![CDATA[Reply to Undo a change made in the source-files between v6.5.4 and v6.7 on Mon, 28 Mar 2016 23:40:40 GMT]]></title><description><![CDATA[<p dir="auto">Hi Yaron,</p>
<p dir="auto">file is <a href="https://dropfile.to/LduE1" rel="nofollow ugc">here</a> for the next 23 hours.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/14986</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/14986</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Mon, 28 Mar 2016 23:40:40 GMT</pubDate></item><item><title><![CDATA[Reply to Undo a change made in the source-files between v6.5.4 and v6.7 on Mon, 28 Mar 2016 23:01:59 GMT]]></title><description><![CDATA[<p dir="auto">Hello Claudia,</p>
<p dir="auto">Thank you for your kind words and attitude.</p>
<p dir="auto">Being a straight man, I’m spared the fear of unknowingly communicating with a husband.<br />
Being a bachelor, I don’t have to worry about a wife either. :)<br />
But this screen-to-screen world is indeed uncertain.<br />
I did not ignore your first name; for a reason which undoubtedly deserves some further analysis, my assumption as to your gender was wrong. :)</p>
<hr />
<p dir="auto">Allow me to thank you again for your invaluable help.<br />
May I ask it yet again?<br />
As I probably won’t make any further changes in the Scintilla source code, would you be kind enough to upload the modified SciLexer.dll?<br />
I’d be truly grateful.</p>
<p dir="auto">Best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/14984</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/14984</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Mon, 28 Mar 2016 23:01:59 GMT</pubDate></item><item><title><![CDATA[Reply to Undo a change made in the source-files between v6.5.4 and v6.7 on Mon, 28 Mar 2016 17:36:55 GMT]]></title><description><![CDATA[<p dir="auto">Hi Yaron,</p>
<blockquote>
<p dir="auto">The worse prejudice on my part is that in spite of your first name I assumed I was<br />
corresponding with a man.</p>
</blockquote>
<p dir="auto">??? - I don’t get the meaning of it. Did you simply ignore my first name or did you<br />
think I’m a man using a female name? Of course, you cannot be sure who your counterpart<br />
is, it might be that even your husband is communicating with you and you don’t realize it ;-)</p>
<blockquote>
<p dir="auto">Claudia, women of the world (unite!) - please forgive me.</p>
</blockquote>
<p dir="auto">Why? Even if you thought I’m a man hidding its real name - how should you know.<br />
There is nothing to forgive as you are always decent.</p>
<blockquote>
<p dir="auto">From now on it’s Shirley Holmes!</p>
</blockquote>
<p dir="auto">:-) - That’s really too much.</p>
<blockquote>
<p dir="auto">How do I rebuilt Scintilla?<br />
Should I open SciLexer.vcxproj in scintilla\win32?</p>
</blockquote>
<p dir="auto">I always use nmake to built scintilla as described <a href="https://github.com/notepad-plus-plus/notepad-plus-plus" rel="nofollow ugc">here</a>.<br />
You need to download boost, built the librarys and then built scintilla.<br />
Of course, this commands need to be executed from within the developer command prompt.<br />
(…Microsoft Visual Studio 12.0\Common7\Tools\Shortcuts..)</p>
<blockquote>
<p dir="auto">And then, rebuild NPP?</p>
</blockquote>
<p dir="auto">No, not needed. Just copy over the new created SciLexer.dll</p>
<p dir="auto">Cheers Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/14965</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/14965</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Mon, 28 Mar 2016 17:36:55 GMT</pubDate></item><item><title><![CDATA[Reply to Undo a change made in the source-files between v6.5.4 and v6.7 on Sun, 27 Mar 2016 22:01:22 GMT]]></title><description><![CDATA[<p dir="auto">Hello Claudia,</p>
<p dir="auto">The worse prejudice on my part is that in spite of your first name I assumed I was corresponding with a man.<br />
Claudia, women of the world (unite!) - please forgive me.<br />
From now on it’s Shirley Holmes!</p>
<p dir="auto">Thank you so much for the delicious Easter Egg.<br />
May I ask you to help me open it? :)</p>
<p dir="auto">How do I rebuilt Scintilla?<br />
Should I open SciLexer.vcxproj in scintilla\win32?<br />
And then, rebuild NPP?</p>
<p dir="auto">Best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/14949</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/14949</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Sun, 27 Mar 2016 22:01:22 GMT</pubDate></item><item><title><![CDATA[Reply to Undo a change made in the source-files between v6.5.4 and v6.7 on Sun, 27 Mar 2016 02:02:25 GMT]]></title><description><![CDATA[<p dir="auto">Hello Yaron,</p>
<p dir="auto">I guess you’ve heard about that prejudice that women are curious, haven’t you?<br />
Well, sometimes this is good, especially for you at the moment ;-)</p>
<p dir="auto">My easter egg for you is called …\scintilla\win32\ScintillaWin.cxx<br />
and the line in question is 1370</p>
<pre><code>	case WM_RBUTTONDOWN:
		::SetFocus(MainHWND());
		if (!PointInSelection(Point::FromLong(static_cast&lt;long&gt;(lParam)))) {
			CancelModes();
			// SetEmptySelection(PositionFromLocation(Point::FromLong(static_cast&lt;long&gt;(lParam))));
		}
		break;
</code></pre>
<p dir="auto">if commented, and scintilla has been rebuild your left/right-click works again.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/14941</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/14941</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Sun, 27 Mar 2016 02:02:25 GMT</pubDate></item><item><title><![CDATA[Reply to Undo a change made in the source-files between v6.5.4 and v6.7 on Sat, 26 Mar 2016 00:34:17 GMT]]></title><description><![CDATA[<p dir="auto">Hello Claudia,</p>
<p dir="auto">Thank you so much. I appreciate your time, patience and perseverance.<br />
Best of luck.</p>
<p dir="auto">Thanks also for the triple-click tip.</p>
<p dir="auto">I wish you a Happy Easter and a nice weekend. :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/14931</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/14931</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Sat, 26 Mar 2016 00:34:17 GMT</pubDate></item><item><title><![CDATA[Reply to Undo a change made in the source-files between v6.5.4 and v6.7 on Fri, 25 Mar 2016 23:46:20 GMT]]></title><description><![CDATA[<p dir="auto">Yaron,</p>
<p dir="auto">just to be sure - you know that a triple click selects the whole line, don’t you?<br />
It needs to getting used to it but maybe a solution.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/14930</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/14930</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Fri, 25 Mar 2016 23:46:20 GMT</pubDate></item><item><title><![CDATA[Reply to Undo a change made in the source-files between v6.5.4 and v6.7 on Fri, 25 Mar 2016 23:27:30 GMT]]></title><description><![CDATA[<p dir="auto">Hello Yaron,</p>
<p dir="auto">today I have download the scintilla repository and I try starting to understand what or how scintilla handles this.<br />
I’m not convinced anymore that only new scintilla component has been broken your favourite feature<br />
because the context menu layout used/defined by scintilla is different to what we see in npp.</p>
<p dir="auto">As it is Easter I guess I won’t get a chance to look into it until tuesday next week.</p>
<p dir="auto">So, if you celebrate it happy easter otherwise happy weekend ;-)</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/14929</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/14929</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Fri, 25 Mar 2016 23:27:30 GMT</pubDate></item><item><title><![CDATA[Reply to Undo a change made in the source-files between v6.5.4 and v6.7 on Fri, 25 Mar 2016 02:03:40 GMT]]></title><description><![CDATA[<p dir="auto">Hello Claudia,</p>
<p dir="auto">As always I’m impressed by the way you find the root of the problem before I even have time to say Jack Robinson. Or even blink!<br />
I’ll spare you your nickname this time. :)</p>
<p dir="auto">Thank you very much. I really appreciate it.</p>
<p dir="auto">And have a good sleep…</p>
<p dir="auto">Best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/14909</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/14909</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Fri, 25 Mar 2016 02:03:40 GMT</pubDate></item><item><title><![CDATA[Reply to Undo a change made in the source-files between v6.5.4 and v6.7 on Fri, 25 Mar 2016 01:42:25 GMT]]></title><description><![CDATA[<p dir="auto">Hello Yaron,</p>
<p dir="auto">seems not to be an easy one.<br />
a) the line margin isn’t set as sensitive therefore there is no notification sent when clicking on it.<br />
b) when setting sensitive - notification is sent but now margin click doesn’t select line anymore<br />
c) right click is ignored at all - no notification sent</p>
<p dir="auto">Hmm … I guess I need to sleep on it …</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/14906</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/14906</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Fri, 25 Mar 2016 01:42:25 GMT</pubDate></item><item><title><![CDATA[Reply to Undo a change made in the source-files between v6.5.4 and v6.7 on Fri, 25 Mar 2016 01:19:59 GMT]]></title><description><![CDATA[<p dir="auto">Hello Yaron,</p>
<p dir="auto">it looks like that this has been introduced with updated scintilla control.<br />
See <a href="https://sourceforge.net/p/scintilla/feature-requests/1080/" rel="nofollow ugc">here</a>.</p>
<p dir="auto"><em>Right clicks are about the object being pointed at.</em><br />
<em>Right click over selection retains selection and displays context menu for that selection.</em><br />
<em>Right click outside selection moves selection there and then displays corresponding context menu.</em><br />
<em>This issue has been discussed and the behaviour changed several times before reaching the current consensus.</em></p>
<p dir="auto">So I assume it needs new code to revert it. You made me curious how this could be achieved. Let’s see.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/14902</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/14902</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Fri, 25 Mar 2016 01:19:59 GMT</pubDate></item><item><title><![CDATA[Reply to Undo a change made in the source-files between v6.5.4 and v6.7 on Fri, 25 Mar 2016 00:44:16 GMT]]></title><description><![CDATA[<p dir="auto">Hello Claudia,</p>
<p dir="auto">Thanks for testing and replying. I appreciate that.</p>
<p dir="auto">If I remember correctly the problem does not occur if the Spell Checker plugin is installed and its items appear in the context-menu.</p>
<p dir="auto">I’ve just downloaded a new portable NPP v6.9 (which doesn’t include the Spell Checker) and there it is.<br />
Also, please select <em>one line only</em> by clicking its number in the Line-Margin.</p>
<p dir="auto">EDIT:<br />
The context-menu does show but “Copy” etc. is disabled.</p>
<p dir="auto">Best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/14901</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/14901</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Fri, 25 Mar 2016 00:44:16 GMT</pubDate></item><item><title><![CDATA[Reply to Undo a change made in the source-files between v6.5.4 and v6.7 on Thu, 24 Mar 2016 23:15:34 GMT]]></title><description><![CDATA[<p dir="auto">Hi Yaron,</p>
<p dir="auto">we talk about the conext menu do we?<br />
If so, I still get it poped up when right clicking. Tested with 6.7 and worked as well.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/14898</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/14898</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Thu, 24 Mar 2016 23:15:34 GMT</pubDate></item></channel></rss>