[Zope] Re: ZShell 1.4
   
    Simon Michael
     
    simon@joyful.com
       
    Sat, 27 Apr 2002 11:01:42 -0700
    
    
  
Jerome Alet <alet@unice.fr> writes:
> The problem is : the text area allows you to enter as many commands as you
> want, which will be run in the same Zope transaction. So how could I
> decide that if you press Enter you don't want to add a command to your
> script but you want to finish it ?
The hack I did last time was to reduce the form to a single-line text
input and separate multiple commands with ; .
Looking forward to checking out the new version..
-Simon