GLBasic forum

Main forum => Bug Reports => Topic started by: xbee on 2013-Mar-15

Title: IDE bug - Jumps and Functions
Post by: xbee on 2013-Mar-15
Hi Everyone,

There is a panel on the right hand side of the IDE. Click any of the tabs but "Jumps".
(use "Files", "Web" or "Debug")

Now create a new function or rename an old one.

Code (glbasic) Select

FUNCTION myNewTestFunction:
ENDFUNCTION


The IDE won't change the highlight color (anywhere in the whole code) of your function name until you activate the "Jumps" tab and click into the source editor.

Thank you for your attention :)

B.

ps:
My previously reported IDE bug is still "available":
http://www.glbasic.com/forum/index.php?topic=5028.msg38481#msg38481 (http://www.glbasic.com/forum/index.php?topic=5028.msg38481#msg38481)
Title: Re: IDE bug - Jumps and Functions
Post by: Schranz0r on 2013-Mar-15
Try to switch the Tabs on the right lower corner, then back! ( i think it was only on IDE start)
Its a known bug...

Maybe Gernot can fix it?!
Title: Re: IDE bug - Jumps and Functions
Post by: xbee on 2013-Mar-15
But I don't want switch the Tabs. I want new and changed function names to be highlighted even if the active Tab is not the Jumps Tab.

Anyway, it isn't a frustrating bug, just discovered today while clicking and correcting here and there in my sources :)

Thanks for the answer.