Jedit
mein editor.
python on jedit
In the Utilities->Global Options->Editing dialog (of jEdit 4.1), you can change Python-specific settings by selecting 'Python' from the 'Change settings for mode' drop-down. I have mine set to 'Tab width': 4, 'Indent width': 4, 'Soft (emulated with spaces) tabs': yes. Save yourself some hassle and don't mix tabs and spaces in your Python source code. jEdit can paper over the difference between soft and hard tabs, so there are no extra keypresses required.
from http://mail.python.org/pipermail/python-list/2004-February/208719.html http://www.thescripts.com/forum/thread28673.html
links
* http://www.jedit.org/