Page 18 of 27

Re: Website and Help Typos

Posted: 05 Oct 2018 08:25
by jupe
Some things from the 19.20 PDF if you are interested, on page 534
The value is never reset within the running session, so you get retrieve it even hours after the
On page 390
By the way, adding the separator ">" after the pattern is optional and makes not difference.
On page 219
Paths can be quoted (useful of path contains ";").
On page 218
This is a Branch View excluding the contents of certain paths (all versions are equivalent):
E:\Test\b\Pluto? /excl=Private;Secret /flat
E:\Test\b\Pluto? /excl=Private;Secret /flat
E:\Test\b\Pluto? /excl=Private;Secret /flat
All 3 listed entries are equivalent... but also identical? do they need listing 3 times ?

Re: Website and Help Typos

Posted: 05 Oct 2018 09:49
by admin
Great, thanks!

FYI, it should have been this:

Code: Select all

E:\Test\b\Pluto? /excl=Private;Secret /flat
E:\Test\b\Pluto? /excl=Private;Secret :flat
E:\Test\b\Pluto? /excl=Private;Secret:flat

Re: Website and Help Typos

Posted: 24 Nov 2018 09:07
by jupe
A couple of very minor things I noticed from the 19.40 PDF, on page 212, just a double opening parenthesis
((Windows New Line CR+LF)
On page 445, under the Numbered Arguments heading, just before Concatenation heading it has written:
This little script will rename all currently selected items by appending the current date.
but no accompanying example script, instead it is just an empty yellow backgrounded box.

Re: Website and Help Typos

Posted: 24 Nov 2018 11:37
by admin
Thanks!

Re: Website and Help Typos

Posted: 04 Dec 2018 16:59
by Leito
Help > Scripting Commands Reference > favs()
favs([type=d|f], [items], [separator=CRLF], [action=a|aa|p|pp|s|d])

Re: Website and Help Typos

Posted: 18 Dec 2018 08:08
by admin
:tup:

Re: Website and Help Typos

Posted: 02 Jan 2019 21:23
by Leito
Help > Scripting Commands Reference > update()
The latest installer is downloaded to the TEMP XYplorer Temp folder (%temp% <xydata>/Temp).

Re: Website and Help Typos

Posted: 09 Jan 2019 12:05
by admin
:tup:

Re: Website and Help Typos

Posted: 13 Jan 2019 14:25
by PeterH
Not really a bug, but I'd say, to avoid misunderstandings with unary + and - in documentation of Operator Precedence, you should add the word Unary in front of the operators + -, i.e.
Unary + - <tab> Math: Unary Plus, Unary Minus

Re: Website and Help Typos

Posted: 14 Jan 2019 17:28
by admin
Well, okay, I did it like this now:

Code: Select all

+ -           Math: Unary Plus, Unary Minus (operator is prefixed to a number)

Re: Website and Help Typos

Posted: 14 Jan 2019 22:13
by PeterH
I see the problem that when just looking to the Operators column, you see + and - and expect you know what's meant. (Everybody knows + and -!) Only a look for Additional Information brings you to understand, that not + -, but "Unary + -" is meant.
I think this basic info belongs to the Operator column, to make it's info unique. "Additional Info" should be just additional explanation, and not be neccessary to interpret the meaning of the operators.

Sorry - just my interpretation.
(Why? Because it happened to me :oops: )

Re: Website and Help Typos

Posted: 15 Jan 2019 10:46
by admin
Yes, but the Operators column should only show the operator, nothing else.

I think the risks are manageable now. :)

Re: Website and Help Typos

Posted: 15 Jan 2019 11:32
by PeterH
OK: different opinions here.

I'd prefer uniqueness (in this column).

Re: Website and Help Typos

Posted: 19 Jan 2019 22:54
by Filehero
19.50.0231, Help SC command listing

Code: Select all

... zip_extract, zip_list2
                         ^

Re: Website and Help Typos

Posted: 21 Jan 2019 08:00
by jupe
@Filehero: zip_list2 is correct, zip_list is deprecated now but kept for backwards compatibility, the 2 version has additional parameters.