autocomplete list content
Posted: Thu Oct 04, 2007 3:38 pm
would be nice if the autocomplete list does not depend on the spaces you use in an arithmetic expression:
<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
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
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