"Ravi Teja" <[EMAIL PROTECTED]> writes:
[...]
> Most good editors (Scintilla based editors, Emacs, Vi etc) have
> auto-completion for symbols that have occured in the current file; and
What I find really useful in emacs is completion based on *all* open
files (usually I have maybe twenty files ope
Laurentiu wrote:
> hello!
>
>
> i am searching for a free python editor with
> autocorrection capabillities.
>
> for example:" the wrong setfocus() call to become
> SetFocus(), etc."
>
>
> thanks
Python is a dynamic language, which means that methods that may not
exist in your source code may spr
Laurentiu <[EMAIL PROTECTED]> writes:
> i am searching for a free python editor with
> autocorrection capabillities.
>
> for example:" the wrong setfocus() call to become
> SetFocus(), etc."
Perhaps not quite what you were looking for, but emacs' dabbrev-expand
works well for avoiding mistyped P