Mr Bamber
Would it be possible to implement code completion in Tier 1? There is an option under Edit->Code Complete
But it seems to do little. It would be nice if it picked up the types so when accessing Type Items in an array the code completion kicks in::
TYPE Player
xPos aS Integer
yPos as Integer
Width as Integer
Height as Integer
Angle as Float
ENDTYPE
Player1 as Player
Index=10
Player1[Index]. << Code Completion here>>
Also, could we extend the type to use encapsulation and object orientation?....at least so that a type could have its own private and public access complete with its own methods and functions.
Also....yes I know want want want....any chance of implementing lists so we could than have a list of <MyClass>.
It must be possible as Monkey uses it and makes large projects cleaner, easier to debug and manage....
Any chances?
All my love x
Constantly seeking!