<?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[Notepad customization is it possible?]]></title><description><![CDATA[<p dir="auto">Notepad customization is it possible?</p>
<p dir="auto">I have a few things id like to implement to make notepad ++ easier to use, if you could let me know if they are even possible it would be appreciated.</p>
<ol>
<li>
<p dir="auto">Make Left padding (padding Left=“30”) greater than 30 i would like the text to more aligned to the center without altering the file itself.</p>
</li>
<li>
<p dir="auto">Alter the number of lines for scrolling, id like a smoother scrolling with fewer lines.</p>
</li>
</ol>
<p dir="auto">Thought i had more actually… anyways those two things would greatly improve my experience.</p>
<p dir="auto">Thanks for the help.</p>
<p dir="auto">Also wanted to share something, don’t know if anyone uses it but I’ve found it helpful.</p>
<p dir="auto">Using NppEventExec to auto execute a NppExec script for folding on startup and when opening files, works great.</p>
<p dir="auto">Nppexec script.</p>
<p dir="auto">Sleep 30<br />
NPP_MENUCOMMAND View/Fold</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/23168/notepad-customization-is-it-possible</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 17:37:30 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23168.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 26 Jun 2022 14:45:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Notepad customization is it possible? on Fri, 03 Jan 2025 13:24:08 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> Thanks for the detailed reply. Much appreciated.</p>
<p dir="auto">Your suggestion to look for workarounds that would result in the document being centered led me to solution that works for me… the Explorer plugin. Having a filetree directory of the left side is helpful and since its width is adjustable it allows me to have documents centered exactly where I need them on the screen. Wanted to mention it in case anyone else finding this topic in the future might also find it a useful workaround for them too.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/98953</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/98953</guid><dc:creator><![CDATA[githottub]]></dc:creator><pubDate>Fri, 03 Jan 2025 13:24:08 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad customization is it possible? on Thu, 02 Jan 2025 14:26:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/githottub" aria-label="Profile: githottub">@<bdi>githottub</bdi></a> ,</p>
<p dir="auto"><strong><a href="https://npp-user-manual.org/docs/views/#application-views" rel="nofollow ugc">View &gt; Distraction Free Mode</a></strong> might come close to what you want.</p>
<p dir="auto">Once you go into that mode, the menus are hidden, but you can use the <code>⊞</code> in the upper right of the window for leaving this mode and getting back to the view that has menus.</p>
<p dir="auto">If you like that mode, but want to be able to easily switch back and forth, I recommend going into <strong><a href="https://npp-user-manual.org/docs/preferences/#shortcut-mapper" rel="nofollow ugc">Settings &gt; Shortcut Mapper</a></strong>, on the <strong>Main menu</strong> tab, filter for <code>Distraction</code>, and set a keyboard shortcut using the <strong>Modify</strong> action, so that you can use a keystroke to toggle distraction-free-mode or not.</p>
<p dir="auto">Also, <strong><a href="https://npp-user-manual.org/docs/preferences/#marginsborderedge" rel="nofollow ugc">Settings &gt; Preferences &gt; Margins/Border/Edge</a> &gt; Padding &gt; Distraction Free</strong> to change the balance between the margins and the document.</p>
<p dir="auto">Alternatively, in the normal Notepad++ view with menus and toolbar still visible, you could show a <a href="https://npp-user-manual.org/docs/views/#built-in-panels" rel="nofollow ugc">panel</a> on the left and a <a href="https://npp-user-manual.org/docs/views/#built-in-panels" rel="nofollow ugc">panel</a> on the right, and set those panel widths so that the main document takes up as much of the space as you want.  For example, make the <strong><a href="https://npp-user-manual.org/docs/session/#folder-as-workspace" rel="nofollow ugc">View &gt; Folder as Workspace</a></strong> panel visible and make sure it’s docked on the left side of the screen; and on the right dock a different panel, like <strong><a href="https://npp-user-manual.org/docs/function-list/" rel="nofollow ugc">View &gt; Function List</a></strong> (if you are doing structured files like code; this is what I use on the right) or <strong><a href="https://npp-user-manual.org/docs/views/#built-in-panels" rel="nofollow ugc">View &gt; Document Map</a></strong> (which helps you navigate long files more easily).  With panels docked on each side, it makes the editor portion more narrow, so that will be more like the behavior of Wordpad when you have a wide window but a narrower document.</p>
<p dir="auto">But it will never be exactly like Wordpad’s layout, as that’s not the design direction that Notepad++ took.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/98928</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/98928</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Thu, 02 Jan 2025 14:26:25 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad customization is it possible? on Thu, 02 Jan 2025 13:52:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/machinethatgoesp1ng" aria-label="Profile: MachineThatGoesP1NG">@<bdi>MachineThatGoesP1NG</bdi></a> Did you ever find a solution to this? I found your topic because I’m seeking to accomplish the same thing. Basically, I’d like to make Notepad++ work like Wordpad does on Windows = it centers documents to the screen. This is really helpful for a variety of situations… an obvious ones being that large ultrawide monitors are a common thing now and centering the document prevents you having to constantly turn to the left to read a document, particularly one that’s a narrow list of text and therefore everything is at the extreme left edge of an ultrawide monitor. Yes, the Distraction Free setting centers the document BUT then you lose access to everything else which can obviously be a problem.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/98927</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/98927</guid><dc:creator><![CDATA[githottub]]></dc:creator><pubDate>Thu, 02 Jan 2025 13:52:50 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad customization is it possible? on Mon, 27 Jun 2022 19:19:41 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></p>
<p dir="auto">You misunderstood… I meant if there is currently a way to change it that i don’t know about i will try to learn how to do it to see the changes for the notepad++ I’m using.</p>
<p dir="auto">I don’t expect anyone to implement these changes into any issue of the program, if that is what this forum is for, I’m sorry i misunderstood.</p>
<p dir="auto">When little things can be changed it adds greatly to the overall experience.</p>
<p dir="auto">Thanks for the help though.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77958</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77958</guid><dc:creator><![CDATA[MachineThatGoesP1NG]]></dc:creator><pubDate>Mon, 27 Jun 2022 19:19:41 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad customization is it possible? on Mon, 27 Jun 2022 17:31:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/machinethatgoesp1ng" aria-label="Profile: machinethatgoesp1ng">@<bdi>machinethatgoesp1ng</bdi></a> said in <a href="/post/77940">Notepad customization is it possible?</a>:</p>
<blockquote>
<p dir="auto">I know it’s a bit nit picky</p>
</blockquote>
<p dir="auto">Yea, it is probably too nit-picky.  The developers aren’t going to focus on the needs of the few over the needs of the many.  I wouldn’t count on seeing the desired behavior implemented.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77948</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77948</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 27 Jun 2022 17:31:29 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad customization is it possible? on Mon, 27 Jun 2022 17:21:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/machinethatgoesp1ng" aria-label="Profile: machinethatgoesp1ng">@<bdi>machinethatgoesp1ng</bdi></a> said in <a href="/post/77940">Notepad customization is it possible?</a>:</p>
<blockquote>
<p dir="auto">f i want something changed</p>
</blockquote>
<p dir="auto">In case you didn’t look at the <a href="https://community.notepad-plus-plus.org/category/7/faq">FAQ section</a> before you started, as Community members, not the developers, we in this Community forum are unable to change the Notepad++ code for you, as explained in the <a href="https://community.notepad-plus-plus.org/topic/15741/faq-desk-feature-request-or-bug-report">very first pinned FAQ</a>, <em>and</em> in the <a href="https://community.notepad-plus-plus.org/topic/21965/please-read-this-before-posting/1">Please Read This Before Posting</a> that is pinned immediately below the “new topic” button that you clicked to make your question here.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77944</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77944</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 27 Jun 2022 17:21:28 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad customization is it possible? on Mon, 27 Jun 2022 17:16:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/machinethatgoesp1ng" aria-label="Profile: machinethatgoesp1ng">@<bdi>machinethatgoesp1ng</bdi></a></p>
<p dir="auto">Thanks i didn’t realize that was a option… I will mess around with it, but just at a quick glance distraction free is a little too distraction free to be useful for me.</p>
<p dir="auto">I know it’s a bit nit picky but if i want something changed i like to try.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77940</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77940</guid><dc:creator><![CDATA[MachineThatGoesP1NG]]></dc:creator><pubDate>Mon, 27 Jun 2022 17:16:13 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad customization is it possible? on Mon, 27 Jun 2022 16:10:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/machinethatgoesp1ng" aria-label="Profile: machinethatgoesp1ng">@<bdi>machinethatgoesp1ng</bdi></a> ,</p>
<p dir="auto">You are correct, Notepad++ doesn’t accept a paddingLeft (or paddingRight) higher than 30, and the developer chose that max on purpose. The intention was that you would set the Notepad++ to a reasonable width, and then do those paddings for a slight buffer…<br />
<img src="/assets/uploads/files/1656346232735-f504c15c-90e6-4500-98e8-c8b831847940-image.png" alt="f504c15c-90e6-4500-98e8-c8b831847940-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">… but if you wanted it a wide editor but lots of buffer (and the only reason I can think of for that is to get rid of distractions), you’d be using the <strong>View &gt; Distraction Free Mode</strong> that <a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> already suggested and linked to.</p>
<p dir="auto">You can then use the <strong>Distraction Free</strong> setting in that same preferences dialog to customize how wide the Distraction Free zone is:</p>
<p dir="auto"><img src="/assets/uploads/files/1656345924353-1e6fcadf-c87a-490d-a604-603755b940f3-image.png" alt="1e6fcadf-c87a-490d-a604-603755b940f3-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1656345971426-04ec3101-d56a-45a9-9728-ac646a3b6308-image.png" alt="04ec3101-d56a-45a9-9728-ac646a3b6308-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/77930</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77930</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 27 Jun 2022 16:10:33 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad customization is it possible? on Mon, 27 Jun 2022 15:58:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: ekopalypse">@<bdi>ekopalypse</bdi></a> That changes the scroll system wide, so not really a option.</p>
<p dir="auto">I want the text to be more centered so i don’t have to look in the corner of my screen.</p>
<p dir="auto">Under Margin/Border/edge in settings.</p>
<p dir="auto">&lt;GUIConfig name=“ScintillaPrimaryView” paddingLeft=“30” /&gt;</p>
<p dir="auto">Notepad++ won’t recognize anything higher than 30.</p>
<p dir="auto">Btw i don’t want to use border width.</p>
<p dir="auto"><img src="/assets/uploads/files/1656345195782-2022-06-27-08_52_58-preferences.jpg" alt="2022-06-27 08_52_58-Preferences.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/77928</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77928</guid><dc:creator><![CDATA[MachineThatGoesP1NG]]></dc:creator><pubDate>Mon, 27 Jun 2022 15:58:48 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad customization is it possible? on Mon, 27 Jun 2022 06:45:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/machinethatgoesp1ng" aria-label="Profile: machinethatgoesp1ng">@<bdi>machinethatgoesp1ng</bdi></a></p>
<p dir="auto">The number of lines to scroll needs to be modified in the Windows Mouse Pointer control applet.</p>
<p dir="auto"><img src="/assets/uploads/files/1656312173293-8137db38-51e5-4513-845c-d9d7a12fa29e-image.png" alt="8137db38-51e5-4513-845c-d9d7a12fa29e-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Restart Npp, done.</p>
<p dir="auto">I don’t get the left padding question. Are you looking for <a href="https://npp-user-manual.org/docs/views/" rel="nofollow ugc">Distraction Free Mode</a>?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77879</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77879</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Mon, 27 Jun 2022 06:45:39 GMT</pubDate></item></channel></rss>