thanks Massimo,
but I want to use a Scintilla editor,
so I think the answer of Thadeus comes closer.
cheers,
Stef

On 29-07-2010 23:06, mdipierro wrote:

> Edit this file:
>
> applications/admin/models/0.py
>
> and change
>
> TEXT_EDITOR = 'edit_area' or 'amy'
>
> into
>
> TEXT_EDITOR = 'amy'
>
> amy editor provide web2py autocompletion. It is not the default
> because does not work with every browser.
>
> On Jul 29, 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

Reply via email to