<div dir="ltr">Hi all!<br><div> I have many times ported code from Pharo to Cuis doing what Hilaire says. That is, a normal file out on Pharo (you can do it from the class category to export all the code in the category) and the file in with Cuis. </div><div> To solve the line feed issue Hilaire mentions, I go with the file browser in Cuis to the file out, selected, cmd+a to select all the code and the cmd+sifth+U to convert all line feeds and cmd+s to save the changes.</div><div><br></div><div>Cheers!</div><div>Hernan.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 21, 2022 at 6:04 AM H. Fernandes via Cuis-dev <<a href="mailto:cuis-dev@lists.cuis.st">cuis-dev@lists.cuis.st</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div style="font-family:arial,helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)"><div>Hi Aik-Siong,</div><div><br></div><div>The Fileout/Filein is the option I am using to port DrGeo from Pharo to Cuis. Note I am porting from Pharo7 (I think).</div><div>I think the Fielout from newer Pharo should still export to the traditional .st format. You have to deal with the end line character, conversion from \t to \n. <br></div><div>On line can be done with:<br></div><div></div><div><pre><span>   tr '</span><span>\</span><span>r</span><span>' '</span><span>\</span><span>n</span><span>' < PharoFileout.st > CuisFilein.st</span></pre></div><div><br></div><div>Can you make public your fileout from Pharo, so I can take a look?</div><div><br></div><div>Hilaire<br></div><br><div><span name="x"></span>Dr. Geo -- <a href="http://drgeo.eu" target="_blank">http://drgeo.eu</a><span name="x"></span><br></div><br><hr id="gmail-m_4385312324200438900zwchr"><blockquote style="border-left:2px solid rgb(16,16,255);margin-left:5px;padding-left:5px;color:rgb(0,0,0);font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt">Hi:<br><br>I fileout from Pharo five very small classes that I wrote.<br>I tried to filein from Cuis without success.<br>Please advise.<br><br>Thanks,<br>Aik-Siong Koh<br>-- <br>Cuis-dev mailing list<br><a href="mailto:Cuis-dev@lists.cuis.st" target="_blank">Cuis-dev@lists.cuis.st</a><br><a href="https://lists.cuis.st/mailman/listinfo/cuis-dev" target="_blank">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br></blockquote><br></div></div>-- <br>
Cuis-dev mailing list<br>
<a href="mailto:Cuis-dev@lists.cuis.st" target="_blank">Cuis-dev@lists.cuis.st</a><br>
<a href="https://lists.cuis.st/mailman/listinfo/cuis-dev" rel="noreferrer" target="_blank">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><span style="font-size:xx-small;border-collapse:collapse"><div style="font-size:small"><a href="https://10pines.com/" style="font-family:Roboto,Helvetica,Arial,sans-serif;font-size:medium" target="_blank"><img width="108" src="https://10pines.github.io/email-signature/10pines-firma@2x.png" style="margin-bottom: 0.5em;"></a><span style="color:rgb(0,0,0);font-family:Roboto,Helvetica,Arial,sans-serif;font-size:medium"></span><h1 style="margin:0px;font-size:14px">Hernán Wilkinson</h1><h2 style="margin:0px 0px 1em;font-size:14px;color:rgb(100,100,100)">Software Developer & Coach</h2><p style="margin:0px;color:rgb(100,100,100);font-size:12px">Alem 896, Floor 6, Buenos Aires, Argentina</p><p style="margin:0px;color:rgb(100,100,100);font-size:12px">+54 11 6091 3125</p><p style="margin:0px;color:rgb(100,100,100);font-size:12px">@HernanWilkinson</p></div></span></div></div>