<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>In the DrGSmalltalkSketchEditor (subclass of DialogPanel), to
      have code completion on a given class (it is set in a preference
      depending on the locale, to make code completion to methods
      translated in locale language) I implemented the methods below:</p>
    <p><font face="monospace">computeMessageEntriesIn:
        aDynamicTypingSmalltalkCompleter ofTempVarNamed: aString <br>
        <br>
            aDynamicTypingSmalltalkCompleter <br>
                computeMessageEntriesForClassOrNil: (DrGeoSystem
        preferences at: #programmingCodeCompletion)<br>
      </font></p>
    <p><font face="monospace">autoCompleterClassFor: textGetter<br>
            SmalltalkCompleter</font><br>
    </p>
    <p>However the code completion is not limited to the class I want.</p>
    <p>I think it used to work -- or may be I was confused, which is
      likely too.</p>
    <p>Any idea?<br>
    </p>
    <p>Thanks a lot</p>
    <p>Hilaire<br>
    </p>
    <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>