1 - Each tab should be treated as its own unique "Window" or "View"
I will start with this one, as it is the most important one. This is the behaviour a user expects everywhere, be it a web browser, File Explorer or Visual Studio Code. The tabs do not have a relationship with one another, which means
- Changing the view to details in one tab should not force all other tabs to follow
- Changing the thumbnails size/zoom should not force all other tabs to follow
- Adding a column in one tab should not cause the same column to be added in another tab
The whole point of tabs is so that you can work on multiple unrelated tasks at the same time, just like you can now with separate Everything windows. With the combination of other Everything features such as Filters, Bookmarks, Filelists etc this presents a great opportunity to work in a number of ways but the current implementation of tabs sharing columns/views pretty much cripples this.
2 - Scroll the tab list with the mouse wheel
When there are a lot of tabs open, it should be possible to scroll the tab list with the mouse wheel, so as to bring tabs that are out of view into view, some example projects that do this are:
Visual Studio Code
Firefox
Windows Terminal
3 - Option to turn of the "Close Tab" and the "New Tab" buttons found in the tab bar
This is a common option found in a many software's that support tabs, Its really useful for when you have lots of tabs open and want to use the horizontal space for each tab for its name/title, as much as possible anyways. The close tab button gets in the way of this. In the gif examples I shared above, you can see what I mean.
Currently in Everything the close tab button is obscuring the tabs name/title:
4 - A command/hotkey to toggle the bars visibility
One thing I really like about Everything is that you can hide/show any UI element (Including the column header) to come up with the most minimal or complex window that is the perfect fit for the task at hand. In this vain, can we get a command/hotkey to toggle the tab bars visibility?
below are some software's that support this feature, starting with Visual Studio Code the most common code editor today:
Windows Terminal, a very popular terminal and now the default CMD host/Terminal from windows 10 and on:
Obsidian A very popular writing tool and markdown editor:
Sublime Text Another popular Code editor:
Vivaldi Web Browser A very popular web browser (Chromium based):