Page 2 of 28

Re: Website and Help Typos

Posted: 04 Sep 2014 18:43
by TheQwerty

Code: Select all

help 'idh_scripting_comref.htm#idh_sc_tag';
For SC tag in the list of possible values for parameter type the extra tag shortcuts are all ex1.

Currently:
[pre]0=Label [Default]
1=Tags
2=Comment
3, ex1 = Extra 1
4, ex1 = Extra 2
5, ex1 = Extra 3
6, ex1 = Extra 4
7, ex1 = Extra 5[/pre]


Should be:
[pre]0=Label [Default]
1=Tags
2=Comment
3, ex1 = Extra 1
4, ex2 = Extra 2
5, ex3 = Extra 3
6, ex4 = Extra 4
7, ex5 = Extra 5[/pre]

Re: Website and Help Typos

Posted: 05 Sep 2014 10:50
by admin
Thanks all!

Re: Website and Help Typos

Posted: 17 Sep 2014 21:29
by bdeshi
1) idh_colorfilters.htm#idh_cfoverview -> "Pre-Filters" section:
"There is a way to pre-filter the files that a are checked"

2) Scriptref-> setcolumns() syntax: missing )
------------
3) Since scriptingef entries are sorted alphabetically, the rtfm section should come after rotate.

4) Also, it makes sense if the section titles of the following functions include braces, just like all other functions. :
attrstamp, copier, ctbicon, ctbname, ctbstate, datediff

Re: Website and Help Typos

Posted: 18 Sep 2014 08:35
by admin
Thanks!

Re: Website and Help Typos

Posted: 24 Sep 2014 10:53
by Filehero
Help for SC sync()
Help says wrote:command The sync command to be executed; there are currently five available commands .....
I do count 7 commands.

Re: Website and Help Typos

Posted: 24 Sep 2014 11:19
by admin
Thanks for counting. :)

small help file error

Posted: 04 Oct 2014 01:26
by sfwood
in Advanced Topics \ Scripting \ Variables Scope and Lifetime: Local, Global, and Permanent Variables \ Permanent Variables:

". . Global variables are implemented by means of the command perm."

Re: Website and Help Typos

Posted: 06 Nov 2014 14:34
by admin
Thanks!

Re: Website and Help Typos

Posted: 08 Nov 2014 15:26
by highend
From the changelog:
v14.50.0107 - 2014-09-29 10:26
+ SC tab enhanced: The operation "get" got a new data parameter "mode" that
returns the list mode of the tab.
Returned values:
0 = Browse
1 = Find (Search Results)
3 = Drives
4 = Network
5 = Recycler
Example:
if (tab("get", "mode") == 1) {
echo "It's a search results listing.";
}
The "mode" parameter is completely missing for the tab command in the help file :)

Re: Website and Help Typos

Posted: 10 Nov 2014 09:57
by admin
highend wrote:From the changelog:
v14.50.0107 - 2014-09-29 10:26
+ SC tab enhanced: The operation "get" got a new data parameter "mode" that
returns the list mode of the tab.
Returned values:
0 = Browse
1 = Find (Search Results)
3 = Drives
4 = Network
5 = Recycler
Example:
if (tab("get", "mode") == 1) {
echo "It's a search results listing.";
}
The "mode" parameter is completely missing for the tab command in the help file :)
Well, the help has not been updated since then. :)

BTW, the numbers shown in the change log are (obviously) wrong. This is correct:

Code: Select all

    + SC tab enhanced: The operation "get" got a new data parameter "mode" that 
      returns the list mode of the tab.
      Returned values:
        0 = Browse
        1 = Find (Search Results)
        2 = Drives
        3 = Network
        4 = Recycler

Re: Website and Help Typos

Posted: 10 Nov 2014 15:31
by prino
Just downloaded V14.50.0208 - About box tells me it's V14.50.0300.

Re: Website and Help Typos

Posted: 10 Nov 2014 15:36
by admin
It is v14.50.0300. Every couple of weeks there are some hours where the change log here in the forum is apparently behind the download package. "Apparently" because the files are identical, only the version numbers changed. No need to worry. :)

Re: Website and Help Typos

Posted: 11 Nov 2014 14:30
by bdeshi
discussion on inputselect() flag 128 moved here.

Re: Website and Help Typos

Posted: 25 Nov 2014 15:16
by bdeshi
Would you mind reordering the index the scripting introduction? ( ::help "idh_scripting.htm"; )
I feel they should be in order of appearance.
This is the suggested order by the way.
General Command Syntax
Using Quotes in Scripting
Commands and Functions
Quick Scripting
Scripting by Numbers
Step Mode: Stepping Through Scripts
Scripting and User-Defined Commands
Multi-line Scripts and Multi-Scripts
Script Files
Script Files for the Advanced
Comments
Variables
Variables Scope and Lifetime: Local, Global, and Permanent Variables
Nested Expressions
Math
Comparisons
Boolean Operators
Boolean Constants
Ternary Conditionals
Control Structures
If/ElseIf/Else Blocks
While Loops
Foreach Loops
Heredoc Syntax
Dereference Operator
Operator Precedence
Remote Control
Also, maybe shorten "Variables Scope and Lifetime: Local, Global...." to "Types of Variables" ? (Seeing as all other section titles are very brief.)

Re: Website and Help Typos

Posted: 17 Dec 2014 11:04
by Enternal
http://www.xyplorer.com/faq-topic.php?id=MUT
withing a network among different members of a team