Create is now keyword coloured in the IDE
BlitzMax Forums/BlitzMax Programming/Create is now keyword coloured in the IDE| 
 | ||
| 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? | 
| 
 | ||
| Hmm.. it says it's used in the TPixmap type.. | 
| 
 | ||
| From the IDE history: ' v126 ' changed highlighter to include . as token terminator | 
| 
 | ||
| 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 | 
| 
 | ||
| Yeah I've noticed it on some other methods of mine too. | 
| 
 | ||
| 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)
 | 
| 
 | ||
| Super is also highlighted with Super.Whatever() |