[Suggestion] Do not show Close button on tabs

Discussion related to "Everything" 1.5 Alpha.
Post Reply
NotNull
Posts: 5260
Joined: Wed May 24, 2017 9:22 pm

[Suggestion] Do not show Close button on tabs

Post by NotNull »

I would like to see an option to not show the Close button ("X") on tabs.
Just like Notepad++ has (Show close button on each tab setting) and Firefox used to have.

For closing tabs I use 'CTRL + W' in "keyboard-mode"
In "mouse-mode" a scrollwheel-click on the tab is enough for me to close the tab, so no need to aim for the small Close button.


Just to have an extra clean user interface ...
void
Developer
Posts: 15350
Joined: Fri Oct 16, 2009 11:31 pm

Re: [Suggestion] Do not show Close button on tabs

Post by void »

Everything 1.5.0.1367a adds a tabs_close_button advanced setting.

To hide the close buttons on tabs:
  • 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:
    menu
  • Select: tabs_close_button
  • Set the value to: false
  • Click OK.


To close tabs you can:
Right click the tab and click Close Tab.
-or-
Press Ctrl + W



Thank you for the suggestion!
NotNull
Posts: 5260
Joined: Wed May 24, 2017 9:22 pm

Re: [Suggestion] Do not show Close button on tabs

Post by NotNull »

Thank you for implementing!
Looks good ...
Nighted
Posts: 8
Joined: Sat Apr 18, 2009 7:34 pm

Re: [Suggestion] Do not show Close button on tabs

Post by Nighted »

Hmmm...when I try to click the scroll wheel/mmb to close a tab it pastes the clipboard.

If I use default settings I still can't middle click to close a tab.

What am I doing wrong? ¯\(°_o)/¯
void
Developer
Posts: 15350
Joined: Fri Oct 16, 2009 11:31 pm

Re: [Suggestion] Do not show Close button on tabs

Post by void »

Please check your mouse software.



What mouse event is Everything seeing? could you please:
  • In Everything, create at least two tabs.
  • In Everything, from the Tools menu, under the Debug submenu, check Verbose.
  • From the Tools menu, under the Debug submenu, click Start Debug Logging.
  • Middle click a tab.
  • From the Tools menu, under the Debug submenu, click Stop Debug Logging.
    --this will open your Everything Debug Log.txt in Notepad
  • Please post the contents here.
    -It will show if Everything is receiving a middle mouse button action or a paste action.
Nighted
Posts: 8
Joined: Sat Apr 18, 2009 7:34 pm

Re: [Suggestion] Do not show Close button on tabs

Post by Nighted »

Thanks but I've discovered the problem. I am an idiot. :lol:
kazzybash
Posts: 98
Joined: Mon Mar 02, 2020 9:55 pm

Re: [Suggestion] Do not show Close button on tabs

Post by kazzybash »

:)


thanks therube for this suggestion (it is an improvement!)

regards, kazzy
NotNull
Posts: 5260
Joined: Wed May 24, 2017 9:22 pm

Re: [Suggestion] Do not show Close button on tabs

Post by NotNull »

kazzybash wrote: Tue Mar 19, 2024 9:58 pm thanks therube
And now I have an identity crisis ... ;)
kazzybash
Posts: 98
Joined: Mon Mar 02, 2020 9:55 pm

Re: [Suggestion] Do not show Close button on tabs

Post by kazzybash »

:lol:

Sorry for addressing you wrongly NotNull!
Last edited by kazzybash on Thu Mar 21, 2024 4:48 pm, edited 1 time in total.
ChrisGreaves
Posts: 608
Joined: Wed Jan 05, 2022 9:29 pm

Re: [Suggestion] Do not show Close button on tabs

Post by ChrisGreaves »

Nighted wrote: Sun Mar 17, 2024 2:36 pm Thanks but I've discovered the problem. I am an idiot. :lol:
Granted! :twisted:
But what was the problem? How did you shoot yourself in the foot?
(signed) "Curious" of Bonavista
NotNull
Posts: 5260
Joined: Wed May 24, 2017 9:22 pm

Re: [Suggestion] Do not show Close button on tabs

Post by NotNull »

kazzybash wrote: Wed Mar 20, 2024 10:25 pm Sorry fro addressing you wrongly NotNull!
No problem! (just funny)
Nighted
Posts: 8
Joined: Sat Apr 18, 2009 7:34 pm

Re: [Suggestion] Do not show Close button on tabs

Post by Nighted »

ChrisGreaves wrote: Thu Mar 21, 2024 12:31 pm
Nighted wrote: Sun Mar 17, 2024 2:36 pm Thanks but I've discovered the problem. I am an idiot. :lol:
Granted! :twisted:
But what was the problem? How did you shoot yourself in the foot?
(signed) "Curious" of Bonavista
I had X-Mouse Button Control running and I didn't catch it. I thought that maybe middle click pasting was part of Everything since I had it set that way for so many years. It was an embarrassing moment indeed. :roll:
Post Reply