The word "Current" is highlighting in the IDE now.
BlitzMax Forums/BlitzMax Programming/The word "Current" is highlighting in the IDE now.| 
 | ||
| Anyone else seeing that?  I use the word CURRENT quite a lot and now they're all yellow.  Everything is still functioning though.  Weird. | 
| 
 | ||
| It's a function in the Threads module. | 
| 
 | ||
| Hope I'm not opening up billions of threads by using that word now... | 
| 
 | ||
|  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. | 
| 
 | ||
|  Anyone else seeing that?  Yeah, I noticed this too this afternoon when working on MaxGUI.Win32MaxGUIEx. It's quite annoying... | 
| 
 | ||
|  Yeah, I noticed this too this afternoon when working on MaxGUI.Win32MaxGUIEx.  Ooooo. I smell an update. :) | 
| 
 | ||
| It shouldn't be highlighting that... it's not a flat function... It's inside a Type. Sounds like a bug. |