Move To Button

Features wanted...
Post Reply
yusef88
Posts: 1126
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Move To Button

Post by yusef88 »

Hi everybody
Why the "Move To" Button right click doesn't has same option which appears in context menu?
2017-04-06_172802.png
2017-04-06_172802.png (6.75 KiB) Viewed 1484 times
Can Move To button has a different icon distinguish from Copy To button? e.g. a red arrow (Backup To has yellow arrow)
2017-04-06_013943.png
2017-04-06_013943.png (2.02 KiB) Viewed 1484 times

yusef88
Posts: 1126
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: Move To Button

Post by yusef88 »

Can this option separated into three?
1.Move To
2.Copy To
3.Backup To
Attachments
2017-04-10_022206.png
2017-04-10_022206.png (7.34 KiB) Viewed 1461 times

yusef88
Posts: 1126
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: Move To Button

Post by yusef88 »

inclusion Recent Location in move to Menu would be great
Attachments
2017-04-18_011502.png
2017-04-18_011502.png (3.97 KiB) Viewed 1400 times
Last edited by yusef88 on 18 Apr 2017 04:47, edited 2 times in total.

SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Re: Move To Button

Post by SkyFrontier »

Hello, Yusef!

It happens that I have a script which, top to bottom, seems to fill all the needs you wrote here. If it's a candidate for an answer, let me know.
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

yusef88
Posts: 1126
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: Move To Button

Post by yusef88 »

Hello SkyFrontier. of course you are welcome to post your script

SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Re: Move To Button

Post by SkyFrontier »

Sure.
There are a few remarks I need to do, the main being:
-it requires "popupnestedpath.xyi", by Sammay.
-it makes use of XYlogger (a simple custom column function whose code can be found here: viewtopic.php?f=3&t=17240&p=148173#p148165); if absent, it'll deal with it; you may also use the .txt as a text-based favorites list;
-it also uses some highend's code for accelerator keys (I had one but later wrote another and in the meantime I made this code using the plug; I may or may not touch this, yet to decide as it won't add nothing as my other codes do when it comes to flexible lists);
-it offers copy\move\backup operations for the following targets:
1. opposite pane's tabs (if any);
2. recent locations [ get("list_recentlocations") ];
3. current pane's tabs (including the current one, anyway - I decided to keep it);
4. a fixed list (fed by a variable);
5. logged entries (as described).

Sammay wrote a simple-and-effective HTML GUI for the backup part, which were ditched on this version due to this:
Include vs User Def Functions Foggy Error
...just saw admin's answer while I'm writing this but anyway: it worked on Sammay's end, so the answer may not apply (I'll investigate it later).

Hope this helps.
Attachments
smartFileOps.xys
(8.14 KiB) Downloaded 93 times
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

yusef88
Posts: 1126
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: Move To Button

Post by yusef88 »

very helpful script, thanks a lot. :beer:

Post Reply