autocomplete list content

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
#NULL
Addict
Addict
Posts: 1497
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

autocomplete list content

Post 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