<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="4">Hi,<br>
      </font></p>
    <p><font size="4">Here is the updated PreferencesNG class.</font></p>
    <p><font size="4">Side effects bonuses:</font></p>
    <ul>
      <li><font size="4"> mergeWith: method removed as this is what does
          now the loadFrom: method<br>
        </font></li>
      <li><font size="4"> when a preference  in the image is updated
          with data from its clone from disk, #value: message sent
          triggers the event, letting the tools to update themself.</font></li>
    </ul>
    <p><font size="4">Observe it with the following:</font></p>
    <pre><font size="4" color="#97082d">PreferenceNG initialize.
PreferenceNG at: #guiElementsSize put: #smallFonts.
PreferenceNG saveAllTo: '/tmp/pref' asFileEntry.</font></pre>
    <p><font size="4">Then execute one line at a time:</font></p>
    <p><font size="4" face="monospace" color="#97082d">PreferenceNG
        initialize.<br>
        PreferenceNG loadFrom: '/tmp/pref' asFileEntry.<br>
      </font></p>
    <p><font size="4">Thanks<br>
      </font></p>
    <p><font size="4"></font>Hilaire<br>
    </p>
    <div class="moz-cite-prefix">Le 06/05/2022 à 11:05, Hilaire
      Fernandes a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:28e74a54-1a33-d49b-2bdb-74561d2360ca@drgeo.eu">
      <p>I will do as your suggested, it will cover the current needs.
        We will see if future evolution is necessary.</p>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
  </body>
</html>