Menu

#380 interactive window ignores Insert spaces

open
nobody
pythonwin (177)
5
2008-09-03
2008-09-03
bob gailer
No

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.

Discussion

  • Roger Upole

    Roger Upole - 2008-09-03

    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.

     
  • bob gailer

    bob gailer - 2008-09-05

    Logged In: YES
    user_id=587593
    Originator: YES

    Yes I am not debating the interactive window use of tabs just complaining that copy-paste into a script that uses spaces leaves a bunch of tabs to clean up. I want the paste process to resolve the tabs.