Re: Python Editor with Autocorrection

2006-08-22 Thread John J. Lee
"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

Re: Python Editor with Autocorrection

2006-08-21 Thread Ravi Teja
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

Re: Python Editor with Autocorrection

2006-08-21 Thread John J. Lee
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