[issue5129] indentation in IDLE 2.6 different from IDLE 2.5, 2.4 or vim
Guilherme Polo
report at bugs.python.org
Tue Mar 24 03:25:03 CET 2009
Guilherme Polo <ggpolo at gmail.com> added the comment:
I just tried it here under Windows XP (using python 2.6.1 from
python.org) and the untabify dialog showed up with 8 as the default
number of columns per tab (although there are at least two bugs with
this dialog: i) I clicked on cancel but it still untabified the region;
ii) The window shows at a place before it is properly configured and
then shows up in its final place).
Also, from what I remember, IDLE always assume that a tab takes 8
columns and never modifies it. But the untabify dialog doesn't use this
fixed value, so it will vary depending on the code you run it (just
remembering again, with your bug.py it did show 8 here).
As for the real problem mentioned -- the differences in the visual,
regarding the indentation, between 2.5 and 2.6, I can't comment yet.
----------
nosy: +gpolo
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5129>
_______________________________________
More information about the Python-bugs-list
mailing list