[pywin32-bugs] [ pywin32-Bugs-2090927 ] interactive window ignores Insert spaces
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2008-09-03 20:45:14
|
Bugs item #2090927, was opened at 2008-09-03 06:02 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2090927&group_id=78018 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: pythonwin Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: bob gailer (ramrom) Assigned to: Nobody/Anonymous (nobody) Summary: interactive window ignores Insert spaces Initial Comment: Tabs entered in interactive window are not converted to spaces when Insert spaces has been selected. This has not been a problem per se until copy code without prompts arrived. Suggest convert tabs either when entered or in the clipboard when code is copied. ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2008-09-03 15:45 Message: Logged In: YES user_id=771074 Originator: NO Going back to build 209, I still get only tabs in the interactive window. Pythonwin uses Idle's built-in tab/space conversions, and indeed Idle shows the same behaviour. According to this issue on the python tracker: http://mail.python.org/pipermail/python-bugs-list/2006-October/035603.html it's configured to always use tabs in the interactive window now. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2090927&group_id=78018 |