<?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[Creating a &#x27;find in files and click&#x27; type window]]></title><description><![CDATA[<p dir="auto">Hi.</p>
<p dir="auto">There’s a notepad++ extension which hasn’t worked in a while and I thought I’d clone it and try to build it as a way of learning (specifically) how to create a console-type window (like, for instance, the result of find in files, where it gets filled with lines you can click on, taking you to the file and line in question, or the sort where you get your compile time errors when you run a build from the editor).</p>
<p dir="auto">After two days I’ve got it actually building and talking to notepad++.</p>
<p dir="auto">However, as soon as it tries to create the ‘console window’ for want of a better phrase, it crashes. At this point it is buried deep in a lot of code that has been cloned from notepad++ several years ago (about a dozen files, copyright notices around 2003-2005, including Docking.h, DockingDlgInterface.h, StaticDialog.h/cpp. Toolbar.h/cpp, …)</p>
<p dir="auto">Is it expected to have to clone those to make such a window, and if so do i need to copy even more of the notepad++ code, or is there an API that I should be using (I’ve failed to find this, but it is quite possible I’m looking in completely the wrong place)</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/24859/creating-a-find-in-files-and-click-type-window</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 16:52:35 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/24859.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 26 Aug 2023 11:25:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Creating a &#x27;find in files and click&#x27; type window on Sun, 27 Aug 2023 10:38:57 GMT]]></title><description><![CDATA[<p dir="auto">I think the source of the confusion is the <a href="https://github.com/npp-plugins/plugintemplate/blob/d6f55e06cf3a614f14f8847cc27c3883fc16f881/src/DockingFeature/DockingDlgInterface.h#L2" rel="nofollow ugc">outdated copyright notice</a>, e.g.,</p>
<pre><code class="language-cpp">// This file is part of Notepad++ project
// Copyright (C)2006 Jens Lorenz &lt;jens.plugin.npp@gmx.de&gt;
// . . .
</code></pre>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/10071">@ThosRTanner</a>, just look at the git history and you’ll see that these files are not actually 17 years old.</p>
<pre><code class="language-text">git clone https://github.com/npp-plugins/plugintemplate.git
cd plugintemplate
git log -p -- src/DockingFeature/*.h
</code></pre>
]]></description><link>https://community.notepad-plus-plus.org/post/88906</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88906</guid><dc:creator><![CDATA[rdipardo]]></dc:creator><pubDate>Sun, 27 Aug 2023 10:38:57 GMT</pubDate></item><item><title><![CDATA[Reply to Creating a &#x27;find in files and click&#x27; type window on Sun, 27 Aug 2023 06:32:10 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> Not sure how I can be more specific than mentioning the files in question that were apparently cloned.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/88905</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88905</guid><dc:creator><![CDATA[ThosRTanner]]></dc:creator><pubDate>Sun, 27 Aug 2023 06:32:10 GMT</pubDate></item><item><title><![CDATA[Reply to Creating a &#x27;find in files and click&#x27; type window on Sat, 26 Aug 2023 19:51:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/10071">@ThosRTanner</a> said in <a href="/post/88893">Creating a ‘find in files and click’ type window</a>:</p>
<blockquote>
<p dir="auto">There’s a notepad++ extension which hasn’t worked in a while and I thought I’d clone it</p>
</blockquote>
<p dir="auto">It also might have helped if you’d specified the name of this mysterious plugin.  Someone with knowledge of that plugin might have chimed in.  But as it is, and has been pointed out, your posting is filled with vague statements and little specifics, which is a bad thing when you are asking for assistance.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/88898</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88898</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sat, 26 Aug 2023 19:51:35 GMT</pubDate></item><item><title><![CDATA[Reply to Creating a &#x27;find in files and click&#x27; type window on Sat, 26 Aug 2023 16:38:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/5329">@mkupper</a> I’m just trying to build it so I can get an example of how the code works. I was trying to find out why it had what appeared to be files copied from inside notepad. Which <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a> has sorted.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/88897</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88897</guid><dc:creator><![CDATA[ThosRTanner]]></dc:creator><pubDate>Sat, 26 Aug 2023 16:38:58 GMT</pubDate></item><item><title><![CDATA[Reply to Creating a &#x27;find in files and click&#x27; type window on Sat, 26 Aug 2023 16:16:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a> Thank you!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/88896</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88896</guid><dc:creator><![CDATA[ThosRTanner]]></dc:creator><pubDate>Sat, 26 Aug 2023 16:16:29 GMT</pubDate></item><item><title><![CDATA[Reply to Creating a &#x27;find in files and click&#x27; type window on Sat, 26 Aug 2023 16:01:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/10071">@ThosRTanner</a> said in <a href="/post/88893">Creating a ‘find in files and click’ type window</a>:</p>
<blockquote>
<p dir="auto">buried deep in a lot of code that has been cloned from notepad++ several years ago (about a dozen files, copyright notices around 2003-2005, including Docking.h, DockingDlgInterface.h, StaticDialog.h/cpp. Toolbar.h/cpp, …)</p>
</blockquote>
<p dir="auto">Those aren’t from the core Notepad++ codebase.  Those are from the Plugin Template.  To be compatible with modern Notepad++, you should grab the most recent, from <a href="https://github.com/npp-plugins/plugintemplate/tree/master/src/DockingFeature" rel="nofollow ugc">https://github.com/npp-plugins/plugintemplate/tree/master/src/DockingFeature</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/88895</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88895</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Sat, 26 Aug 2023 16:01:03 GMT</pubDate></item><item><title><![CDATA[Reply to Creating a &#x27;find in files and click&#x27; type window on Sat, 26 Aug 2023 15:44:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/10071">@ThosRTanner</a> - Your message is vague as to what you are trying to do and what is not working. I don’t think anyone can offer specific advice.</p>
<p dir="auto">One thought I had was to download the portable versions of various old versions of Notepad++, copy your plugin files into those and to verify that the plugin works as expected in various older versions and does not work in various newer versions.  You start the older versions using the <code>-multiInst</code> command line option to make sure you are running that .exe.</p>
<p dir="auto">The first goal of this test is to verify that the plugin works on your computer with older versions. The second goal is to determine at which point in the Notepad++ versions the plugin broke.</p>
<p dir="auto">If you can, report specifics such as for example, that the plugin is confirmed to work with Notepad++ v8.5.2 and does not work with v8.5.3, then you are much more likely to get specific advice on what you should look at in the code for the plugin.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/88894</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88894</guid><dc:creator><![CDATA[mkupper]]></dc:creator><pubDate>Sat, 26 Aug 2023 15:44:32 GMT</pubDate></item></channel></rss>