fileout on linux

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

fileout on linux

Ralph Boland
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).

The method I used to do this in 4.7 appears to be deprecated
and I can't figure out the proper way to fix this in 5.2.

Since I downloaded the Linux version of 5.2 why isn't this set to work
automatically?
Or if not then at least settable in the preferences?

Thanks

Ralph Boland
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: fileout on linux

K K Subbu
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
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners