Bring back tabbar similar to version 7.9

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
binocular222
Posts: 1423
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

Bring back tabbar similar to version 7.9

Post by binocular222 »

Hi,
My Tabbar gets crowded too frequently, I want it to spread entire screen width (similar to version 7.9 in the screenshot)
Is there any setting to enable this?
Image
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

admin
Site Admin
Posts: 66365
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Bring back tabbar similar to version 7.9

Post by admin »

tweak:

Code: Select all

LayoutSP=4
info:

Code: Select all

v8.20.0010 - 2009-08-17 15:39
    + Added tweak to layout the top bars as it was possible before Dual 
      Pane was introduced. Note that this layout is only applied in 
      Single Pane Mode. However, you can toggle panes while using the SP 
      layout, so can enjoy advantages of both worlds.
        [General]
        LayoutSP=0
      Possible values:
        0 = Same as Dual Pane (= tweak is OFF)
        1 = [Address Bar] [Toolbar & Tabs]
        2 = [Address Bar] [Tabs & Toolbar]
        3 = [Toolbar & Address Bar] [Tabs]
        4 = [Address Bar & Toolbar] [Tabs]

binocular222
Posts: 1423
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

Re: Bring back tabbar similar to version 7.9

Post by binocular222 »

Oh Gosh, Thank you so much!!!
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

Twisten
Posts: 204
Joined: 27 Apr 2008 10:30

Re: Bring back tabbar similar to version 7.9

Post by Twisten »

Nice :)
A couple of suggestions:
a) Add the options to Window -> Layout
b) Remove 'Window -> Layout' and add a new Layout category to configuration perhaps with something to illustrate the various options.

j_c_hallgren
XY Blog Master
Posts: 5826
Joined: 02 Jan 2006 19:34
Location: So. Chatham MA/Clearwater FL
Contact:

Re: Bring back tabbar similar to version 7.9

Post by j_c_hallgren »

I believe that tweak was added to keep some pre-existing users happy after the Dual Pane transition and thus going forward, that it shouldn't be encouraged except in rare cases like this...so keeping it as tweak makes the best sense at this point.
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.

Twisten
Posts: 204
Joined: 27 Apr 2008 10:30

Re: Bring back tabbar similar to version 7.9

Post by Twisten »

Ah, well, I didn't look into it to see how new that tweak was.
It just that ... well ... anything that helps reclaim more screen space for things that need it like the tab bar.

Its not as visually pleasing but it might work for a double-pane layout if you add the option for the tab-bar to wrap (creating a multi-line tab-bar for each pane if its needed).

j_c_hallgren
XY Blog Master
Posts: 5826
Joined: 02 Jan 2006 19:34
Location: So. Chatham MA/Clearwater FL
Contact:

Re: Bring back tabbar similar to version 7.9

Post by j_c_hallgren »

Twisten wrote:Ah, well, I didn't look into it to see how new that tweak was.
It just that ... well ... anything that helps reclaim more screen space for things that need it like the tab bar.
Have you looked at the various ways to reduce the size of each tab, such as iconize and custom tab captions? I use custom set at "<drive>:~<folder>" with the tilde as reminder that part of path isn't showing (but it's available via hovering).
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.

binocular222
Posts: 1423
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

Re: Bring back tabbar similar to version 7.9

Post by binocular222 »

j_c_hallgren wrote:I use custom set at "<drive>:~<folder>" with the tilde as reminder that part of path isn't showing (but it's available via hovering).
I tried to rename Tab's caption to <drive>:~<folder> but it displays as "<drive>:~<folder>" and does not change to current folder's name. Do I need additional settings?
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

grindax

Re: Bring back tabbar similar to version 7.9

Post by grindax »

.
Last edited by grindax on 22 Jan 2016 22:30, edited 1 time in total.

binocular222
Posts: 1423
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

Re: Bring back tabbar similar to version 7.9

Post by binocular222 »

grindax wrote:Make sure you're doing it here:
Tools -> Configuration... -> Tabs -> Custom...
Ah yes, it is. This change ALL tab to show Drive letter and folder name.
But when I right click tab > Rename > and type: UNDP project\<folder> it does not show flexible folder name. Maybe we shoud put this to wish list.
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

admin
Site Admin
Posts: 66365
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Bring back tabbar similar to version 7.9

Post by admin »

binocular222 wrote:
grindax wrote:Make sure you're doing it here:
Tools -> Configuration... -> Tabs -> Custom...
Ah yes, it is. This change ALL tab to show Drive letter and folder name.
But when I right click tab > Rename > and type: UNDP project\<folder> it does not show flexible folder name. Maybe we shoud put this to wish list.
Good idea, done. 8)

Post Reply