Hi Detlev,

I think you mean the file CompleterPython.py iso PythonCompleter.py... ;-)

I've fixed it locally and tried it out immediately.  Now it's working fine!

Thanks very much for this fast response.

Detlev Offenbach wrote:
On Montag, 12. Januar 2009, Geert Vancompernolle wrote:
Hi Detlev,

Thanks for adding the "def" dedent functionality.  I just tried it out
for the "def " within a class and that's working fine (so, the moment
you put a space after "def", the location is corrected if needed).
However, when I start a "def " at the very first column (because I want
an "isolated" function, not belonging to a class), it also jumps 4
spaces to the right.  Like this, it seems as if it's part of the class
and that was not the intention of my proposal.

Seems I missed a case. Fixed already. Just append the following to lines 327 and 329 of PythonCompleter.py

 and edInd < indentation

Regards,
Detlev
--
Best rgds,

Geert
________________________________________________

*Use EcoCho <http://www.ecocho.com>: environmentally friendly search the internet!*
_______________________________________________
Eric mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/eric

Reply via email to