Re: Website and Help Typos
Posted: 29 Apr 2022 18:02
Rename File is found on that page. I will add "(Floating Preview)" to the keyword.
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Code: Select all
Offer to extract items from the currently selected zip file:
zip_extract (, "", inputselect("Check Items to extract to current folder", replace(zip_list2(, "|", 0), "<tab>", ""), "|", 11,,,, "<curitem>"), "|");
zip_extract(zip_extract (zip and extract??
Code: Select all
------------------------------------------------
All Commands
(can be displayed as they currently are)
------------------------------------------------
A
abs
ageclasses
...
B
backupto
base64decode
...
C
catalogexecute
catalogload
...
Code: Select all
"Script Help"
//copied the list from scripting-commands help page (except for gpc, which needs to be changed to function as an alias)
$cmds = "abs, ageclasses, appicon, asc, assert, attrstamp, automaxcolumn, autosizecolumns, backupto, base64decode, base64encode, beep, box, br, break, button, buttonset, catalogexecute, catalogload, catalogreport, ceil, charview, chr, colorfilter, columnlayout, compare, confirm, continue, controlatpos, controlposition, copier, copy, copyas, copydata, copyitem, copytext, copyto, ctbicon, ctbname, ctbstate, count, dark, datediff, datepicker, dectohex, delete, dlog, download, echo, editconf, end, eval, exists, exit, explode, extracttext, extratag, favs, filesequal, filesize, filetime, filetype, filter, flattenfolder, floor, focus, folderreport, foldersize, font, format, formatbytes, formatdate, formatlist, fresh, freshhere, get, getkey, getpathcomponent, gpc|getpathcomponent, getsectionlist, gettoken, gettokenindex, ghost, global, goto, hash, hashlist, hex, hexdump, hextodec, highlight, html, id3tag, implode, incr, indexatpos, input, inputfile, inputfolder, inputselect, internetflags, isset, isunicode, itematpos, lax, listfolder, listpane, llog, load, loadlayout, loadsearch, loadsettings, loadtree, logon, makecoffee, md5, middletruncation, moveas, moveto, msg, new, newwindow, now, obfuscate, open, openwith, outputfile, paperfolder, pasteto, patchimage, pathreal, pathvirtual, perm, popupcontextmenu, popupmainmenu, popupmenu, popupnativecontextmenu, popupnested, posatpos, property, quickfileview, quicksearch, quote, rand, readfile, readonly, readonlyhere, readpv, readurl, readurlutf8, recase, refreshlist, regexmatches, regexreplace, releaseglobals, rename, renameitem, replace, replacelist, report, resolvepath, return, rotate, round, rtfm, run, runq, runret, savesettings, savethumb, searchtemplate, sel, selectitems, selectthumbs, self, selfilter, seltab, set, setcolumns, seticons, setkey, setlayout, setthumb, setting, settingp, shellopen, showhash, showintree, showstatus, skipundo, slog, sortby, sortbylist, sound, status, statusbartemplate, step, strlen, strpos, strrepeat, strreverse, sub, substr, swapnames, sync, syncselect, tab, tabset, tag, tagexport, tagitems, taglist, tagload, text, thumbscacherename, thumbsconf, timestamp, toolbar, topindex, trayballoon, trim, unset, unstep, update, urldecode, urlencode, utf8decode, utf8encode, view, wait, wipe, writefile, writepv, zip_add, zip_extract, zip_list2";
$cmd = inputselect("Select Scripting Command", $cmds, ", ", 32 /*autoselect*/ +64 /*listdata has fields*/ +1024 /*focus filter box*/,,350,800);
rtfm 'idh_scripting_comref.htm#idh_sc_'.$cmd;Thank you ! This is very useful and helpful.klownboy wrote: ↑06 Nov 2022 14:45 Give highend's ShowHelpTopic script a try viewtopic.php?p=82518#p82518. It provides a vertical listing of Scripting Commands and much more.
· 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