No editor help for variable with mouse over

Working on new editor enhancements?
HanPBF
Enthusiast
Enthusiast
Posts: 564
Joined: Fri Feb 19, 2010 3:42 am

No editor help for variable with mouse over

Post by HanPBF »

PureBasic 5.71 beta 1 LTS (Windows - x64)
Windows 10 x64 with NVidia Quadro K5100M


I have a main.pb source where I can move the mouse cursor over a variable and see as a tooltip the value.
So far so good.

Since today, when I go on in debugger and enter a procedure, no more tooltips occur.

I assume this error very difficult to find and it breaks down debugging completely.

What settings could I check to reenable hint/content shown for variables when mouse over?
:cry:
HanPBF
Enthusiast
Enthusiast
Posts: 564
Joined: Fri Feb 19, 2010 3:42 am

Re: No editor help for variable with mouse over

Post by HanPBF »

Ok, the solution was found.

I started the IDE with Project explorer shown in tools panel.

Start -> debug -> no hints shown

When I then change to procedures panel, hints are shown from that time on.

One thing I changed -> using RSBasic's procedure coloring.
Will ask him if that's the problem :D
Post Reply