<?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[[Feature Request] Option to not have full file name in tab]]></title><description><![CDATA[<p dir="auto">My apologies if this has been discussed, I did a search and didn’t see anything.</p>
<p dir="auto">We have log files with very long file names (contains GUIDs). Even set at 1080p, multiple open files results in just 2 file tabs visible at once.<br />
I realize that we can enable multi-line tab bar, but this can also result in many, many lines. I would really rather have truncated file names with ellipsis, with a popup-hint showing the full file name.<br />
If at all possible, I could really see 2 different options depending on the situation:</p>
<ul>
<li>An option (toolbar toggle button?) to show all tabs, shrinking them as much as necessary to fit all in 1 line</li>
<li>An optional maximum tab width that will auto-trim the file name if that length would be exceeded.</li>
</ul>
]]></description><link>https://community.notepad-plus-plus.org/topic/14458/feature-request-option-to-not-have-full-file-name-in-tab</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 14:39:09 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/14458.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 11 Sep 2017 22:17:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Feature Request] Option to not have full file name in tab on Fri, 15 Sep 2017 14:10:44 GMT]]></title><description><![CDATA[<p dir="auto">Thank you Peter! That is exactly right and the screen shots show it perfect. And thank you NippueDeLagash for your support as well.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/26784</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/26784</guid><dc:creator><![CDATA[robdjohansen]]></dc:creator><pubDate>Fri, 15 Sep 2017 14:10:44 GMT</pubDate></item><item><title><![CDATA[Reply to [Feature Request] Option to not have full file name in tab on Fri, 15 Sep 2017 13:47:31 GMT]]></title><description><![CDATA[<p dir="auto">You two seem to be talking at cross purposes.</p>
<p dir="auto">I created three (empty) text files:</p>
<pre><code>one_56789_123456789_123456789_1234567890.txt
two_56789_123456789_123456789_1234567890.txt
three_789_123456789_123456789_1234567890.txt
</code></pre>
<p dir="auto">I opened them all in a fresh portable-unzip of Notepad++ (7.5.1 64bit), then closed <code>three_789_123456789_123456789_1234567890.txt</code>, so that <code>three_789_123456789_123456789_1234567890.txt</code> would be in the MRU.</p>
<p dir="auto">I took two screenshots of the File Menu’s Most Recently Used (MRU) list, one with <code>Settings &gt; Preferences &gt; Recent Files History &gt; ☑ Customize Maximum Length = 30</code> and one with <code>☑ Full File Name Path</code>:  This is the behavior that <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/9617">@Gogo-Neatza</a>’s suggestion will change:</p>
<p dir="auto"><img src="https://camo.nodebb.org/ef5cebf200d46231d9d836c76dd9293bc6d6c374?url=https%3A%2F%2Fi.imgur.com%2FnPcjTWV.png" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto">I then took two screenshots of the file name tabs, under the same two conditions:  This behavior does not change with that option.</p>
<p dir="auto"><img src="https://camo.nodebb.org/ad047cc7d218f7aff5a32232681e38905a46f2f0?url=https%3A%2F%2Fi.imgur.com%2FKdn5DFY.png" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/9617">@Gogo-Neatza</a>, please notice how that option does <em>not</em> affect the tab list: it still shows the full file name in the tab title list, whether or not the option is set.  <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/9796">@robdjohansen</a> requested an option to be able to <em>shorten</em> the filenames in the tab title list, and <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7886">@NippurDeLagash</a> keeps trying to explain to you that your suggestion does not address that request.</p>
<p dir="auto">FYI: I also tried the same experiment in my normal installation of 7.4.2 32bit, with the same results (not shown).  It’s not a difference between 7.4.2 and 7.5.1.  The “Recent Files History” settings just don’t affect the names listed on the tab bar: as <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/9796">@robdjohansen</a> requested, there really needs to be a separate option for the tab-bar names – probably in the <code>Settings &gt; Preferences &gt; General &gt; Tab Bar</code> area.</p>
<hr />
<p dir="auto"><strong>Future Reference</strong>: when asking for or providing help, it is often helpful to provide screenshots, as I have done here.  This avoids ambiguity, by showing <em>exactly</em> what you see.  To embed an image, use syntax like <code>![](https://i.imgur.com/nPcjTWV.png)</code>.  (This, and other Markdown help, can be found at the link provided in the <code>COMPOSE �</code> link at the top-right of the forum’s post-editing window.)</p>
<p dir="auto">For taking pictures within Windows, the modern tool SnippingTool, or the ancient friend Alt+PrintScreen, will take a snapshot of the current window, and you can paste that into <code>mspaint.exe</code> (or similar) for easy editing (useful for combining screenshots, like I did, or for blacking out personal information).  If you want to be able to include a menu (like I did for the File menu screenshots), you can HOLD DOWN <code>Alt</code>, then type the <code>F</code> for File Menu, let go of the <code>F</code>, then hit the <code>PrintScreen</code> (while never having let go of <code>Alt</code>).  After that’s done, you can finally let go of <code>Alt+PrintScreen</code> together, and then paste into <code>mspaint.exe</code> as normal.  You can then upload the image to a public server (such as <a href="https://imgur.com" rel="nofollow ugc">https://imgur.com</a> or similar), and make sure your embed-syntax goes to the actual picture (<code>https://imgur.com/nPcjTWV.png</code>) rather than to the post (<code>https://imgur.com/nPcjTWV</code>)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/26783</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/26783</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 15 Sep 2017 13:47:31 GMT</pubDate></item><item><title><![CDATA[Reply to [Feature Request] Option to not have full file name in tab on Fri, 15 Sep 2017 07:00:05 GMT]]></title><description><![CDATA[<p dir="auto">FYI the version 7.5 is happy to display the very long filename in the “Recent” files list as well.<br />
It might be the time to upgrade to 7.5 to see it for yourself. ;)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/26779</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/26779</guid><dc:creator><![CDATA[Gogo Neatza]]></dc:creator><pubDate>Fri, 15 Sep 2017 07:00:05 GMT</pubDate></item><item><title><![CDATA[Reply to [Feature Request] Option to not have full file name in tab on Thu, 14 Sep 2017 06:45:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/9617">@Gogo-Neatza</a> said:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7886">@NippurDeLagash</a>  What did you do to test the “Customize Maximum Length” option ?</p>
</blockquote>
<p dir="auto">I use Notepad++ 7.4.2.</p>
<p dir="auto">To test it: I created three files, name length = 85 characters, and set  “Customize Maximum Length” to 20 characters.</p>
<p dir="auto">Then I opened the three files, and the three tabs display the full name, with all their 85 characters perfectly visible, not what <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/9796">@robdjohansen</a> needs. The desired effect is that each tab displays <strong>only</strong> the first 20 characters.</p>
<p dir="auto">If you look at the Recent Files list, all the file names are limited to the first 20 characters. That’s because “Customize Maximum Length” applies only to the file names in the “Recent Files History”, <strong>not</strong> to the file names shown in the tabs.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/26766</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/26766</guid><dc:creator><![CDATA[NippurDeLagash]]></dc:creator><pubDate>Thu, 14 Sep 2017 06:45:06 GMT</pubDate></item><item><title><![CDATA[Reply to [Feature Request] Option to not have full file name in tab on Thu, 14 Sep 2017 03:06:45 GMT]]></title><description><![CDATA[<p dir="auto">I have activated the “Customize Maximum Length” option and<br />
created a new file called “qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq.txt”.<br />
(a bit longer than one hundred characters - a lot more than what an average user will need )<br />
My 7.5 version of Notepad++ was happy to display this long filename in one tag.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7886">@NippurDeLagash</a>  What did you do to test the “Customize Maximum Length” option ?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/26765</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/26765</guid><dc:creator><![CDATA[Gogo Neatza]]></dc:creator><pubDate>Thu, 14 Sep 2017 03:06:45 GMT</pubDate></item><item><title><![CDATA[Reply to [Feature Request] Option to not have full file name in tab on Thu, 14 Sep 2017 00:58:08 GMT]]></title><description><![CDATA[<p dir="auto">Not the most ideal solution, but certainly better than nothing. Not sure why it’s buried under preferences and does not have a direct menu item or toolbar button. Document Map does. Makes it much less usable without it (or am I missing it somewhere?). Thanks for pointing it out. So many features, hard to know them all. :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/26764</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/26764</guid><dc:creator><![CDATA[robdjohansen]]></dc:creator><pubDate>Thu, 14 Sep 2017 00:58:08 GMT</pubDate></item><item><title><![CDATA[Reply to [Feature Request] Option to not have full file name in tab on Wed, 13 Sep 2017 23:52:59 GMT]]></title><description><![CDATA[<p dir="auto">Does enabling the doc switcher (Preferences-&gt;General) suit you? Depending on your monitor layout you could dock it at the top and see the whole name, or dock it on the side and when you hover, it shows the whole name of the file.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/26762</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/26762</guid><dc:creator><![CDATA[cipher-1024]]></dc:creator><pubDate>Wed, 13 Sep 2017 23:52:59 GMT</pubDate></item><item><title><![CDATA[Reply to [Feature Request] Option to not have full file name in tab on Wed, 13 Sep 2017 10:33:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/9617">@Gogo-Neatza</a> said:</p>
<blockquote>
<p dir="auto">If you look under “Preferences” - “Recent Files History” - Display - In Submenu area you might find<br />
the very useful “Customize Maximum Length” option.  Did you use it ?</p>
</blockquote>
<p dir="auto">That setting does not do what <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/9796">@robdjohansen</a> is asking for.</p>
<p dir="auto">If the requested feature is badly needed right now, I would suggest using the PsPad editor, which lets you customize the maximum length of the file name shown on each tab.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/26754</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/26754</guid><dc:creator><![CDATA[NippurDeLagash]]></dc:creator><pubDate>Wed, 13 Sep 2017 10:33:52 GMT</pubDate></item><item><title><![CDATA[Reply to [Feature Request] Option to not have full file name in tab on Wed, 13 Sep 2017 04:43:02 GMT]]></title><description><![CDATA[<p dir="auto">Did you know that Notepad++ can display in a tab a filename of at least one hundred characters ?<br />
Did you know that for a screen resolution of 1920 by 1080 Notepad++ can display at least two such large tabs ?</p>
<p dir="auto">If you look under “Preferences” - “Recent Files History” - Display - In Submenu area you might find<br />
the very useful “Customize Maximum Length” option.  Did you use it ?</p>
<p dir="auto">Good luck with your request!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/26749</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/26749</guid><dc:creator><![CDATA[Gogo Neatza]]></dc:creator><pubDate>Wed, 13 Sep 2017 04:43:02 GMT</pubDate></item></channel></rss>