Menu

#120 incorrect handling of backspace in Output window

Feature_Request
closed-postponed
SciTE (658)
5
2005-02-18
2003-07-28
Anonymous
No

The Ouput window in SciTE doesn't seem to handle
backspaces correctly for interactive programs.

I'm using SciTE 1.53 and Python 2.1 on Windows 2K.

Open SciTE and enter the following code:

input = raw_input("input:")
print input

save it as bug.py, and select "Python" under the
language menu.

under the "Tools" menu, select "Go". Switch to the
Output window ([Shift]+[F6]).

type in the following keystrokes:
[b][o][Backspace][u][g]

hit [Enter]

Here's my transcript:

>pythonw -u bug.py
input:bug
boug
>Exit code: 0

if you run this same code in IDLE or the python console,
you will get the string "bug" instead of "boug".

Discussion

  • Neil Hodgson

    Neil Hodgson - 2003-07-29

    Logged In: YES
    user_id=12579

    The interactive output window only provides a subset of a
    shell. I don't expect to improve this.

     
  • Neil Hodgson

    Neil Hodgson - 2003-07-29
    • assigned_to: nobody --> nyamatongwe
     
  • Neil Hodgson

    Neil Hodgson - 2005-02-18
    • milestone: 100660 --> Feature_Request
    • status: open --> closed-postponed
     
  • Nobody/Anonymous

    Logged In: NO

    still the same problem with 1.74!

     

Log in to post a comment.