Change Log for the latest
XYplorer BETA version:
Code: Select all
v17.40.0211 - 2017-01-18 16:51
+ SC get got a new named argument "previewhandler". Rather for debugging
purposes (but who knows) this is a way to quickly retrieve the GUID,
Standard value, and DisplayName of the default previewhandler associated
with a given extension. The information is retrieved from the registry.
Syntax: get("previewhandler", extension, separator=CRLF)
extension: [required] any registered file extension
separator: separator between GUID, Standard, and DisplayName in the
returned string
return: GUID,separator,Standard,separator,DisplayName
Nothing if no previewhandler is found.
Example 1:
text get("previewhandler", "pdf");
returns (on my system):
{CF822AB4-6DB5-4FDA-BC28-E61DF36D2583}
PDF-XChange PDF Preview Provider
PDF-XChange PDF Preview Provider
Example 2:
text get("previewhandler", "msg");
returns (on my system):
{53BEDF0B-4E5B-4183-8DC9-B844344FA104}
MAPI Mail Previewer
@%systemroot%\system32\mssvp.dll,-127
! Audio Thumbs: Fixed a couple of glitches.
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.