Website and Help Typos
Re: Website and Help Typos
I noticed you mention you are adding the regex info to the help file, so while you are making changes I thought I'd mention that in the SC get section of the help file a few of the cmds aren't in alphabetical order eg.
saveonexit/MenuCaption/previewhandler/XYCopy_pending also UsedSpace/thumbnailprovider, but since those relate to the above items I can sort of understand why they are positioned where they are.
Also I noticed that SC filetime doesn't list valid entries for the "type" param, so some users may not know what values it accepts.
saveonexit/MenuCaption/previewhandler/XYCopy_pending also UsedSpace/thumbnailprovider, but since those relate to the above items I can sort of understand why they are positioned where they are.
Also I noticed that SC filetime doesn't list valid entries for the "type" param, so some users may not know what values it accepts.
-
- Site Admin
- Posts: 64339
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Website and Help Typos
alphabetical order: I think I already fixed that in the current version. 
filetime: whoops

filetime: whoops

FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.
Re: Website and Help Typos
whoops, looked at slightly older help ver. 

Re: Show file icon on thumbnail
The Help file says "Check to show the small file icon in the top-left corner of the thumbnail" but the icon is in the bottom-left corner of the thumbnail.
Windows 10 Pro 22H2
-
- Site Admin
- Posts: 64339
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Website and Help Typos

FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.
Re: Website and Help Typos
In the help file -- In view menu > view menu commands > for "Selected items to top" it is written as -- in one spot to easier do,which is not written correctly
Re: Website and Help Typos
In help file -- For "Default to repeat action on collisions",you have written the same thing 2 times,it is -- affects Custom Copy/Move, Backup
-
- Site Admin
- Posts: 64339
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Website and Help Typos

FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.
-
- Posts: 2822
- Joined: 21 Nov 2005 20:39
- Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%
Re: Website and Help Typos
In XY help, as well in .pdf help, the section /script says (at it's very end):
Not knowing what it's about you can need quite some time to find it.
But that tip is in section /feed, several pages above.Tip: see the tip below about "piping" …
Not knowing what it's about you can need quite some time to find it.
-
- Site Admin
- Posts: 64339
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Website and Help Typos

FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.
Include button background information with ctbicon
Not a typo but a suggestion for the Help file.
Custom button backgrounds can be used with sc ctbicon, for example:
It would be handy to include that information in the ctbicon section of the Help file.
Custom button backgrounds can be used with sc ctbicon, for example:
Code: Select all
ctbicon("Apple.ico*#F6F6F6,r");
Windows 10 Pro 22H2
-
- Site Admin
- Posts: 64339
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Website and Help Typos

FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.
Re: Website and Help Typos
Following my introduction to dereferencing, I think there's a small omission in the help:
This is only true after
idh_scripting.htm#idh_scripting_dereferenceoperator
Code: Select all
$var = '$a'; *$var = "TEST"; echo "*$var, $a!"; //TEST, TEST!
aid 1;
, which is neither the default nor is set in the fragment. Perhaps that one example, which is the only one using interpolation, could be moved to after the statement together with anNote that dereferencing is also supported ... aid command.
aid 1;
statement.Code: Select all
aid 1; $var = '$a'; *$var = "TEST"; echo "*$var, $a!"; //TEST, TEST!
-
- Site Admin
- Posts: 64339
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Website and Help Typos
Oh yes, thanks!
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.
Re: Website and Help Typos
I suggest that the Help for SC "CopyTo" mention or even better show that the "Source" can be a string variable which itself is a delimited list of "name-w-path" items. The Source examples show single and multiple name-w-path items, but not the use of such a variable.
Someone fluent in scripting might just assume that this would work, but I wasn't sure until I thought of doing it and then tried it. Great because it let me build my string via various loops and then copy everything at once.
Someone fluent in scripting might just assume that this would work, but I wasn't sure until I thought of doing it and then tried it. Great because it let me build my string via various loops and then copy everything at once.