The word "Current" is highlighting in the IDE now.

BlitzMax Forums/BlitzMax Programming/The word "Current" is highlighting in the IDE now.

Chroma(Posted 2009) [#1]
Anyone else seeing that? I use the word CURRENT quite a lot and now they're all yellow. Everything is still functioning though. Weird.


rs22(Posted 2009) [#2]
It's a function in the Threads module.


Chroma(Posted 2009) [#3]
Hope I'm not opening up billions of threads by using that word now...


plash(Posted 2009) [#4]
Hope I'm not opening up billions of threads by using that word now...
I highly doubt that's what it does.

You will only start to see issues with your code if you compile it in threaded mode.


SebHoll(Posted 2009) [#5]
Anyone else seeing that?

Yeah, I noticed this too this afternoon when working on MaxGUI.Win32MaxGUIEx. It's quite annoying...


Ked(Posted 2009) [#6]
Yeah, I noticed this too this afternoon when working on MaxGUI.Win32MaxGUIEx.

Ooooo. I smell an update. :)


Brucey(Posted 2009) [#7]
It shouldn't be highlighting that... it's not a flat function... It's inside a Type.

Sounds like a bug.