Page 12 of 28

Re: Website and Help Typos

Posted: 28 Nov 2016 09:55
by admin
"... shows that semicolons after the cases are an acceptable alternative to colons: ..."

Re: Website and Help Typos

Posted: 28 Nov 2016 09:59
by highend
oh... that looks... weird...

Re: Website and Help Typos

Posted: 28 Nov 2016 10:00
by admin
PHP has it too.

Re: Website and Help Typos

Posted: 28 Nov 2016 10:02
by highend
that doesn't make it less weird :)

Re: Website and Help Typos

Posted: 28 Nov 2016 10:43
by admin
A little less for those who know PHP. :)

Re: Website and Help Typos

Posted: 18 Dec 2016 21:37
by highend
property()
XYplorer-specific Special Properties
#ItemCount = Number of items (files and folders) in a folder (non-recursive); "" (nothing) if folder unavilable

Re: Website and Help Typos

Posted: 19 Dec 2016 08:20
by admin
Merci!

Re: Website and Help Typos

Posted: 19 Dec 2016 23:51
by highend
Visual Filters
Must-Match-Patterns
nec:a;b;nec:c;d = a AND (b OR (c AND (d OR e)))
Am I missing something or isn't there an "e" in the left pattern?

Re: Website and Help Typos

Posted: 20 Dec 2016 09:43
by admin
Indeed, the error is was already in the change log. It should be:

Code: Select all

nec:a;b;nec:c;d               = a AND (b OR (c AND d))

Re: Website and Help Typos

Posted: 29 Dec 2016 13:51
by highend
The "Path" checkbox in the find files tab has a popup tooltip. The latter part states
Any backslashes must be doubled ("\\") in the search term.
I guess this was made for the regex mode? Maybe a further explanation should be
added...

Re: Website and Help Typos

Posted: 17 Jan 2017 15:35
by admin
highend wrote:The "Path" checkbox in the find files tab has a popup tooltip. The latter part states
Any backslashes must be doubled ("\\") in the search term.
I guess this was made for the regex mode? Maybe a further explanation should be
added...
No, it's other reasons related to the parsing of complex terms. Internal stuff... :)

Re: Website and Help Typos

Posted: 17 Jan 2017 15:39
by highend
I see but even when putting a double quoted path in it, it didn't require doubled backslashes to work correctly...

Re: Website and Help Typos

Posted: 17 Jan 2017 15:42
by admin
Isn't this mentioned in Help?
Alternatively to adding backslashes, you can quote the pattern to protect it from parsing:
:!"*\temp\*"
:"*\keyboard*" OR "*\mouse*"

Re: Website and Help Typos

Posted: 17 Jan 2017 15:45
by highend
No clue. No one actually reads help files nowadays...

Re: Website and Help Typos

Posted: 17 Jan 2017 15:51
by admin
OK, but I don't think anything needs to be done. The tooltip is sufficient. It's not the place to answer the "Why?" question.