IDLE problem :-(

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ishwor

    #1

    IDLE problem :-(

    I don't know if this has been a problem with other people using IDLE
    but when i press the home key then the cursor jumps to the beginning
    of the line and not after the prompt. If google prints the right
    indentation then here how i want the IDLE prompt to work ->

    |>>> |(r,b,g).__clas s__
    ^ ^
    ^ ^-----> want cursor here instead.
    cursor
    goes
    here

    Any work around??
    Thank you.
    --
    cheers,
    Ishwor Gurung
  • Steven Bethard

    #2
    Re: IDLE problem :-(

    Ishwor wrote:[color=blue]
    > I don't know if this has been a problem with other people using IDLE
    > but when i press the home key then the cursor jumps to the beginning
    > of the line and not after the prompt. If google prints the right
    > indentation then here how i want the IDLE prompt to work ->
    >
    > |>>> |(r,b,g).__clas s__
    > ^ ^
    > ^ ^-----> want cursor here instead.
    > cursor
    > goes
    > here
    >
    > Any work around??[/color]

    If you're on windows, you can try PythonWin instead. The first time you
    hit home, the cursor will go your second |. If you then hit home again,
    the cursor will go to your first |.

    Steve

    Comment

    • Ishwor

      #3
      Re: IDLE problem :-(

      On Sat, 25 Dec 2004 17:45:02 GMT, Steven Bethard
      <steven.bethard @gmail.com> wrote:[color=blue]
      > Ishwor wrote:[color=green]
      > > I don't know if this has been a problem with other people using IDLE
      > > but when i press the home key then the cursor jumps to the beginning
      > > of the line and not after the prompt. If google prints the right
      > > indentation then here how i want the IDLE prompt to work ->
      > >
      > > |>>> |(r,b,g).__clas s__
      > > ^ ^
      > > ^ ^-----> want cursor here instead.
      > > cursor
      > > goes
      > > here
      > >
      > > Any work around??[/color]
      >
      > If you're on windows, you can try PythonWin instead. The first time you
      > hit home, the cursor will go your second |. If you then hit home again,
      > the cursor will go to your first |.[/color]

      Yeah i got the PythonWin and it does what you say but i am so used to
      IDLE ( which was created originally by GvR). Its a different kind of
      feeling when you are a sort of Python "Evangelist ". ;-)
      Moreover if i am right, this was mentioned as a sort of #fixme in
      Python's source??

      Thanks.
      [color=blue]
      >
      > Steve
      > --
      > http://mail.python.org/mailman/listinfo/python-list
      >[/color]


      --
      cheers,
      Ishwor Gurung

      Comment

      • Ishwor

        #4
        Re: IDLE problem :-(

        Sorry IDLE's source ...;P
        [snip]

        --
        cheers,
        Ishwor Gurung

        Comment

        Working...