Actions
Bug #786
openFunctions placed after Print will not work on F5 help.
Start date:
06/20/2021
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
For example, for any of the following:
Print Abs(-30.5)
Print Sin(60)
Print Cos(90)
...when placing the cursor just after the function name, the result is a help box for:
Print ITEMS
...vs...
= Abs(number)
= Sin(number)
= Cos(number)
Even by themselves, Sin and Cos don't work properly.
The help comes up, but there is no heading.
An error is also displayed:
File system not available at line: 811, column: 5 in file main.aoz
NOTE: There IS NO main.aoz!!! (The code had a name like BugXYZ.aoz)
Updated by Brian Flanagan over 3 years ago
See also bug 761. May be partially related.
Actions