[Tutor] Line wrapping in IDLE possible? Horizontal scroll bar?

Christopher King g.nius.ck at gmail.com
Thu Jun 24 16:18:29 CEST 2010


well, if you use a backlash in the middle of a statement, you can continue
the statement on the next line like so.

>>> for \
    i \
    in \
    ('neat', 'ha') \
    : \
    print \
    i

neat
ha
>>>
you can abuse it as much as you like [?]

On Thu, Jun 24, 2010 at 10:00 AM, Richard D. Moores <rdmoores at gmail.com>wrote:

> I use IDLE v3.1.1 occasionally on Vista. There doesn't seem to be a
> way to configure it to wrap long lines (they do wrap in the IDLE
> shell). Or is there?
>
> Also, when there's an unwrapped long line that extends past the right
> edge of the window frame, the only way to see the line's tail is to
> place the caret on the line and use the right arrow key. Is there a
> way to get a horizontal scroll bar to appear?
>
> Thanks,
>
> Dick Moores
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20100624/a84b1d51/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1B2.gif
Type: image/gif
Size: 120 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/tutor/attachments/20100624/a84b1d51/attachment.gif>


More information about the Tutor mailing list