Change Log for the latest
XYplorer BETA version:
Code: Select all
v22.40.0209 - 2021-11-05 13:53
+ SC setthumb rewritten from scratch.
Action: Sets a specific thumbnail for one or more currently listed items.
Syntax: setthumb [item], [thumb], [mapfile]
item: Item to set the thumbnail for.
- The path defaults to the current list path.
- This item has to be present in the current list.
If omitted then the thumbnail is set for all currently selected items.
thumb: File to be used as thumbnail.
- The path defaults to <xyicons>.
mapfile: File with a list of "item > thumb" mappings.
- The path defaults to <xydata>.
Examples:
setthumb , "E:\Test\thumbs\stars.jpg"; //set it for all selected files
setthumb , "stars.jpg"; //it's in path <xyicons>
setthumb "E:\Test\Meskalin.exe", "\\Vega\shared\Test\Pics\BlowUp.jpg";
setthumb "Meskalin.exe", <clp>; //pull thumb from clipboard
Remarks on the mapfile:
- By setting a mapfile you can permanently patch the thumbnails of any
items on your system. This includes setting thumbnails for items that
otherwise would have none.
- You only have to set it once with SetThumb. It then sticks in the INI
file until you change it to another map file or set it to "".
- Syntax: One mapping per line, generic format: item > thumb. "item" can
be full path, a mere filename, or a wildcard pattern. The lines are
processed from top to bottom. First match wins.
Examples:
D:\Test\Java.psd > E:\Test\thumbs\injection\palmoil.jpg
E:\Space\* > E:\Test\thumbs\stars.jpg
XY-HoverBoxKeyBoardTricks.txt > E:\XY\XYlogo.png
*.exe > E:\Test\thumbs\injection\motor.jpg
* > E:\Icons\item.ico
- Updating the map file does not automatically update the thumbnails cache
nor the currently shown thumbnails. If you want to see an immediate
effect you have to call #510 (View | Caches | Refresh Thumbnails):
setthumb 2:="XYthumbsMap.txt"; #501; //set map file + refresh thumbnails
setthumb 2:=""; #501; //reset map file + refresh thumbnails
* Startup: Experimentally, there is now a small loading screen. Something to
look at while the app is loading, centered on where the app will be.
To
update to this BETA version from XYplorer, hold down the
CTRL key while you click
Help | Online Support | Check for Updates.
To
download this BETA version choose a 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.