Is this a bug or is it just me?

Richard Gaskin ambassador at fourthworld.com
Thu Mar 10 16:46:44 EST 2005


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