<div dir="ltr">There has always been a problem of keeping the core source of Smalltalk separate from project code.  The best way I know of is to make an new object with an instance variable containing the object you want to modify, then make the mods on your seperate object instead of cluttering up the original object.  </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Mar 24, 2019 at 6:07 AM Christian Kellermann <<a href="mailto:ckeen@pestilenz.org">ckeen@pestilenz.org</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">Dear List,<br>
<br>
for localizing an Application I would like to translate the constants<br>
in the Chronology-Core. What's the best way to do this?  I file my<br>
changes for my application in a Monticello package. I could just<br>
overwrite the definitions with my own, but I would love to do this<br>
in a less destructive way.<br>
<br>
Any ideas?<br>
<br>
Thanks!<br>
<br>
 Christian<br>
<br>
<br>
-- <br>
May you be peaceful, may you live in safety, may you be free from<br>
suffering, and may you live with ease.<br>
_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@lists.squeakfoundation.org" target="_blank">Beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" rel="noreferrer" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
</blockquote></div>