Restore selection after Reset Tree

Features wanted...
Post Reply
binocular222
Posts: 1416
Joined: 04 Nov 2008 05:35
Location: Hanoi, Vietnam

Restore selection after Reset Tree

Post by binocular222 »

Step 1: When there's no Visual Filter nor QNS, selection state is stored (let's call it [A] state)
Step 2: After I apply Visual Filter or QNS, selection state is stored (let's call it state).
Step 3: After I reset Tree & List with #484 and restore selection with #257, the [A] state is restored (sometime selection state is empty and nothing is restored by #257)

Please make #257 restore to state

P.S: I use #484 ALOT to quickly reset Visual filter; QNS...
P.S: There's a work around but I think it would be more intuitive for #257 to restore to

Code: Select all

 $CurSelection = get("SelectedItemsNames");
 #484;
 selectitems $CurSelection;
 sel "+0"
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

Post Reply