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 <stef.mien...@gmail.com> 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
>

Reply via email to