On 26/04/19 5:22 AM, Ralph Boland wrote:> I am porting my squeak code
from 4.7 to 5.2.
> The port is done but when I fileout methods or classes
> the files generated are not properly formatted for reading
> with linux text editors (e.g. vi).
fileouts are in binary format. See
http://wiki.squeak.org/squeak/1105Use the 'edit' button from Tools->File List to see or change their contents.
If you don't have Squeak handy, you could try this trick to browse (but
not edit) the contents in vim:
$ view '+set fileformats+=mac' myfileout.st
HTH .. Subbu
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners