<?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[Font size on PopUp window, Please!]]></title><description><![CDATA[<p dir="auto">Would you please help me that I could increase font size in popup window?<br />
I tried Global Styles:Global override,<br />
but in doesn’t work.<br />
The font size in popup windows is too small for me.<br />
Please help me! please!</p>
<p dir="auto"><img src="/assets/uploads/files/1713418144861-font.png" alt="font.PNG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/topic/25701/font-size-on-popup-window-please</link><generator>RSS for Node</generator><lastBuildDate>Sat, 09 May 2026 19:24:38 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/25701.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 18 Apr 2024 05:30:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Font size on PopUp window, Please! on Fri, 19 Apr 2024 23:50:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mkupper" aria-label="Profile: mkupper">@<bdi>mkupper</bdi></a> said in <a href="/post/94398">Font size on PopUp window, Please!</a>:</p>
<blockquote>
<p dir="auto">the in-selection box is not coded to resize itself vertically as the buttons got larger.</p>
</blockquote>
<p dir="auto">Probably this is because the window isn’t resizable vertically.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/94401</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/94401</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 19 Apr 2024 23:50:30 GMT</pubDate></item><item><title><![CDATA[Reply to Font size on PopUp window, Please! on Fri, 19 Apr 2024 17:37:50 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/94392">Font size on PopUp window, Please!</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mkupper" aria-label="Profile: mkupper">@<bdi>mkupper</bdi></a> said in <a href="/post/94380">Font size on PopUp window, Please!</a>:</p>
<blockquote>
<p dir="auto">I ran the original size 8 .exe and discovered Notepad had changed the size of the dialog box and did not restore it.</p>
</blockquote>
<p dir="auto">This is probably because the <em>Find</em> window is horizontally-sizeable by the user, and Notepad++ remembers the last size set.</p>
<p dir="auto">Now…in this case, the user didn’t do this sizing, but rather the hacking did.  Notepad++ code noticed the change and then saved it into <code>config.xml</code>.  Because both the original and the hacked executables use the same config file, that’s why “Notepad++ did not restore it”.</p>
</blockquote>
<p dir="auto">Actually, I was happy to see that the dialog box mostly resized itself nicely. When I did the test hack I was expecting the text to span outside of fixed size buttons and boxes or to get clipped. Instead, the nearly everything adapted nicely to the larger font size. This morning I realized it’s likely because Notepad++ supports translations, meaning the code was already set up to get the translated text and to then size the box appropriately. The code seems to be aware that some translations may span more vertical distance and adapts both the width and height.</p>
<p dir="auto">The only area where this failed was the in-selection box which seems designed to enclose both the in-selection checkbox plus the Count and Find All in Current Document buttons. Apparently, the in-selection box is not coded to resize itself vertically as the buttons got larger.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/94398</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/94398</guid><dc:creator><![CDATA[mkupper]]></dc:creator><pubDate>Fri, 19 Apr 2024 17:37:50 GMT</pubDate></item><item><title><![CDATA[Reply to Font size on PopUp window, Please! on Fri, 19 Apr 2024 10:49:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mkupper" aria-label="Profile: mkupper">@<bdi>mkupper</bdi></a> said in <a href="/post/94380">Font size on PopUp window, Please!</a>:</p>
<blockquote>
<p dir="auto">I ran the original size 8 .exe and discovered Notepad had changed the size of the dialog box and did not restore it.</p>
</blockquote>
<p dir="auto">This is probably because the <em>Find</em> window is horizontally-sizeable by the user, and Notepad++ remembers the last size set.</p>
<p dir="auto">Now…in this case, the user didn’t do this sizing, but rather the hacking did.  Notepad++ code noticed the change and then saved it into <code>config.xml</code>.  Because both the original and the hacked executables use the same config file, that’s why “Notepad++ did not restore it”.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/94392</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/94392</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 19 Apr 2024 10:49:26 GMT</pubDate></item><item><title><![CDATA[Reply to Font size on PopUp window, Please! on Fri, 19 Apr 2024 06:55:35 GMT]]></title><description><![CDATA[<p dir="auto">Afaik the only “sensible” way to solve this would be to use the <a href="https://learn.microsoft.com/en-us/windows/win32/dlgbox/dialog-boxes" rel="nofollow ugc">…Indirect…</a> versions of the dialog box functions, but of course that has some other implications. Now you have to validate the user input, provide a different GUI/settings page for the different dialogs, because I know, once introduced, you want to have the Arial font with size 10 for the find dialog, but Console and size 11 for another …</p>
<p dir="auto">The good thing is that not only those who need this would benefit, but the dialogs could be changed gradually … it is not necessary to do everything at once.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/94389</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/94389</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Fri, 19 Apr 2024 06:55:35 GMT</pubDate></item><item><title><![CDATA[Reply to Font size on PopUp window, Please! on Thu, 18 Apr 2024 23:30:21 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> said in <a href="/post/94383">Font size on PopUp window, Please!</a>:</p>
<blockquote>
<p dir="auto">You could try to upvote and/or make your case in one or more of those issues, but whether or not anything will ever come of those requests is something that I cannot guarantee (though current progress is not promising).</p>
</blockquote>
<p dir="auto"><a href="https://blog.kowalczyk.info/article/8zr1/changing-font-size-in-windows-dialog-in-c.html" rel="nofollow ugc">It is maddeningly “hackish” to make the font size in dialogs user-adjustable.</a></p>
<p dir="auto">Contrary to what one might expect of modern, accessibility-aware software, “Don’t make <em>all</em> the text bigger, just the make the <em>absurdly tiny text</em> bigger” is not a concept Windows supports.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/94387</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/94387</guid><dc:creator><![CDATA[Coises]]></dc:creator><pubDate>Thu, 18 Apr 2024 23:30:21 GMT</pubDate></item><item><title><![CDATA[Reply to Font size on PopUp window, Please! on Thu, 18 Apr 2024 21:19:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mkupper" aria-label="Profile: mkupper">@<bdi>mkupper</bdi></a> said in <a href="/post/94380">Font size on PopUp window, Please!</a>:</p>
<blockquote>
<p dir="auto">another Notepad++ forum comment provides a hack.</p>
</blockquote>
<p dir="auto">Based on that hack, it appears that the 8 point is actually compiled into Notepad++, not obtained from the OS.  That means my statement was probably wrong when I indicated that there might be an OS setting that could affect the size.  Bummer.</p>
<p dir="auto">But there are OS settings which change the font associated with mapping <code>MS Shell Dlg</code> to a different font, and some fonts seem bigger at the same font-size setting, so there might be some font that could still be an improvement – maybe.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/taije-park-0" aria-label="Profile: Taije-Park-0">@<bdi>Taije-Park-0</bdi></a></p>
<p dir="auto">Official issues related to dialog-box text size:</p>
<ul>
<li><a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11869" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11869</a></li>
<li><a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10745" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10745</a></li>
<li><a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9914" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9914</a></li>
<li><a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5648" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5648</a></li>
<li><a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5486" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5486</a></li>
</ul>
<p dir="auto">You could try to upvote and/or make your case in one or more of those issues, but whether or not anything will ever come of those requests is something that I cannot guarantee (though current progress is not promising).</p>
]]></description><link>https://community.notepad-plus-plus.org/post/94383</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/94383</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Thu, 18 Apr 2024 21:19:48 GMT</pubDate></item><item><title><![CDATA[Reply to Font size on PopUp window, Please! on Thu, 18 Apr 2024 21:06:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/taije-park-0" aria-label="Profile: Taije-Park-0">@<bdi>Taije-Park-0</bdi></a>, another <a href="https://community.notepad-plus-plus.org/post/37160">Notepad++ forum comment</a> provides a hack.  The Resource Hacker tool mentioned there is still available. I did not test patching a copy of Notepad++.exe to see if all of the details for today’s Notepad++ v8.6.5 match Notepad++'s details from 2018.  You may want to read through the thread as I see comments about the dialog box size, etc.  The patch seems fairly safe in that at worse, you’ll blow up your copy of Notepad++.</p>
<p dir="auto">Edit: I decided to try the Resource Hacker thing. Resource Hacker makes a backup of the exe and so you could make the change in place if desired.</p>
<p dir="auto">Here are three screen shots. 1) Is the original find box. 2) is after patching for size 12. 3) Is is I ran the original size 8 .exe and discovered Notepad had changed the size of the dialog box and did not restore it. I noticed that it did not change the size of the text in the Find what field but I believe that too can be configured as I recall forum posts about this. The “In selection” checkbox moved, I think it’s position is linked to the position of the <code>Find All in Current Document</code> button that is to the right.</p>
<ol>
<li>
<p dir="auto">Is the original find box.<br />
<img src="/assets/uploads/files/1713474126676-size-8-original.png" alt="size-8-original.png" class=" img-fluid img-markdown" /></p>
</li>
<li>
<p dir="auto">is after patching for size 12.<br />
<img src="/assets/uploads/files/1713474149123-size-12.png" alt="size-12.png" class=" img-fluid img-markdown" /></p>
</li>
<li>
<p dir="auto">Is is I ran the original size 8 .exe and discovered Notepad had changed the size of the dialog box and did not restore it.<br />
<img src="/assets/uploads/files/1713474179142-size-8.png" alt="size-8.png" class=" img-fluid img-markdown" /></p>
</li>
</ol>
]]></description><link>https://community.notepad-plus-plus.org/post/94380</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/94380</guid><dc:creator><![CDATA[mkupper]]></dc:creator><pubDate>Thu, 18 Apr 2024 21:06:59 GMT</pubDate></item><item><title><![CDATA[Reply to Font size on PopUp window, Please! on Thu, 18 Apr 2024 13:04:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/taije-park-0" aria-label="Profile: Taije-Park-0">@<bdi>Taije-Park-0</bdi></a> said in <a href="/post/94374">Font size on PopUp window, Please!</a>:</p>
<blockquote>
<p dir="auto">Would you please help me that I could increase font size in popup window?</p>
</blockquote>
<p dir="auto">Notepad++ doesn’t have that feature.</p>
<blockquote>
<p dir="auto">I tried Global Styles:Global override,</p>
</blockquote>
<p dir="auto">The Style Configurator sets styles for the text being edited.  And as the User Manual explains, the “Global Override” is <a href="https://npp-user-manual.org/docs/preferences/#global-styles:~:text=Unless%20you%20want%20to%20turn%20off%20all%20syntax%20highlighting%20for%20all%20the%20programming%20languages%2C%20you%20likely%20don%E2%80%99t%20want%20to%20use%20the%20Global%20override%20settings" rel="nofollow ugc">almost never a good idea</a>.  Make sure you’ve turned that back off.</p>
<blockquote>
<p dir="auto">The font size in popup windows is too small for me.</p>
</blockquote>
<p dir="auto">It’s the same font and size as the default font in the popups of other apps – including, for example, the “replace” menu in Windows <code>notepad.exe</code> app.</p>
<p dir="auto"><img src="/assets/uploads/files/1713445439042-e3813670-a6c8-4bf4-b87b-5f0bb1262513-image.png" alt="e3813670-a6c8-4bf4-b87b-5f0bb1262513-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">And it’s set in the same place – buried deep in your Windows OS settings, where no mortal can find it and survive.  Microsoft seems to think they know best for dialog fonts, and makes it really hard to change.  I suggest searching the internet to find out how to change the system dialog font size in your particular Windows version (it’s different for every version of Windows, and gets harder as the Windows version increases).</p>
]]></description><link>https://community.notepad-plus-plus.org/post/94377</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/94377</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Thu, 18 Apr 2024 13:04:23 GMT</pubDate></item></channel></rss>