undo tab

Hannu Kankaanpää hanzspam at yahoo.com.au
Wed Jul 2 15:24:59 EDT 2003


Tom <llafba at gmx.net> wrote in message news:<3F02ECF0.105 at gmx.net>...
> Hi,
> 
> it doesn't work with any editor that I tried. The one I use on a regular 
> basis is the standard python IDLE. Sometimes I also use the editor of 
> pythonwin and Boa-Constructor.
> 
> Maybe you can just give me a general hint how you do it and which editor 
> you use. That would probably also help.
> 
> Thank you, Tom.

I had to change IDLE a bit for it to work. In Python path, go to
Tools/idle and edit AutoIndent.py. Find windows_keydefs or unix_keydefs
depending on your platform and change "<<dedent-region>>"-line to:

'<<dedent-region>>': ['<Shift-Key-Tab>'],




More information about the Python-list mailing list