TImage Highlighted?

BlitzMax Forums/BlitzMax Beginners Area/TImage Highlighted?

A completely pointless question but when typing the word TImage in BMax how come it isn`t highlighted as other, similar words, TPixmap for example are?

Jason.

Because TImage has been left out of <install>/doc/bmxmods/command.txt file.

Was this ever fixed\updated? If not can it be done manually as it is quite irritating. The file you mention looks empty.

Jason.

The docs system changed at 1.26.
C:\BlitzMax\docs\html\Modules contains commands.txt now.
Add something like
TImage extends TData : TImage type
and save the file and it should highlight.

<edit> Be aware there is no documentation linked to TImage so pressing F1F1 will not work.

OK thanks, I`ll give it a try. Hopefully Mark will sort this in the next release.

Jason.