Change Log for the latest
XYplorer BETA version:
Code: Select all
v13.40.0211 - 2013-12-15 16:00
+ SC copyto, moveto, backupto: Now you can pass a file containing a
source item list as source. The source items file should be an
ASCII or UNICODE text file, and containing one source item per
line. Empty lines are ignored. Folders can be slashed or not.
Example for the contents of a source items file:
E:\Test\a\test\file-01.txt
E:\Test\a\test\file-02.txt
E:\Test\a\test\folder\
To mark the source argument as source items file simply prefix it
with "*".
Example:
copyto "E:\Target\", "*E:\Test\Sources.txt";
Remarks:
- This feature allows you to easily trigger "distributed file
operations", i.e. operations on a set of items that cannot
easily be defined by selecting the items in the file list. This
can mean an enormous usability boost.
- The *-prefix was borrowed by TeraCopy, thanks for that!
* SC copyto, moveto, backupto: Now the first argument (location) is
optional and defaults to the current path.
copyto , "*E:\Test\Sources.txt"; //copy stuff to here
+ Address Bar: Now, when the Address Bar shows an existing file (not
a folder), then the icon pops a right-click menu with 4 useful
commands: Go To, Open, Copy Item, Copy Name.
* Copy Handler Definitions: Now you can omit the path. It will
default to the following standard paths:
FastCopy: %ProgramFiles%\FastCopy\FastCopy.exe
TeraCopy: %ProgramFiles%\TeraCopy\TeraCopy.exe
So, a set of copier definitions can now look like this:
FastCopy (AutoClose)||/auto_close
FastCopy (Verify)||/verify /auto_close
TeraCopy (Rename All)||/RenameAll
TeraCopy (Overwrite Older)||/OverwriteOlder
* SC Copier: Now it's a function.
Name: Copier
Action: Defines an external copy handler for copy and move operations.
Syntax: copier([definition])
definition: Defines the program to use and how.
General syntax: Caption|Executable|Switches
- The Caption has to be either TeraCopy or FastCopy.
- The Executable has to be the full path to the executable.
Optional. If omitted then these are the defaults:
FastCopy: %ProgramFiles%\FastCopy\FastCopy.exe
TeraCopy: %ProgramFiles%\TeraCopy\TeraCopy.exe
- The Switches are optional. Look them up in the documentation
of the copier.
Set to "" to use XYplorer's Custom Copy.
return: the current definition.
Examples:
copier("FastCopy (AutoClose)||/auto_close"); //set copy handler
copier(""); //back to XYplorer's Custom Copy
echo copier(); //show current definition (don't change anything)
$old = copier(""); //store current definition, then reset it to ""
+ Menu File | To Clipboard: Added command "Name(s), Bytes,
Modified[, Version], Path, MD5". The new thing here the MD5 part.
* Toolbar | Use Custom Copy: Now the icon turns green when an
external copy handler is enabled.
! Thumbnails: Shell thumbnails (PSD, PDF, Office, and many more)
would not be displayed under DBCS codepages (East Asia) when the
path or file name contained Unicode characters. Fixed #2.
* MLS: Internally updated to version 8.41.
> TRANSLATORS: Please wait until Reference_8.41.lng is uploaded.
You will be notified if you subscribe to this thread:
http://www.xyplorer.com/xyfc/viewtopic.php?f=12&t=9648
To
download the latest BETA version choose a download package: (1)
Installer Package, (2)
No-Install Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.