Project

General

Profile

Bug #688

When a function is called right after a Print statement, the F5 help picks up Print instead of the function.

Added by Brian Flanagan about 3 years ago. Updated almost 3 years ago.

Status:
Feedback
Priority:
Normal
Target version:
-
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.

#1

Updated by Brian Flanagan about 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.

#2

Updated by Francois Lionet almost 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... ;)

Also available in: Atom PDF