Is this a bug or is it just me?

Kevin J kj2005.28 at gmail.com
Thu Mar 10 16:47:48 EST 2005


Ya that is a much better option now that I think hard about it.

Thanks for the help


On Thu, 10 Mar 2005 13:46:44 -0800, Richard Gaskin
<ambassador at fourthworld.com> wrote:
> Kevin J wrote:
> > I sorta see what you mean. My ultimate goal is to create an editor to
> > edit python files but now that I think of it I don't think I would
> > want the text to wrap on its own anyway just so that when you make a
> > line in python you won't need to break the line of code you are
> > working on. Because in python they way things are indented can extend
> > beyond the width of the editor. ie:
> > try:
> >     while x != 5:
> >                    name = raw_input("What is your name? ")
> >                    while name != "Kevin":
> >                                                   print "That is not your name"
> >                                                   if name == "Kevin":
> >
> >       print "Welcome %s" %name
> >
> 
> I agree.  A horizontal scrollbar is the better option.
> 
> --
>   Richard Gaskin
>   Fourth World Media Corporation
>   __________________________________________________
>   Rev tools and more: http://www.fourthworld.com/rev
>


More information about the use-livecode mailing list