Hide the tab bar when there is only one tab?
Posted: 18 Feb 2011 13:56
I would like the option to hide the tab bar when there is only one tab?
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Easy to do using scriptingunivert wrote:I would like the option to hide the tab bar when there is only one tab?
Code: Select all
$pane1 = tab(, "c");
#802;
$pane2 = tab(, "c");
$total = $pane1 + $pane2;
if $total == 2 {
#662;
}Code: Select all
$pane1 = tab(, "c");
if $pane1 == 1 {
#662;
}When we get CEAs, it may be something that you can control automatically. At the moment, you can load it manually or you can script a never-ending loop with an undocumented wait command that would periodically check how many tabs you have and show/hide the tab bar.univert wrote:How do I run this script automatically? Or do I have to manually load the script every time I want to hide the bar?
Sorry, but I don't see how using only one tab is productive in a file manager designed to be multi-tab for productivity...I don't use that many tabs (usually 3-4 per pane but viewing as single pane) but some people have numerous tabs (even dozens) and thus having only one seems quite unusual which would likely reduce the chances for your request...that's just my viewpoint...univert wrote:Well, the whole purpose of this is productivity, convenience and screen-space-saving. I don't know why we can't make it. I really hope for this feature in the future.![]()
And the tab header gives important info about the contents of the tab, which is not available elsewhere if the tab is in the inactive pane.j_c_hallgren wrote:Sorry, but I don't see how using only one tab is productive in a file manager designed to be multi-tab for productivity...I don't use that many tabs (usually 3-4 per pane but viewing as single pane) but some people have numerous tabs (even dozens) and thus having only one seems quite unusual which would likely reduce the chances for your request...that's just my viewpoint...univert wrote:Well, the whole purpose of this is productivity, convenience and screen-space-saving. I don't know why we can't make it. I really hope for this feature in the future.![]()
As far as space-saving, tabs only use about 2 lines of list space so not that much overhead...
This is a quite legitimate and easy-to-do feature just like tabbed web browsers do. Sadly I can't believe this is how XYplorer turn down user requests.j_c_hallgren wrote:Sorry, but I don't see how using only one tab is productive in a file manager designed to be multi-tab for productivity...I don't use that many tabs (usually 3-4 per pane but viewing as single pane) but some people have numerous tabs (even dozens) and thus having only one seems quite unusual which would likely reduce the chances for your request...that's just my viewpoint...univert wrote:Well, the whole purpose of this is productivity, convenience and screen-space-saving. I don't know why we can't make it. I really hope for this feature in the future.![]()
As far as space-saving, tabs only use about 2 lines of list space so not that much overhead...
Would you mind elaborating on how it would improve your productivity and be more convenient? You haven't really put forward a good case to have this feature.univert wrote:Well, the whole purpose of this is productivity, convenience and screen-space-saving.
Remember: The only one who can turn down a user request is Don, ok?univert wrote: Sadly I can't believe this is how XYplorer turn down user requests.
Yes, and there's also the "It's Not Christmas Every Day Rule" which basically states that there is a difference between wishing for a feature and remote-controlling a software developer.j_c_hallgren wrote:Remember: The only one who can turn down a user request is Don, ok?univert wrote: Sadly I can't believe this is how XYplorer turn down user requests.
All we as fellow forum members can do is agree (or disagree) that it makes sense and the more who do agree, the more likely it is to happen...a request that others here don't find needed or useful can still get implemented and that does happen (esp when Don feels it's worthwhile), but Don has what he calls "the two fools rule" where he really prefers at least two user requests for same/similar feature.