Re: [Tutor] auto completion before initially running program

2014-01-31 Thread emile
On 01/31/2014 01:13 AM, Ian D wrote: I notice that until a program has been run once, and I presume loaded its imports, I cannot use auto completion. I don't suppose there is a way to have it load modules in a way that would give me access to the module functions straight away other than runni

[Tutor] auto completion before initially running program

2014-01-31 Thread Ian D
I notice that until a program has been run once, and I presume loaded its imports, I cannot use auto completion. I don't suppose there is a way to have it load modules in a way that would give me access to the module functions straight away other than running the program I presume there is no