On 30-07-2010 05:17, Thadeus Burgess wrote:
thanks Thadeus
I think that whatt I'm looking for,
have to try some options, as for instance importing 'globals' crashes my IDE.
cheers,
Stef
> gluon.
>
> Look in gluon/compileapp.py in build_environment. You could use that
> as a template for the autocomplete.
>
> --
> Thadeus
>
>
>
>
>
> On Thu, Jul 29, 2010 at 3:22 PM, Stef Mientki <[email protected]> wrote:
>> hello,
>>
>> my viewer has changed into an quit handy editor,
>> and now I want more: autocompletion and tooltip information.
>>
>> The autocompletion and tooltip generator,
>> searches for classes and methods,
>> looks up the documentation and analyses the method arguments.
>>
>> Now as web2py is (at least I think) a strange package in the pure Python
>> sense,
>> it's not obvious to me
>> - which paths should I add to the Python system path ?
>> - which modules should I import, to get the most common objects into the
>> completion / tooltip
>> information ?
>>
>> (If it succeeds, the program will be free available under BSD license)
>>
>> thanks,
>> Stef Mientki
>>