Page 13 of 16

Re: TeraCopy Integration

Posted: 31 Mar 2012 04:03
by paul0
Here is the icon of teracopy for sharing.

New icons are uploaded. I add two teracopy icons in the zip file.

Re: TeraCopy Integration

Posted: 31 Mar 2012 04:49
by Muroph
paul0 wrote:If you can add some icons before each menu item, it will be more user friendly.
will do :)
paul0 wrote:1. items (files/folders) are copied or moved, the collection should be cleared.
sounds simple to implement.
i'll take a shot at it this weekend.
paul0 wrote:2. take tags files as collections. user can move/copy items from different tags too.
i don't really understand what you mean here... :?

Re: TeraCopy Integration

Posted: 31 Mar 2012 05:39
by paul0
sorry for confusing you. I mean that we can consider a tag of files as a collection of file with some features. For example, I use the tag installer to specify/claim some installer to be moved.

The process of tagging file is the same of the process of adding file to collection.

Benefit of tagging is that we can have multiple tags at the same time.

After the tagging is done, we can use teracopy to files with a specific tag.

This idea can also apply to labels.

Re: TeraCopy Integration

Posted: 31 Mar 2012 06:42
by paul0
Here is a tip to add keyboard shortcut to teracopy.

The screenshot is an example to add the command of teracopy moveto using command management of XYplorer.

Re: TeraCopy Integration

Posted: 17 Apr 2012 16:43
by Muroph
as requested by paul0, i added some icons to the menu and the ability to automatically clear the collection after you copy/move the collected items.
the auto-clear option is in the configuration dialog and defaults to off.
there's also a new tweak $clearcolldelay which sets a delay in milisecs before clearing the collection.
increase this delay if teracopy fails to grab the collection before it's cleared (it says "No files" in the proggress dialog).
i'm open to suggestions of more internal XY icons to use in the menu.

the new script has not been extensively tested (no time for that ATM), so consider this a beta version.

as soon as i finish my current projects i'll start working on the other request (copy/move by tag).

Re: TeraCopy Integration

Posted: 20 Apr 2012 17:55
by paul0
Muroph,

Thanks for your great job. :appl:

Re: TeraCopy Integration

Posted: 10 May 2012 08:44
by Muroph
new beta version, now with a "move/copy here by tag" command.
click on the command and select the tag on the menu that pops up (only tags with at least 1 item are displayed).
for now only the current list or tree path can be the target.

as usual, this has not been extensively tested for bugs yet.
also, i'll probably try to improve the method used to extract the tags and tagged items from the database.

paul0, i'm expecting some feedback from you. :mrgreen:

Re: TeraCopy Integration

Posted: 11 May 2012 05:37
by Muroph
fixed a bug.
still on the lookout for more.

new version is on my previous post.

Re: TeraCopy Integration

Posted: 22 Dec 2012 00:45
by divarak
Hello Everybody!

This is my first post, I am trying XYplorer, and I am trying to integrate Teracopy with Xyplorer....
I follow all instructions, download and install the script, but when I try to Ctrl +C on teracopy command appears a debug window with this error:


Error:
"Desbordamiento" (I asumme Overflow)
0 \ 0

line:
$teracopypath=eval(quote($teracopypath));

any suggestions?

Thanks in advance.

divarak.

Re: TeraCopy Integration

Posted: 19 Apr 2013 11:16
by kotlmg
teracopy script and gui are not working with the latest version? can anyone give a workaround. i want default copy and move to be overtaken by teracopy as in earlier versions of xyplorer. now there is a problem of above script. please guide me.

Re: TeraCopy Integration

Posted: 19 Apr 2013 16:21
by kotlmg
reverted back to previous version and teracopy script is working.

Re: TeraCopy Integration

Posted: 21 Apr 2013 15:04
by kotlmg
your teracopy.xys is no more working with the latest xyplorer version. i don't know whether it is problem with xyplorer or your script. can you please test and clarify. with all the previous versions your script has no problem. for the time being i have reverted back to previous version.

Re: TeraCopy Integration

Posted: 21 Apr 2013 18:52
by tiago
Assuming divarak's post is the key, I haven't tested any of this, bla, bla, the line he mentions should read

$teracopypath=quote($teracopypath);

but I can't ensure due to lack of context that eval() will be a miss here. Or not.

Re: TeraCopy Integration

Posted: 23 Apr 2013 09:00
by miica
hi, I have problem with the script as well, but I solved my problem. In my case, i am using Teracopy x64, and I change the following line in teracopy.xys

Code: Select all

if("$teracopypath"==""){$teracopypath='%programfiles%\TeraCopy\teracopy.exe';}
to

Code: Select all

if("$teracopypath"==""){$teracopypath='C:\Program Files\TeraCopy\teracopy.exe';}
then it works :)

Re: TeraCopy Integration

Posted: 23 Apr 2013 16:07
by kotlmg
i tried the above method, but it is not working.