Page 1 of 1

autocomplete list content

Posted: Thu Oct 04, 2007 3:38 pm
by #NULL
would be nice if the autocomplete list does not depend on the spaces you use in an arithmetic expression:

Code: Select all

Define hijkl.POINT
Define*hijkl.POINT

x = 2 * hij     ; < autocomplete list fine
x = 2*hij       ; < autocomplete list should list both
x = 2 *hij      ; < autocomplete list should list both
<edit>
ok, the example was a bit stupid.
here is what i'm about: at the last line, the list does not show 'sgxMAXGADGETS'

Code: Select all

Global sgxMAXGADGETS.l = 0
Global Dim *sgxID.sgxS_Gadget(sgxMAXGADGETS)
Debug SizeOf(sgxS_Gadget)*sgx