Re: undo tab
by =?ISO-8859-1?Q?Hannu_Kankaanp=E4=E4?= other posts by this author
Jul 2 2003 7:24PM messages near this date
Re: undo tab
|
Clever One Liners
Tom <llafba@[...].net> wrote in message news:<3F02ECF0.105@[...].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>'],
--
http://mail.python.org/mailman/listinfo/python-list
Thread:
Tom
Ulrich Petri
Andreas Kuntzagk
Tom
=?ISO-8859-1?Q?Gerhard_H=E4ring?=
Ulrich Petri
=?ISO-8859-1?Q?Hannu_Kankaanp=E4=E4?=
|