The tool tip information available for most commands is quite poor. Enhance this, so that it contains more information.
Analysis:
The description of the tooltips should at least name the syntax elements and describe their usage. This means as well that the possibilities of the parameters is described in principle, e.g. "read NM [-PAR] Reads the content of the file NM and returns its lines as separate strings. The parameter PAR allows defining a comment character sequence. Binary files cannot be read with this command". In addition, the description should not talk about "calling a function for something". Last but not least it would be helpful, if the commands, which are returning something, which can be stored to a variable, would contain this information in their tooltip just like functions, e.g. "read NM [-PAR] -> {STR} Reads the content ...".
Implementation:
Implementation part is identical to the documentation part.
Documentation:
The language files were adapted correspondingly so that the tooltips now show more and reasonable information about the functionality of commands.
Tests:
The tests for this change are corresponding to language checks. No deviations detected. Change implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Diff: