expr to run in fileOut format

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

expr to run in fileOut format

Rob Withers
I have a fileout.  I want to add a call to ParagraphEditor initialize at the end of the file, so it runs when I file it in.  How can I do this?
 
thanks,
Rob


Reply | Threaded
Open this post in threaded view
|

Re: expr to run in fileOut format

Bert Freudenberg

On Oct 19, 2007, at 21:41 , Rob Withers wrote:

> I have a fileout.  I want to add a call to ParagraphEditor  
> initialize at the end of the file, so it runs when I file it in.  
> How can I do this?


Add a call to ParagraphEditor initialize at the end of the file.

- Bert -



Reply | Threaded
Open this post in threaded view
|

Re: expr to run in fileOut format

Rob Withers
:)  Thanks, Bert.  I was trying all combinations of adding bangs to it.

----- Original Message -----
From: "Bert Freudenberg" <[hidden email]>
To: "The general-purpose Squeak developers list"
<[hidden email]>
Sent: Friday, October 19, 2007 12:58 PM
Subject: Re: expr to run in fileOut format


>
> On Oct 19, 2007, at 21:41 , Rob Withers wrote:
>
>> I have a fileout.  I want to add a call to ParagraphEditor  initialize at
>> the end of the file, so it runs when I file it in.   How can I do this?
>
>
> Add a call to ParagraphEditor initialize at the end of the file.
>
> - Bert -
>
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: expr to run in fileOut format

Bert Freudenberg
See http://wiki.squeak.org/squeak/1105

- Bert -

On Oct 19, 2007, at 22:02 , Rob Withers wrote:

> :)  Thanks, Bert.  I was trying all combinations of adding bangs to  
> it.
>
> ----- Original Message ----- From: "Bert Freudenberg"  
> <[hidden email]>
> To: "The general-purpose Squeak developers list" <squeak-
> [hidden email]>
> Sent: Friday, October 19, 2007 12:58 PM
> Subject: Re: expr to run in fileOut format
>
>
>>
>> On Oct 19, 2007, at 21:41 , Rob Withers wrote:
>>
>>> I have a fileout.  I want to add a call to ParagraphEditor  
>>> initialize at the end of the file, so it runs when I file it  
>>> in.   How can I do this?
>>
>>
>> Add a call to ParagraphEditor initialize at the end of the file.
>>
>> - Bert -
>>


Reply | Threaded
Open this post in threaded view
|

Re: expr to run in fileOut format

David T. Lewis
In reply to this post by Bert Freudenberg
On Fri, Oct 19, 2007 at 09:58:44PM +0200, Bert Freudenberg wrote:
>
> On Oct 19, 2007, at 21:41 , Rob Withers wrote:
>
> >I have a fileout.  I want to add a call to ParagraphEditor  
> >initialize at the end of the file, so it runs when I file it in.  
> >How can I do this?
>
> Add a call to ParagraphEditor initialize at the end of the file.

Or load the fileout into a fresh change set, then add a postscript with
your initialize call. Add a preamble to remind yourself why you did this,
and save the change set.