No auto completition within terms
Posted: Fri Feb 01, 2008 5:26 pm
Hello!
The IDE does not auto complete in this case (whereas | stands for the cursor):The command DrawingBufferPitch(), which I attempted to access, is not being listed (the list itself doesn't even open).
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.
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.