Which IDE is recommended?
Franz Steinhaeusler
franz.steinhaeusler at utanet.at
Mon May 2 09:29:58 EDT 2005
On 2 May 2005 06:08:02 -0700, "dcrespo" <dcrespo at gmail.com> wrote:
>> But I personally recommend DrPython. (Not only, I'm a member of the
>> project).
>
>I saw this message and downloaded DrPython. It's very good:
Hello Daniel,
thank you,
>I like the
>class/functions browser while I'm coding... but I can't find the
>autocompletion feature you talk, and I think this feature is very
>important. Where it is?
>
>Daniel
For clarification:
1) There is the "normal" Autocomplete: It looks for already available
Words in the text file, and suggest possible completition. Edit => Find
and complete.
2) A plugin: Abbreviations: You can edit a list of words with
abbreviation keys (like in SciTE).
3) I think, you meant "Code Completition":
for example you type: os. and with the "." os.chmod, os.chdir, ...
appear in a completition list box.
You have to download it or install via plugin manager this plugin.
Best overview, you get if you choose "Show ALL Project Files" in the
Project:DrPython: Summary.
Or you look at the homepage: http://drpython.sourceforge.net/
and select Plugins.
HTH,
--
Franz Steinhäusler
http://drpython.sourceforge.net/
http://mitglied.lycos.de/drpython/
More information about the Python-list
mailing list