The arguments in the standard functions parentheses are mostly something like STRING or x or P, e.g. strfnd(STR1,STR2,P). This "type" specifier are useless, if one wants to get an information on the purpose of a specific function argument. Change that to something like STRING => sToFind or P => nPos, e.g. strfnd(sToFind,sWhere,nPos).
Analysis:
This can be done completely in the language files. However, it might make more sense, if one keeps sticking to x, y and z and only change the information for the other arguments.
Implementation:
The position of the linebreaks in list -func had to be adapted, because the argument lists of the functions were growing. Implementation tests were passed successfully.
Documentation:
The language files were adapted correspondingly.
Tests:
The tooltips are now much more informative. Change implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Diff: