<div dir="auto">Also sorry for calling you Hilario. It was the iPad autocompleter. It was a hilarious mistake ;)</div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 30 Apr 2022 at 8:39 PM Luciano Notarfrancesco <<a href="mailto:luchiano@gmail.com">luchiano@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)"><div><div dir="auto">Hi Hilario,</div><div dir="auto">Great! Maybe I would rename #of: to something more self evident like #valueAt: for example, but not sure, we should think carefully because that’s the message that will be called the most fro the rest of the system. Other than that on a first glance looks perfect to me!</div></div><div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 30 Apr 2022 at 8:28 PM Hilaire Fernandes via Cuis-dev <<a href="mailto:cuis-dev@lists.cuis.st" target="_blank">cuis-dev@lists.cuis.st</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <p><font size="4" style="color:rgb(0,0,0)">A first implementation following the ideas
        exchanged there. <br>
      </font></p>
    <p><font size="4" style="color:rgb(0,0,0)">It is a one class approach (hi Ken), with an
        additional type attribute (hi Mariano), without defaultValue
        attribute, it is not used in the base system</font></p>
    <p><font size="4" style="color:rgb(0,0,0)">It is possible to <font style="color:rgb(151,8,45)">reset</font>
        to Cuis base preferences, or to <font style="color:rgb(151,8,45)">import</font>
        the existing Preferences from the old system, but the type is
        not good, so only for testing.<br>
      </font></p>
    <p><font size="4" style="color:rgb(0,0,0)">A preference is created and auto-kept when
        instantiating it. <br>
      </font></p>
    <p><font size="4" style="color:rgb(0,0,0)">Access to Preference instance as dictionary: <font style="color:rgb(151,8,45)">PreferenceNG at: #</font></font><font size="4" style="color:rgb(0,0,0)"><font size="4" style="color:rgb(0,0,0)"><font style="color:rgb(151,8,45)">biggerCursors</font>. Access to
          preference value </font></font><font size="4" style="color:rgb(0,0,0)"><font size="4" style="color:rgb(0,0,0)"><font size="4" style="color:rgb(0,0,0)"><font style="color:rgb(151,8,45)">PreferenceNG at: #</font></font><font size="4" style="color:rgb(0,0,0)"><font size="4" style="color:rgb(0,0,0)"><font style="color:rgb(151,8,45)">biggerCursors
              </font></font></font></font></font>or<font size="4" style="color:rgb(0,0,0)"><font size="4" style="color:rgb(0,0,0)"> message send </font><font style="color:rgb(151,8,45)">PreferenceNG
          biggerCursors</font><br>
      </font></p>
    <p><font size="4" style="color:rgb(0,0,0)">Things to do, conform the value change to the type
        when type is not a class. Third party editor level right?</font></p>
    <p><font size="4" style="color:rgb(0,0,0)">Each occurrence in system of <font style="color:rgb(151,8,45)">Preferences biggerCursors</font> should be
        replaced by <font style="color:rgb(151,8,45)">PreferenceNG biggerCursors</font>
        (to become just <font style="color:rgb(151,8,45)">Preference</font> or even
        <font style="color:rgb(151,8,45)">Preference<b>s</b></font>). Message send
        goes by a DNU so may be system use should be </font><font size="4" style="color:rgb(151,8,45)"><font size="4" style="color:rgb(151,8,45)">PreferenceNG of:
          #biggerCursors</font></font></p></div><div text="#000000" bgcolor="#FFFFFF">
    <p><font size="4" style="color:rgb(0,0,0)">Hilaire<br>
      </font></p>
    <pre cols="72" style="font-family:monospace">-- 
GNU Dr. Geo
<a href="http://drgeo.eu" style="font-family:monospace" target="_blank">http://drgeo.eu</a>
<a href="http://blog.drgeo.eu" style="font-family:monospace" target="_blank">http://blog.drgeo.eu</a></pre>
  </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></div>
</div>
</blockquote></div></div>