Feature Request:Ability to view all tabs

Discussion related to "Everything" 1.5 Alpha.
Post Reply
vsub
Posts: 455
Joined: Sat Nov 12, 2011 11:51 am

Feature Request:Ability to view all tabs

Post by vsub »

Maybe a button next to the new tab button or right clicking on the new tab to show a list

Or maybe a window like the organize bookmarks window.
On the left side it will show all windows,when you click on any of them it will show all of the tabs of that window in the list at the right
And maybe add a button to search the tabs from all window(clicking on the tab in the list will switch to the actual tab)
vsub
Posts: 455
Joined: Sat Nov 12, 2011 11:51 am

Re: Feature Request:Ability to view all tabs

Post by vsub »

Btw is there is currently any way to get a list of all of the tabs and maybe switch to a specifc one with AutoHotKey maybe
void
Developer
Posts: 16413
Joined: Fri Oct 16, 2009 11:31 pm

Re: Feature Request:Ability to view all tabs

Post by void »

Currently, the drop down list on the right of the tabcontrol is only shown where many tabs are added.

I will consider an option to always show the drop down list button.
Thank you for the suggestion.



The next alpha update will emulate a SysTabControl32.
You'll be able to issue commands with AutoHotKey in this update.
vsub
Posts: 455
Joined: Sat Nov 12, 2011 11:51 am

Re: Feature Request:Ability to view all tabs

Post by vsub »

Nice,thanks
Even just an ini option will be fine(to always show it or only when the tabs are too many)
void
Developer
Posts: 16413
Joined: Fri Oct 16, 2009 11:31 pm

Re: Feature Request:Ability to view all tabs

Post by void »

One way to do this now is set the minimum tab width to 224:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    tabs
  • Select: tabs_min_wide
  • Set the value to: 224
  • Click OK.
It's not ideal as you are now stuck with long tabs..
therube
Posts: 4879
Joined: Thu Sep 03, 2009 6:48 pm

Re: Feature Request:Ability to view all tabs

Post by therube »

or only when the tabs are too many
Any time there is an overflow condition (i.e., too many) on the Tab bar, the dropdown shows up.
So depending on number of tabs & window size, the dropdown may or may not be there.
Though it will be, if needed (due to overflow [& regardless of tabs_min_wide]).
void
Developer
Posts: 16413
Joined: Fri Oct 16, 2009 11:31 pm

Re: Feature Request:Ability to view all tabs

Post by void »

The next alpha update will have an tabs_overflow_wide setting to control when the dropdown button appears.
You can set tabs_overflow_wide to a large number to always show or set it to the same as tabs_max_wide to show immediately when there's any overflow.
By default it will be the same as tabs_min_wide.

I hope to have an update soon.
vsub
Posts: 455
Joined: Sat Nov 12, 2011 11:51 am

Re: Feature Request:Ability to view all tabs

Post by vsub »

Nice,thanks
Post Reply