IDE bug - Jumps and Functions

Previous topic - Next topic

xbee

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

Schranz0r

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?!
I <3 DGArray's :D

PC:
AMD Ryzen 7 3800X 16@4.5GHz, 16GB Corsair Vengeance LPX DDR4-3200 RAM, ASUS Dual GeForce RTX™ 3060 OC Edition 12GB GDDR6, Windows 11 Pro 64Bit, MSi Tomahawk B350 Mainboard

xbee

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.