Don't delay statusbar quick help after program has ended

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Don't delay statusbar quick help after program has ended

Post by Mistrel »

I find it annoying that there is a delay for which the status bar updates after the program has ended/has been killed. I want to get back to coding quickly and rely on these quick helps to see what many parameters are. I find myself waiting a lot for this.

I think the message is fine but it should go away after the user clicks somewhere in the code area, types something, or moves the text-line-thing.
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Post by AND51 »

+1

Is this a dealy? I thought it was a bug...
I have seen this behaiour many times and I thought you can get the statusbarhelp back, if you are clicking around in the sourcecode. Suddenly the statusbarhelp for the commands came back...

Yes, I agree with you, Mistrel!
PB 4.30

Code: Select all

onErrorGoto(?Fred)
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Post by Rescator »

Possibly related to this http://www.purebasic.fr/english/viewtopic.php?t=34233

Maybe o'l freak need to redo the quickhelp stuff a little.
Post Reply