Website and Help Typos
Forum rules
READ THIS AND DO IT!!!
Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
-
jupe
- Posts: 3448
- Joined: 20 Oct 2017 21:14
- Location: Win10 22H2 120dpi
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.
-
admin
- Site Admin
- Posts: 66160
- 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
-
jupe
- Posts: 3448
- Joined: 20 Oct 2017 21:14
- Location: Win10 22H2 120dpi
Re: Website and Help Typos
whoops, looked at slightly older help ver. 
-
kiwichick
- Posts: 675
- Joined: 08 Aug 2012 04:14
- Location: Windows 10 Pro 22H2, 150% scaling
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
-
admin
- Site Admin
- Posts: 66160
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
james8865
- Posts: 54
- Joined: 13 Oct 2024 16:16
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
-
james8865
- Posts: 54
- Joined: 13 Oct 2024 16:16
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
-
admin
- Site Admin
- Posts: 66160
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
PeterH
- Posts: 2827
- 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.
-
admin
- Site Admin
- Posts: 66160
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
kiwichick
- Posts: 675
- Joined: 08 Aug 2012 04:14
- Location: Windows 10 Pro 22H2, 150% scaling
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
-
admin
- Site Admin
- Posts: 66160
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
altoclef
- Posts: 99
- Joined: 12 Oct 2012 18:54
- Location: Win11 24H2 @100%
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_dereferenceoperatorCode: 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!-
admin
- Site Admin
- Posts: 66160
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
Malarki
- Posts: 209
- Joined: 03 Dec 2019 02:51
- Location: Windows 10 x64; 100% Scaling
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.
XYplorer Beta Club