[Newbies] fileout on linux

K K Subbu kksubbu.ml at gmail.com
Fri Apr 26 04:43:35 UTC 2019


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/1105

Use 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


More information about the Beginners mailing list