The IDE does not auto complete in this case (whereas | stands for the cursor):
Code: Select all
*addr=DrawingBuffer()
For pixel=0 To SpriteHeight(0)*drawingbuff|
Next
Pay attention that this happens within in a term. If I write the command to a new line, it will be autocompleted. Furthemore, this is not only DrawingBufferPitch(), this applies to all commands. I just tested it with OpenWindow() again to be sure.