Tab option "Tab Is Locked..."

Features wanted...
Post Reply
EnjoyRC
Posts: 101
Joined: 08 Nov 2010 21:54

Tab option "Tab Is Locked..."

Post by EnjoyRC »

Maybe a configuration option that allows closing a tab with the [x] icon without the "This tab is locked. Close it anyway?" confirmation dialog. If it's there and I missed it, please accept my appologies and share the info!! :D
Last edited by EnjoyRC on 03 May 2012 14:16, edited 1 time in total.

highend
Posts: 14571
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Tab option "Tab Is Locked..."

Post by highend »

What about using a script (on a hotkey / button)?

Code: Select all

tab("close", 0);
Closes the current! tab, regardless if it's locked (and without any confirmation messages).
One of my scripts helped you out? Please donate via Paypal

Twisten
Posts: 204
Joined: 27 Apr 2008 10:30

Re: Tab option "Tab Is Locked..."

Post by Twisten »

Heh :P its a solution, but aesthetically less pleasing (as a button) there is already a Close button.

admin
Site Admin
Posts: 64877
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Tab option "Tab Is Locked..."

Post by admin »

Next version... :)

EnjoyRC
Posts: 101
Joined: 08 Nov 2010 21:54

Re: Tab option "Tab Is Locked..."

Post by EnjoyRC »

admin wrote:Next version... :)
Awesome!!! Thanx for always improving XYplorer.

Post Reply