Can I Undo more Closed Tabs

Features wanted...
Post Reply
fogg
Posts: 32
Joined: 15 Jul 2014 16:13
Location: Going around the World

Can I Undo more Closed Tabs

Post by fogg »

Hello again.

I have another feature request.
You can re-open a lot of closed tabs in web browsers. but Xyplorer cannot do it. It only opens the last one tab with This option: Reopen Last Closed Tab.
For better use, I wish it could save a history of closed tabs and open more closed tabs with this option.

Thank you.
Phil.
s404:signature not found.

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

Re: Can I Undo more Closed Tabs

Post by highend »

One of my scripts helped you out? Please donate via Paypal

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Can I Undo more Closed Tabs

Post by bdeshi »

+1 for a native solution!

<edit>my suggestion is the same as highend. But this might help anyways. </edit>

Try this: http://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=8633
Note that you need to close tabs using this script to be able to reopen them later.
I suggest you link a toolbar button with this script. Follow this instructions:
1| download the script file ("restoretabs.xys") from the linked topic and save it to <xyscripts> folder.

2| Then enter ::snippet; into the addresbar. A textbox will pop up. Paste the following code there.

Code: Select all

Snip: CTB 1
  XYplorer 14.70.0002, 12/17/2014 9:32:29 PM
Action
  NewUserButton
Name
  Tab Re-opener
Icon
  :closetab
ScriptL
  ::load "restoretabs.xys", "Close Tab";
ScriptR
  ::load "restoretabs.xys", "Restore Last Tab";
FireClick
  0
3| A new button with the "close tabs" icon will be added to the toolbar. left-click it to close a tab and right click to get a list of restorable tabs.

BTW, @highend, that's a very useful script. I wonder why I wasn't using it all this time... :o
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

fogg
Posts: 32
Joined: 15 Jul 2014 16:13
Location: Going around the World

Re: Can I Undo more Closed Tabs

Post by fogg »

SammaySarkar wrote:BTW, @highend, that's a very useful script. I wonder why I wasn't using it all this time... :o
Me too! Many thanks highend.
(But I still wish XY can do it on its own :roll: )
Only one more question. The script also closes locked tabs. Can it not do that and show the normal alertbox?
s404:signature not found.

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Can I Undo more Closed Tabs

Post by bdeshi »

I uploaded a new ( cutomized ) version of highend's script here: http://www.xyplorer.com/xyfc/viewtopic. ... 45#p115345
this one will show the ususal alerts.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

Luigi
Posts: 57
Joined: 01 Sep 2011 00:41

Re: Can I Undo more Closed Tabs

Post by Luigi »

It would be nice to undo more closed tabs without scripts. Adding my reply as "+1"

Post Reply