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)
Feature Request:Ability to view all tabs
Re: Feature Request:Ability to view all tabs
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
Re: Feature Request:Ability to view all tabs
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.
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.
Re: Feature Request:Ability to view all tabs
Nice,thanks
Even just an ini option will be fine(to always show it or only when the tabs are too many)
Even just an ini option will be fine(to always show it or only when the tabs are too many)
Re: Feature Request:Ability to view all tabs
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.
Re: Feature Request:Ability to view all tabs
Any time there is an overflow condition (i.e., too many) on the Tab bar, the dropdown shows up.or only when the tabs are too many
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]).
Re: Feature Request:Ability to view all tabs
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.
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.
Re: Feature Request:Ability to view all tabs
Nice,thanks