no function information on hover over

Working on new editor enhancements?
rootuid
User
User
Posts: 48
Joined: Sat Nov 23, 2013 11:46 am

no function information on hover over

Post by rootuid »

When I hover over a function such as OpenScreen I don't get any information about the function. I'm sure this happened previously in the editor, did I somehow turn if off and how do I turn it back on ?

Code: Select all

OpenScreen(scrw,scrh)
CreateSprite(999,scrw,scrh)
PureBasic 6.21 on Mac.

thanks :)
User avatar
mk-soft
Always Here
Always Here
Posts: 6244
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: no function information on hover over

Post by mk-soft »

For me, the display in the status bar works when I am with the cursor on the function or in the parameters
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
Piero
Addict
Addict
Posts: 918
Joined: Sat Apr 29, 2023 6:04 pm
Location: Italy

Re: no function information on hover over

Post by Piero »

It happens when you pause the execution (or use a breakpoint)… maybe you remember that?
Post Reply