Actions
Bug #688
openWhen a function is called right after a Print statement, the F5 help picks up Print instead of the function.
Start date:
03/09/2021
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
For example:
Do
Locate 0,0
Print jUp(0),jDown(0),jLeft(0),jRight(0),Fire(0)
Print Joy(0)
Wait Vbl
Loop
If we click the mouse on Joy then hit F5, it will come up with the help for Print instead of Joy(0).
If I add a second ,Joy(0) immediately after, the lookup for the Joy() command works properly.
Updated by Brian Flanagan over 3 years ago
- Affected version changed from 1.0.0 (B4) to 1.0.0 (B5)
Re-tested this in 1.0.0 (B5). Problem still exists.
Updated by Francois Lionet over 3 years ago
- Status changed from New to Feedback
- Assignee set to Baptiste Bideaux
I have assigned this bug to you BB as I think it could be solved by intercepting keyvboard events when running in the Viewer.
If a more elegant solution like the "bubble" indicator of events in the runtime, please explain to me how to do it, I will re-assign to me, correct, and finally understand the mechanism...
Always very fuzzy to me... ;)
Actions