Page 22 of 27

Re: Website and Help Typos

Posted: 06 May 2019 12:38
by admin
Yes, I know. I had to remove them because I got sued by some f***ing German lawyers for using images I had found in the web. Man, they made me pay... :blackstorm:

Re: Website and Help Typos

Posted: 06 May 2019 13:30
by genieautravail
OK ! :eh:

Just for information, here all another links I have found with screenshots missing or incomplete:

https://www.xyplorer.com/release_7.00.php

https://www.xyplorer.com/release_10.60.php
The screenshot just before "Step 5: Click the first menu item, and ta-da!, the document is opened in the defined application."

https://www.xyplorer.com/release_11.40.php
The screenshot just before "High quality interpolation in the Floating Preview."

https://www.xyplorer.com/release_11.60.php
The screenshot just before "Judy Garland, rotated by 90° clockwise."

https://www.xyplorer.com/release_11.70.php

https://www.xyplorer.com/release_11.80.php

https://www.xyplorer.com/release_12.10.php

https://www.xyplorer.com/release_13.00.php

https://www.xyplorer.com/release_13.10.php

Best regards :mrgreen:

Re: Website and Help Typos

Posted: 06 May 2019 13:38
by genieautravail
The screenshot missing on the following webpage is from you (screenshot without external copyright):
https://www.xyplorer.com/release_7.00.php

Best regards :mrgreen:

Re: Website and Help Typos

Posted: 06 May 2019 14:03
by admin
genieautravail wrote: 06 May 2019 13:38 The screenshot missing on the following webpage is from you (screenshot without external copyright):
https://www.xyplorer.com/release_7.00.php

Best regards :mrgreen:
You are right. (Uuh, this page is so out-dated) I uploaded a new screenshot and added some quotes to that script.

Thanks.

Re: Website and Help Typos

Posted: 10 Jun 2019 11:52
by bdeshi
changelog for v20.00.0005 - 2019-05-25 11:32: "Thumnails" :ninja:

Re: Website and Help Typos

Posted: 11 Jun 2019 09:57
by admin
:)

Re: Website and Help Typos

Posted: 12 Sep 2019 02:05
by hermhart
For the help section on outputfile(), where it describes the 'caption' section, I believe that should really be 'file'. And there probably shouldn't be 'separator' in there, as that should probably be 'caption'.

Code: Select all

::help "idh_scripting_comref.htm#idh_sc_outputfile"
It looks to be correct here:
viewtopic.php?f=1&t=4&sd=d&start=15#p172113

Re: Website and Help Typos

Posted: 12 Sep 2019 09:41
by admin
Yes, thanks for noting. Fixed in next help release.

Re: Website and Help Typos

Posted: 30 Sep 2019 04:08
by jupe
Very minor, but in the "Scripting Commands > tab()" help section:
"textcolor", "backcolor" = sets the custom text/background color of a tab
data: color value in hexadecimal format (RRGGBB) (if empty then any custom color is removed)
index: tab to rename (if missing then current tab)
Maybe this should be color?

Re: Website and Help Typos

Posted: 30 Sep 2019 08:17
by admin
Sure, thanks!

Re: Website and Help Typos

Posted: 26 Nov 2019 23:51
by highend
get()

Code: Select all

"drop", [separator="|"]
Returns the items dropped onto a script in Catalog or onto a script file.
See Drop on a Script File. 
The separator entry isn't really the default. It's <crlf>. I know that the
link under that text describes that but when you only read the command
syntax...

Re: Website and Help Typos

Posted: 27 Nov 2019 11:10
by admin
True! Fixed.

Re: Website and Help Typos

Posted: 24 Jan 2020 11:33
by suslo
help typos:

1) Action Log > (1) > you can still see what items you have  permanently deleted
[double space]


2) Regular Expressions in Visual Filters > Usage > have a tab "DLLs" (Visual Filter set to *.dll) and and tab "OCXs"  (Visual Filter set to *.ocx)  and have both pointing
["and and" change to "and a"]
[2 double spaces]


3) Scripting Commands Reference > new() > Use Variables For New Name >
<curfolder>the name
<curname>the name
<curbase>the base
<curext>the extension
<curver>the version
[add space after >]

Examples for using variables in the name parameter
[add : to the end of this line]

If the currently focused & selected file is C:\Downloads\Updates\xyplorer_full.zip
[add , then: to the end of this line]

name:<curbase> v<curver>.txt
name:<curtitle> (<curver>).txt
[add space after :]

Example scripts
[add : to the end of this line]

new("<curbase>_<curver>.<curext>"):
[: change to ;]

Creates a copy called "XYplorer_6.60.0042.exe ".
[remove space after exe]

Variables referring to the source > <srcdatem ....>
["...." change to "..."]


4) window menu > window menu commands > save layout as... > The main window state, size, and position is not re/stored
[maybe better variant is: stored/restored instead of re/stored]


5) Scripting Commands Reference > copytext >
Syntax > The text to be copied/append to the clipboard
[maybe meant to be: appended]

Usage > or add parameter a to append it . You can also
[remove space after "it"]


6) Open in Other Pane [folders only] > List Context Menu Commands >
Opens the selected folder in the other pane (whether that pane is visible or not)
[add . to the end of this line]


(this list could have been larger but it turned out that some typos are already fixed)

Re: Website and Help Typos

Posted: 24 Jan 2020 13:32
by admin
Wow, thank you, quite a list. :tup:

Re: Website and Help Typos

Posted: 14 Feb 2020 11:01
by highend
Tip: prop:, also supports the locale-independent Windows canonical properties as listed here:

http://msdn.microsoft.com/en-us/library ... 85%29.aspx

For example:

prop:System.Image.HorizontalSize: > 300

Note that these canonical properties are case-sensitive.
The link should be updated to:
https://docs.microsoft.com/en-us/window ... ties/props