<?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[Search Result Window No Longer Opens]]></title><description><![CDATA[<p dir="auto">After many months of working flawlessly, the search results window has suddenly stopped opening after a search completes. I tried the F7 option on the Search Menu, without success. I don’t see any evidence that the window is open anywhere. I de-installed the 64-bit version of NP++ &amp; installed the 32-bit version.  No effect. Still can’t see any search results. I don’t see a log file anywhere that would give a clue to what’s happening.</p>
<p dir="auto">I usually get about 4,000 lines in the search results window (have been doing this successfully for many months). I’m running NP++ 7.8.2, 32-bit version, on Windows 10.</p>
<p dir="auto">Help!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/18740/search-result-window-no-longer-opens</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 07:53:30 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/18740.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Jan 2020 20:56:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Search Result Window No Longer Opens on Sun, 12 Jan 2020 12:38:45 GMT]]></title><description><![CDATA[<p dir="auto">Hi, <a class="plugin-mentions-user plugin-mentions-a" href="/user/sylvester-bullitt" aria-label="Profile: sylvester-bullitt">@<bdi>sylvester-bullitt</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: peterjones">@<bdi>peterjones</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: alan-kilborn">@<bdi>alan-kilborn</bdi></a> and <strong>All</strong>,</p>
<p dir="auto">OMG ! I just forgot this <strong>trivial</strong> but simple method. Thus, <strong>whatever</strong> the contents of the <strong><code>&lt;GUIConfig name ..... &lt;/GUIConfig&gt;</code></strong> section :</p>
<pre><code class="language-xml">        &lt;GUIConfig name="DockingManager" leftWidth="L" rightWidth="R" topHeight="T" bottomHeight="B"&gt;
            .....
            .....
            .....
            .....
        &lt;/GUIConfig&gt;
</code></pre>
<ul>
<li>
<p dir="auto">Open your <strong>active</strong> <strong><code>config.xml</code></strong> file, with <strong>Microsoft notepad</strong> ( Do <strong>NOT</strong> use Notepad++ )</p>
</li>
<li>
<p dir="auto"><strong>Delete all</strong> the lines in <strong>between</strong></p>
</li>
<li>
<p dir="auto">Change the <strong><code>4</code></strong> <strong>dimension</strong> attributes, <strong>L</strong>, <strong>R</strong>, <strong>T</strong> and <strong>B</strong>, to the value <strong><code>200</code></strong>, giving, simply :</p>
</li>
</ul>
<pre><code class="language-xml">        &lt;GUIConfig name="DockingManager" leftWidth="200" rightWidth="200" topHeight="200" bottomHeight="200"&gt;
        &lt;/GUIConfig&gt;
</code></pre>
<ul>
<li>
<p dir="auto"><strong>Save</strong> the modifications of the <strong><code>Config.xml</code></strong> file</p>
</li>
<li>
<p dir="auto"><strong>Restart</strong> Notepad++</p>
</li>
</ul>
<p dir="auto">That’s <strong>all</strong>. Et voilà !</p>
<p dir="auto"><strong>Remark</strong> : of course, this <strong>basic</strong> method hides <strong>all</strong> your <strong>previous visible</strong> panels, as well !</p>
<p dir="auto">Cheers,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/49815</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49815</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sun, 12 Jan 2020 12:38:45 GMT</pubDate></item><item><title><![CDATA[Reply to Search Result Window No Longer Opens on Sun, 12 Jan 2020 11:49:59 GMT]]></title><description><![CDATA[<p dir="auto">Hi, <a class="plugin-mentions-user plugin-mentions-a" href="/user/sylvester-bullitt" aria-label="Profile: sylvester-bullitt">@<bdi>sylvester-bullitt</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: peterjones">@<bdi>peterjones</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: alan-kilborn">@<bdi>alan-kilborn</bdi></a> and <strong>All</strong>,</p>
<p dir="auto">Thank you , <strong>Alan</strong>, for your <strong>kind</strong> words !</p>
<p dir="auto">I, now, realize that , in order to, both :</p>
<ul>
<li>
<p dir="auto">Get a <strong>docked</strong> <strong><code>Find result</code></strong> panel to the <strong>bottom</strong> edge of the screen</p>
</li>
<li>
<p dir="auto">Get a <strong>visible</strong> undocked <strong><code>Find result</code></strong> panel, in case of <strong>double</strong>-click on <strong><code>Find result</code></strong> title panel</p>
</li>
</ul>
<p dir="auto">we just have to follow the instructions, given for <strong>each</strong> solution !</p>
<hr />
<p dir="auto">Now, here is <strong>general</strong> method to clear up all the <strong><code>&lt;GUIConfig name ..... &lt;/GUIConfig&gt;</code></strong> section. Note that this method :</p>
<ul>
<li>
<p dir="auto">Docks the <strong><code>Find Result</code></strong> panel to the <strong>bottom</strong> edge of the screen</p>
</li>
<li>
<p dir="auto">Changes location and dimensions of the <strong>undocked</strong> <strong><code>Find Result</code></strong> panel to <strong>sensible</strong> values</p>
</li>
<li>
<p dir="auto">Preserves all <strong>visible</strong> panels of the <strong>current</strong> N++ session</p>
</li>
</ul>
<hr />
<ul>
<li>
<p dir="auto"><strong>A</strong> Delete all <strong><code>&lt;PluginDlg .... isVisible="</code>no<code>" /&gt;</code></strong> elements</p>
</li>
<li>
<p dir="auto"><strong>B</strong> Change the <strong><code>&lt;PluginDlg .... id="</code>0<code>" curr="</code>N<code>" prev="3" .... /&gt;</code></strong> element as <strong><code>&lt;PluginDlg .... id="</code>0<code>" curr="3" prev="4" .... /&gt;</code></strong></p>
</li>
<li>
<p dir="auto"><strong>C</strong> Note all the values <strong>N1</strong>, <strong>N2</strong>,… ,<strong>above</strong> <strong><code>4</code></strong>, of the <strong><code>curr</code></strong> attibute of the <strong>remaining</strong> <strong><code>&lt;PluginDlg .... /&gt;</code></strong> elements</p>
</li>
<li>
<p dir="auto"><strong>D</strong> Delete all <strong><code>&lt;FloatingWindow cont="</code>N<code>" .... /&gt;</code></strong> elements, if <strong>N</strong> is <strong>absent</strong> from set <strong><code>{N1, N2, ... Nn }</code></strong> AND <strong>greater</strong> than <strong><code>4</code></strong></p>
</li>
<li>
<p dir="auto"><strong>E</strong> Delete all <strong><code>&lt;ActiveTabs cont="</code>N<code>" .... /&gt;</code></strong> elements, if <strong>N</strong> is <strong>absent</strong> from set <strong><code>{N1, N2, ... Nn}</code></strong> AND <strong>greater</strong> than <strong><code>4</code></strong></p>
</li>
<li>
<p dir="auto"><strong>F</strong> Keeps only <strong>ONE</strong> element <strong><code>&lt;FloatingWindow cont="</code>4<code>" .... /&gt;</code></strong> and <strong>delete all</strong> others <strong>similar</strong> elements, if any</p>
</li>
<li>
<p dir="auto"><strong>G</strong> Change the <strong>unique</strong> line <strong><code>&lt;FloatingWindow cont="4" x="</code>X<code>" y="</code>Y<code>" width="</code>W<code>" height="</code>H<code>" /&gt;</code></strong> as <strong><code>&lt;FloatingWindow cont="4" x="250" y="250" width="700" height="500" /&gt;</code></strong> ( <strong>Empiric</strong> values ! )</p>
</li>
<li>
<p dir="auto"><strong>H</strong> Change the value <strong>M</strong>, in elements <strong><code>&lt;ActiveTabs cont="</code>N<code>" activeTab="</code>M<code>" /&gt;</code></strong>, in order to represent the <strong>number</strong> of the elements <strong><code>&lt;PluginDlg .... curr = </code>N<code> ....</code></strong> **, minus <strong><code>1</code></strong> unit</p>
</li>
<li>
<p dir="auto"><strong>Save</strong> all the modifications of the <strong><code>config.xml</code></strong> <strong>configuration</strong> file</p>
</li>
</ul>
<hr />
<p dir="auto"><strong>One</strong> example : Let’s suppose this <strong>initial</strong> <strong><code>&lt;GUIConfig name ..... &lt;/GUIConfig&gt;</code></strong> section, below :</p>
<pre><code class="language-xml">        &lt;GUIConfig name="DockingManager" leftWidth="200" rightWidth="168" topHeight="200" bottomHeight="124"&gt;
            &lt;FloatingWindow cont="4" x="257" y="440" width="916" height="686" /&gt;
            &lt;FloatingWindow cont="5" x="161" y="206" width="761" height="606" /&gt;
            &lt;FloatingWindow cont="6" x="44" y="391" width="263" height="942" /&gt;
            &lt;FloatingWindow cont="4" x="289" y="614" width="948" height="860" /&gt;
            &lt;FloatingWindow cont="7" x="705" y="766" width="734" height="814" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="42051" curr="1" prev="-1" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="44085" curr="1" prev="-1" isVisible="no" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="42052" curr="1" prev="-1" isVisible="no" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="44080" curr="3" prev="4" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="44084" curr="5" prev="3" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="44081" curr="6" prev="3" isVisible="no" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="0" curr="7" prev="3" isVisible="yes" /&gt;
            &lt;ActiveTabs cont="0" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="1" activeTab="0" /&gt;
            &lt;ActiveTabs cont="2" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="3" activeTab="0" /&gt;
            &lt;ActiveTabs cont="4" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="5" activeTab="0" /&gt;
            &lt;ActiveTabs cont="6" activeTab="-1" /&gt;
        &lt;/GUIConfig&gt;
</code></pre>
<p dir="auto">After action <strong>A</strong>, we get :</p>
<pre><code class="language-xml">        &lt;GUIConfig name="DockingManager" leftWidth="200" rightWidth="168" topHeight="200" bottomHeight="124"&gt;
            &lt;FloatingWindow cont="4" x="257" y="440" width="916" height="686" /&gt;
            &lt;FloatingWindow cont="5" x="161" y="206" width="761" height="606" /&gt;
            &lt;FloatingWindow cont="6" x="44" y="391" width="263" height="942" /&gt;
            &lt;FloatingWindow cont="4" x="289" y="614" width="948" height="860" /&gt;
            &lt;FloatingWindow cont="7" x="705" y="766" width="734" height="814" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="42051" curr="1" prev="-1" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="44080" curr="3" prev="4" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="44084" curr="5" prev="3" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="0" curr="7" prev="3" isVisible="yes" /&gt;
            &lt;ActiveTabs cont="0" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="1" activeTab="0" /&gt;
            &lt;ActiveTabs cont="2" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="3" activeTab="0" /&gt;
            &lt;ActiveTabs cont="4" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="5" activeTab="0" /&gt;
            &lt;ActiveTabs cont="6" activeTab="-1" /&gt;
        &lt;/GUIConfig&gt;
</code></pre>
<p dir="auto">After action <strong>B</strong>, we get :</p>
<pre><code class="language-xml">        &lt;GUIConfig name="DockingManager" leftWidth="200" rightWidth="168" topHeight="200" bottomHeight="124"&gt;
            &lt;FloatingWindow cont="4" x="257" y="440" width="916" height="686" /&gt;
            &lt;FloatingWindow cont="5" x="161" y="206" width="761" height="606" /&gt;
            &lt;FloatingWindow cont="6" x="44" y="391" width="263" height="942" /&gt;
            &lt;FloatingWindow cont="4" x="289" y="614" width="948" height="860" /&gt;
            &lt;FloatingWindow cont="7" x="705" y="766" width="734" height="814" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="42051" curr="1" prev="-1" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="44080" curr="3" prev="4" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="44084" curr="5" prev="3" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="0" curr="3" prev="4" isVisible="yes" /&gt;
            &lt;ActiveTabs cont="0" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="1" activeTab="0" /&gt;
            &lt;ActiveTabs cont="2" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="3" activeTab="0" /&gt;
            &lt;ActiveTabs cont="4" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="5" activeTab="0" /&gt;
            &lt;ActiveTabs cont="6" activeTab="-1" /&gt;
        &lt;/GUIConfig&gt;
</code></pre>
<p dir="auto">After action <strong>C</strong>, the set of values, greater than <strong><code>4</code></strong>, of the <strong>remaining</strong> <strong><code>curr</code></strong> attributes, is only <strong><code>{5}</code></strong>. So, if a <strong><code>cont</code></strong> attribute of an element is <strong>greater</strong> than <strong><code>4</code></strong> and <strong>different</strong> from <strong><code>5</code></strong>, it must be <strong>deleted</strong></p>
<p dir="auto">Thus, after action <strong>D</strong>, we get :</p>
<pre><code class="language-xml">        &lt;GUIConfig name="DockingManager" leftWidth="200" rightWidth="168" topHeight="200" bottomHeight="124"&gt;
            &lt;FloatingWindow cont="4" x="257" y="440" width="916" height="686" /&gt;
            &lt;FloatingWindow cont="5" x="161" y="206" width="761" height="606" /&gt;
            &lt;FloatingWindow cont="4" x="289" y="614" width="948" height="860" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="42051" curr="1" prev="-1" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="44080" curr="3" prev="4" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="44084" curr="5" prev="3" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="0" curr="3" prev="4" isVisible="yes" /&gt;
            &lt;ActiveTabs cont="0" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="1" activeTab="0" /&gt;
            &lt;ActiveTabs cont="2" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="3" activeTab="0" /&gt;
            &lt;ActiveTabs cont="4" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="5" activeTab="0" /&gt;
            &lt;ActiveTabs cont="6" activeTab="-1" /&gt;
        &lt;/GUIConfig&gt;
</code></pre>
<p dir="auto">And, after action <strong>E</strong>, we get :</p>
<pre><code class="language-xml">        &lt;GUIConfig name="DockingManager" leftWidth="200" rightWidth="168" topHeight="200" bottomHeight="124"&gt;
            &lt;FloatingWindow cont="4" x="257" y="440" width="916" height="686" /&gt;
            &lt;FloatingWindow cont="5" x="161" y="206" width="761" height="606" /&gt;
            &lt;FloatingWindow cont="4" x="289" y="614" width="948" height="860" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="42051" curr="1" prev="-1" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="44080" curr="3" prev="4" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="44084" curr="5" prev="3" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="0" curr="3" prev="4" isVisible="yes" /&gt;
            &lt;ActiveTabs cont="0" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="1" activeTab="0" /&gt;
            &lt;ActiveTabs cont="2" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="3" activeTab="0" /&gt;
            &lt;ActiveTabs cont="4" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="5" activeTab="0" /&gt;
        &lt;/GUIConfig&gt;
</code></pre>
<p dir="auto">After action <strong>F</strong>, we get :</p>
<pre><code class="language-xml">        &lt;GUIConfig name="DockingManager" leftWidth="200" rightWidth="168" topHeight="200" bottomHeight="124"&gt;
            &lt;FloatingWindow cont="4" x="257" y="440" width="916" height="686" /&gt;
            &lt;FloatingWindow cont="5" x="161" y="206" width="761" height="606" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="42051" curr="1" prev="-1" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="44080" curr="3" prev="4" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="44084" curr="5" prev="3" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="0" curr="3" prev="4" isVisible="yes" /&gt;
            &lt;ActiveTabs cont="0" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="1" activeTab="0" /&gt;
            &lt;ActiveTabs cont="2" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="3" activeTab="0" /&gt;
            &lt;ActiveTabs cont="4" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="5" activeTab="0" /&gt;
        &lt;/GUIConfig&gt;
</code></pre>
<p dir="auto">After action <strong>G</strong>, we get :</p>
<pre><code class="language-xml">        &lt;GUIConfig name="DockingManager" leftWidth="200" rightWidth="168" topHeight="200" bottomHeight="124"&gt;
            &lt;FloatingWindow cont="4" x="250" y="250" width="700" height="500" /&gt;
            &lt;FloatingWindow cont="5" x="161" y="206" width="761" height="606" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="42051" curr="1" prev="-1" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="44080" curr="3" prev="4" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="44084" curr="5" prev="3" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="0" curr="3" prev="4" isVisible="yes" /&gt;
            &lt;ActiveTabs cont="0" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="1" activeTab="0" /&gt;
            &lt;ActiveTabs cont="2" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="3" activeTab="0" /&gt;
            &lt;ActiveTabs cont="4" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="5" activeTab="0" /&gt;
        &lt;/GUIConfig&gt;
</code></pre>
<p dir="auto">Finally, as it remains :</p>
<ul>
<li><strong>0</strong> element <strong><code>&lt;PluginDlg .... /&gt;</code></strong>, with <strong><code>curr="0"</code></strong> ( docked to the <strong>left</strong> edge ) =&gt; <strong>M</strong> = <strong><code>- 1</code></strong></li>
<li><strong>1</strong> element <strong><code>&lt;PluginDlg .... /&gt;</code></strong>, with <strong><code>curr="1"</code></strong> ( docked to the <strong>right</strong> edge ) =&gt; <strong>M</strong> = <strong><code>0</code></strong></li>
<li><strong>0</strong> element <strong><code>&lt;PluginDlg .... /&gt;</code></strong>, with <strong><code>curr="2"</code></strong> ( docked to the <strong>top</strong> edge ) =&gt; <strong>M</strong> = <strong><code>-1</code></strong></li>
<li><strong>2</strong> elements <strong><code>&lt;PluginDlg .... /&gt;</code></strong>, with <strong><code>curr="3"</code></strong> ( docked to the <strong>bottom</strong> edge ) =&gt; <strong>M</strong> = <strong><code>1</code></strong></li>
<li><strong>0</strong> element <strong><code>&lt;PluginDlg .... /&gt;</code></strong>, with <strong><code>curr="4"</code></strong> ( <strong>undocked</strong> windows ) =&gt; <strong>M</strong> = <strong><code>-1</code></strong></li>
<li><strong>1</strong> element <strong><code>&lt;PluginDlg .... /&gt;</code></strong>, with <strong><code>curr="5"</code></strong> ( <strong>undocked</strong> windows ) =&gt; <strong>M</strong> = <strong><code>0</code></strong></li>
</ul>
<p dir="auto">So, after action <strong>H</strong>, changing some <strong><code>&lt;ActiveTabs .... /&gt;</code></strong> elements, we get the <strong>updated</strong> section, below :</p>
<pre><code class="language-xml">        &lt;GUIConfig name="DockingManager" leftWidth="200" rightWidth="168" topHeight="200" bottomHeight="124"&gt;
            &lt;FloatingWindow cont="4" x="250" y="250" width="700" height="500" /&gt;
            &lt;FloatingWindow cont="5" x="161" y="206" width="761" height="606" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="42051" curr="1" prev="-1" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="44080" curr="3" prev="4" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="44084" curr="5" prev="3" isVisible="yes" /&gt;
            &lt;PluginDlg pluginName="Notepad++::InternalFunction" id="0" curr="3" prev="4" isVisible="yes" /&gt;
            &lt;ActiveTabs cont="0" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="1" activeTab="0" /&gt;
            &lt;ActiveTabs cont="2" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="3" activeTab="1" /&gt;
            &lt;ActiveTabs cont="4" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="5" activeTab="0" /&gt;
        &lt;/GUIConfig&gt;
</code></pre>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
<p dir="auto"><strong>P.S.</strong> :</p>
<p dir="auto">You may, either, harmonize the <strong>width</strong> of the <strong>left</strong> and <strong>right</strong> panels, as well as the <strong>height</strong> of the <strong>top</strong> and <strong>bottom</strong> panels, changing the <strong>first</strong> line :</p>
<p dir="auto"><strong><code>&lt;GUIConfig name="DockingManager" leftWidth="200" rightWidth="168" topHeight="200" bottomHeight="124"&gt;</code></strong> as</p>
<p dir="auto"><strong><code>&lt;GUIConfig name="DockingManager" leftWidth="200" rightWidth="200" topHeight="200" bottomHeight="200"&gt;</code></strong></p>
]]></description><link>https://community.notepad-plus-plus.org/post/49814</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49814</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sun, 12 Jan 2020 11:49:59 GMT</pubDate></item><item><title><![CDATA[Reply to Search Result Window No Longer Opens on Fri, 10 Jan 2020 19:42:25 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></p>
<p dir="auto">I tried your first method, since the second method had a stated drawback…and it worked for me to restore the functionality I should have had with the Find result window!  Nice.  Thank you.</p>
<p dir="auto">Also, I had several other floating window entries with <code>cont</code> values of 4, 5, 6, and 7 (sometimes several of each).  I couldn’t think of any other things that would be using those, so I deleted them as well.</p>
<p dir="auto">Maybe (because you are an admin) you want to add a note in <a href="https://community.notepad-plus-plus.org/topic/17723/bringing-find-result-window-to-front">this locked posting</a> to point here, for people seeking help in the future?</p>
<p dir="auto">Thanks again!!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/49801</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49801</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 10 Jan 2020 19:42:25 GMT</pubDate></item><item><title><![CDATA[Reply to Search Result Window No Longer Opens on Fri, 10 Jan 2020 21:22:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sylvester-bullitt" aria-label="Profile: sylvester-bullitt">@<bdi>sylvester-bullitt</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: peterjones">@<bdi>peterjones</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: alan-kilborn">@<bdi>alan-kilborn</bdi></a> and <strong>All</strong>,</p>
<p dir="auto">Let’s assume that, after a <strong>search</strong> process, which opens the <strong><code>"Find result"</code></strong> panel, you <strong>cannot</strong> see this panel, on your screen !</p>
<p dir="auto">Here are <strong>two</strong> work-arounds, in order to get things <strong>right</strong> !</p>
<ul>
<li>
<p dir="auto">With the <strong>first</strong> one, we <strong>re-define</strong> the location and dimensions of the <strong>undocked</strong> <strong><code>Find Result</code></strong> window</p>
</li>
<li>
<p dir="auto">With the <strong>second</strong> one, we directly get the <strong><code>Find Result</code></strong> panel <strong>docked</strong> to the <strong>default bottom</strong> edge of the screen</p>
</li>
</ul>
<hr />
<p dir="auto"><strong>First</strong> solution :</p>
<ul>
<li>
<p dir="auto">Close any <strong>instance</strong> of Notepad++</p>
</li>
<li>
<p dir="auto">Identify your <strong>active</strong> <strong><code>config.xml</code></strong> configuration file. To that matter, refer to :</p>
</li>
</ul>
<p dir="auto"><a href="https://community.notepad-plus-plus.org/topic/15740/faq-desk-what-is-appdata">https://community.notepad-plus-plus.org/topic/15740/faq-desk-what-is-appdata</a></p>
<ul>
<li>
<p dir="auto">Open the <strong><code>config.xml</code></strong> file with <strong>Microsoft notepad</strong> ( Do <strong>NOT</strong> use Notepad++ )</p>
</li>
<li>
<p dir="auto">In the <strong><code>&lt;GUIConfig .... &lt;/GUIConfig&gt;</code></strong> section, you should notice <strong>one</strong> or <strong>several</strong> element(s), like below, with value <strong>4</strong> for the <strong><code>cont</code></strong> attribute</p>
</li>
</ul>
<p dir="auto"><strong><code>&lt;FloatingWindow cont="</code>4<code>" x="</code>X<code>" y="</code>Y<code>" width="</code>W<code>" height="</code>H<code>" /&gt;</code></strong></p>
<ul>
<li>
<p dir="auto">Keeps only <strong>one</strong> line <strong><code>&lt;FloatingWindow cont="</code>4<code>" ...... /&gt;</code></strong>, deleting <strong>all</strong> the others, if any</p>
</li>
<li>
<p dir="auto">Change the values <strong>X</strong>, <strong>Y</strong>, <strong>W</strong> and <strong>H</strong>, of that line, by the values :</p>
</li>
</ul>
<p dir="auto"><strong><code>&lt;FloatingWindow cont="</code>4<code>" x="</code>250<code>" y="</code>250<code>" width="</code>700<code>" height="</code>500<code>" /&gt;</code></strong> ( <strong>empiric</strong> values ! )</p>
<ul>
<li>
<p dir="auto"><strong>Save</strong> the modifications of <strong><code>Config.xml</code></strong></p>
</li>
<li>
<p dir="auto"><strong>Restart</strong> Notepad++</p>
</li>
<li>
<p dir="auto">Run a <strong>search</strong>, using, for instance, the <strong><code>Find All in Current Document</code></strong></p>
</li>
</ul>
<p dir="auto">=&gt; This time, you should notice the <strong>undocked</strong> <strong><code>Find  result</code></strong> panel, giving you the possibility of <strong>docking</strong> it to its <strong>default</strong> location : the <strong>bottom</strong> edge ;-))</p>
<hr />
<p dir="auto"><strong>Second</strong> solution :</p>
<ul>
<li>
<p dir="auto">Close any <strong>instance</strong> of Notepad++</p>
</li>
<li>
<p dir="auto">Open the <strong><code>config.xml</code></strong> file with <strong>Microsoft notepad</strong> ( Do <strong>NOT</strong> use Notepad++ )</p>
</li>
<li>
<p dir="auto">Near the <strong>end</strong> of the  <strong><code>&lt;GUIConfig .... &lt;/GUIConfig&gt;</code></strong> section of the <strong><code>config.xml</code></strong> file, there are, at least, <strong>five</strong> <strong><code>&lt;ActiveTabs ... /&gt;</code></strong> elements, like below :</p>
</li>
</ul>
<p dir="auto"><strong><code>&lt;ActiveTabs cont="</code>N<code>" activeTab="</code>M<code>" /&gt;</code></strong></p>
<p dir="auto">Which recapitulates the <strong>number</strong> of plugins, <strong>docked</strong> to each <strong>side</strong> of the screen or <strong>undocked</strong>, with the value <strong>N</strong> of the <strong><code>cont</code></strong> attribute = :</p>
<ul>
<li><strong><code>0</code></strong> for panel(s) docked on the <strong>left</strong>        edge</li>
<li><strong><code>1</code></strong> for panel(s) docked on the <strong>right</strong>     edge</li>
<li><strong><code>2</code></strong> for panel(s) docked on the <strong>top</strong>        edge</li>
<li><strong><code>3</code></strong> for panel(s) docked on the <strong>bottom</strong> edge</li>
<li><strong><code>4</code></strong> for <strong>undocked</strong> panel(s)</li>
</ul>
<p dir="auto">and the value <strong>M</strong> of the <strong><code>activeTab</code></strong> attribute = :</p>
<ul>
<li><strong><code>-1</code></strong> if <strong>no</strong> plugins is   docked on the <strong>corresponding</strong> edge</li>
<li><strong><code>0</code></strong>   if <strong><code>1</code></strong> plugin is      docked on the <strong>corresponding</strong> edge</li>
<li><strong><code>1</code></strong>   if <strong><code>2</code></strong> plugins are docked on the <strong>corresponding</strong> edge</li>
<li><strong><code>2</code></strong>   if <strong><code>3</code></strong> plugins are docked on the <strong>corresponding</strong> edge</li>
<li><strong><code>3</code></strong>   if <strong><code>4</code></strong> plugins are docked on the <strong>corresponding</strong> edge</li>
</ul>
<p dir="auto">and so on…</p>
<p dir="auto">On the other hand, always in the <strong><code>&lt;GUIConfig .... &lt;/GUIConfig&gt;</code></strong> section, you should notice the <strong>line</strong>, below, with the attribute <strong><code>id="0"</code></strong> :</p>
<p dir="auto"><strong><code>&lt;PluginDlg pluginName="Notepad++::InternalFunction" id="0" curr="4" prev="3" isVisible="yes" /&gt;</code></strong></p>
<ul>
<li><strong>Change</strong> this line as :</li>
</ul>
<pre><code class="language-xml">&lt;PluginDlg pluginName="Notepad++::InternalFunction" id="0" curr="3" prev="4" isVisible="yes" /&gt;
</code></pre>
<ul>
<li>
<p dir="auto"><strong>Increase</strong>,  by <strong>one</strong> unit, the <strong>M1</strong> value of the <strong><code>activeTab</code></strong> attibute of the element <strong><code>&lt;ActiveTabs cont="3" activeTab="</code>M1<code>" /&gt;</code></strong></p>
</li>
<li>
<p dir="auto"><strong>Decrease</strong>,  by <strong>one</strong> unit, the <strong>M2</strong> value of the <strong><code>activeTab</code></strong> attibute of the element <strong><code>&lt;ActiveTabs cont="4" activeTab="</code>M2<code>" /&gt;</code></strong></p>
</li>
<li>
<p dir="auto"><strong>Save</strong> the modifications of the <strong><code>Config.xml</code></strong> <strong>configuration</strong> file</p>
</li>
<li>
<p dir="auto"><strong>Restart</strong> Notepad++</p>
</li>
<li>
<p dir="auto">Run a <strong>search</strong>, using, for instance, the <strong><code>Find All in Current Document</code></strong></p>
</li>
</ul>
<p dir="auto">=&gt; This time, you should see the <strong>Find  result</strong> panel at its <strong>default</strong> position ( <strong>docked</strong> to the <strong>bottom</strong> edge of the screen )</p>
<hr />
<p dir="auto">For instance, if you have the lines :</p>
<pre><code class="language-xml">            &lt;ActiveTabs cont="3" activeTab="-1" /&gt;
            &lt;ActiveTabs cont="4" activeTab="3" /&gt;
</code></pre>
<p dir="auto"><strong>change</strong> the lines as below :</p>
<pre><code class="language-xml">            &lt;ActiveTabs cont="3" activeTab="0" /&gt;
            &lt;ActiveTabs cont="4" activeTab="2" /&gt;
</code></pre>
<p dir="auto"><strong>Remark</strong> : The drawback of this <strong>second</strong> solution, is that, if you <strong>double</strong>-click on the <strong>title</strong> of the <strong><code>Find Result</code></strong> panel, to get it <strong>undocked</strong>, you should get the previous <strong>invisible undocked</strong> window, again !</p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/49790</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49790</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Fri, 10 Jan 2020 21:22:22 GMT</pubDate></item><item><title><![CDATA[Reply to Search Result Window No Longer Opens on Wed, 08 Jan 2020 21:43:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a> Apparently not, I don’t see a tools menu option anywhere.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/49779</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49779</guid><dc:creator><![CDATA[Sylvester Bullitt]]></dc:creator><pubDate>Wed, 08 Jan 2020 21:43:33 GMT</pubDate></item><item><title><![CDATA[Reply to Search Result Window No Longer Opens on Wed, 08 Jan 2020 21:40:28 GMT]]></title><description><![CDATA[<p dir="auto">Semi-interesting related story to this:</p>
<p dir="auto">I was playing around recently with undocking windows and so I had double-clicked my <code>Find results</code> tab that, shared with Pythonscript’s console window, typically shares the bottom area of my Notepad++ window.  The tab undocked, leaving only the PS console, but it could not be viewed anywhere.  (This is why the link I provided earlier was fresh in my mind).</p>
<p dir="auto">Anyway, the window that should now be “floating” simply wasn’t anywhere.  I did a Find-All-Curr-Doc search to give the invisible window input focus, then did an alt-space to drop its system menu and it appeared on the far right of my right-most monitor.  I selected Move and then held down the left arrow key, thinking that the window should move into view.  Well, I held down the left arrow for quite some time and no window ever showed up.</p>
<p dir="auto">I gave up and restored my configuration from a recent backup, and my window was back in its usual spot, but I was curious as to why I couldn’t get the window back in any other way.  I experimented further, recreating the bad situation and then doing a config.xml compare of the docked and undocked case, thinking I might solve the problem by some creative editing, but it either wasn’t clear how to edit it, or what I tried didn’t work.</p>
<p dir="auto">So…I will just leave my search results docked because that is where I normally want it.  BUT…I can see the utility of occasionally wanting to undock that window and have the N++ main window on one monitor and a large version of the search results on a second monitor.  As for now, I can’t achieve that. :-(</p>
]]></description><link>https://community.notepad-plus-plus.org/post/49777</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49777</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 08 Jan 2020 21:40:28 GMT</pubDate></item><item><title><![CDATA[Reply to Search Result Window No Longer Opens on Wed, 08 Jan 2020 21:26:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sylvester-bullitt" aria-label="Profile: Sylvester-Bullitt">@<bdi>Sylvester-Bullitt</bdi></a> said in <a href="/post/49774">Search Result Window No Longer Opens</a>:</p>
<p dir="auto">Glad you solved your main problem.  (Alan’s link was one I had been thinking of linking, too)</p>
<blockquote>
<p dir="auto">I don’t see  way to mark this question as “answered.”</p>
</blockquote>
<p dir="auto">I haven’t started a new question since the forum update, but it used to be that the author of the question (you) would have a <strong>Tools</strong> pulldown.  One of the options was something like “Mark as question”; after you do that, the pulldown changed to have “Mark as answered” or similar.  I don’t know if those tools still exist.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/49776</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49776</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 08 Jan 2020 21:26:34 GMT</pubDate></item><item><title><![CDATA[Reply to Search Result Window No Longer Opens on Wed, 08 Jan 2020 21:21:12 GMT]]></title><description><![CDATA[<p dir="auto">Perhaps <a href="https://community.notepad-plus-plus.org/topic/17723/bringing-find-result-window-to-front">this</a> is also of some interest in this matter.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/49775</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49775</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 08 Jan 2020 21:21:12 GMT</pubDate></item><item><title><![CDATA[Reply to Search Result Window No Longer Opens on Wed, 08 Jan 2020 21:15:03 GMT]]></title><description><![CDATA[<p dir="auto">I just found the answer. Somehow the result window’s top border was slid all the way down to the bottom of the app window. I only noticed this when my mouse happened to hover over the bottom border, and the mouse pointer changed to a 2-headed arrow which told me I could try dragging. So I dragged the border up, and the result window magically appeared!</p>
<p dir="auto">Don’t know how the result window shrank in the first place. Slip of the mouse, I guess. But the app should be smart enough to detect this and tell the user (or warn him when he next tries to search).</p>
<p dir="auto">(I don’t see  way to mark this question as “answered.” Maybe it should stick around for a while in case anyone else has a similar problem.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/49774</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49774</guid><dc:creator><![CDATA[Sylvester Bullitt]]></dc:creator><pubDate>Wed, 08 Jan 2020 21:15:03 GMT</pubDate></item></channel></rss>