F
Franz Steinhaeusler
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
Or you look at the homepage: http://drpython.sourceforge.net/
and select Plugins.
HTH,