Create is now keyword coloured in the IDE

BlitzMax Forums/BlitzMax Programming/Create is now keyword coloured in the IDE

Grey Alien(Posted 2007) [#1]
Since V1.26 if I do:

MyType.Create()

Create is now coloured like a normal keyword whereas it didn't used to be. Why is this?


LarsG(Posted 2007) [#2]
Hmm.. it says it's used in the TPixmap type..


jsp(Posted 2007) [#3]
From the IDE history:

' v126
' changed highlighter to include . as token terminator




grable(Posted 2007) [#4]
This might be a bug? Seeing as it highlights without the class name and the '.'

Load is also highlighted, and the help is matched to LoadSound.

I use Create and Load as constructors quite a lot. the highlighting is nice though, but not the help.. hehe


Grey Alien(Posted 2007) [#5]
Yeah I've noticed it on some other methods of mine too.


Curtastic(Posted 2007) [#6]
Nice, Self is now highlighted in "Self.attribute"

Load is highlighted for something like this: but Load by itself is incorrectly highlighted :(
Local s:TSound
s.Load("asdf",0)



Grey Alien(Posted 2007) [#7]
Super is also highlighted with Super.Whatever()