Bugs item #1339883, was opened at 2005-10-27 15:41 Message generated for change (Comment added) made by kbk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1339883&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: IDLE Group: Python 2.4 Status: Open Resolution: Wont Fix Priority: 5 Submitted By: reson5 (reson5) Assigned to: Kurt B. Kaiser (kbk) Summary: TAB SETTINGS DONT WORK (win) Initial Comment: Hi! I have downloaded newer version of Python and unfortunately the TAB settings in IDLE have no effect on the spaces inserted - ALWAYS 4 spaces. Previous release had the same problem. Win 2k, Python 2.4.2. Regards, Reson ---------------------------------------------------------------------- >Comment By: Kurt B. Kaiser (kbk) Date: 2006-08-07 23:03 Message: Logged In: YES user_id=149084 Yes, as designed. Python strongly encourages the use of four space indent. If you really need to change this for some reason, modify the config-main.def section [Indent] num-spaces value. The colums per tab dialog in tabify/untabify is used for converting tabbed code to spaced code. Weirdly indented code (i.e. 6 spaces) can be converted to tabs and then back to four space indent using those two functions. What is your use case? ---------------------------------------------------------------------- Comment By: Kurt B. Kaiser (kbk) Date: 2006-08-07 20:44 Message: Logged In: YES user_id=149084 Yes, as designed. Python strongly encourages the use of four space indent. If you really need to change this for some reason, modify the config-main.def section [Indent] num-spaces value. The colums per tab dialog in tabify/untabify is used for converting tabbed code to spaced code. Weirdly indented code (i.e. 6 spaces) can be converted to tabs and then back to four space indent using those two functions. What is your use case? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1339883&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com