<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Georgia">Well, you could...<br>
      <br>
      addPoolToMinecraftTest<br>
      "<br>
      MinecraftConstants addPoolToMinecraftTest<br>
      "<br>
      &nbsp;&nbsp;&nbsp; | newPoolNames |<br>
      &nbsp;&nbsp;&nbsp; <br>
      &nbsp;&nbsp;&nbsp; (MinecraftTest sharedPools includes: MinecraftConstants)
      ifTrue: [^self].<br>
      &nbsp;&nbsp;&nbsp; newPoolNames _ String streamContents: [ :strm |<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; MinecraftTest sharedPools,{MinecraftConstants} do: [ :e |
      strm nextPutAll: e asString,' '].<br>
      &nbsp;&nbsp;&nbsp; ].<br>
      &nbsp;&nbsp;&nbsp; MinecraftTest sharing: newPoolNames.<br>
      &nbsp;&nbsp;&nbsp; MinecraftTest withAllSubclassesDo: [ :e | e compileAll].<br>
      <br>
      but I'm not clear why you'd want to. Isn't easier to just edit the
      class definition in a browser and save it?<br>
      <br>
      Cheers,<br>
      Bob<br>
      <br>
      P.S. it's Brunhilda<br>
      <br>
    </font>
    <div class="moz-cite-prefix">On 3/5/13 6:26 PM, Louis LaBrunda
      wrote:<br>
    </div>
    <blockquote cite="mid:cmvcj89hu9bh3uuc4s2cvhglm5sv7d6s2k@4ax.com"
      type="cite">
      <pre wrap="">On Tue, 05 Mar 2013 18:02:40 -0500, Bob Arning <a class="moz-txt-link-rfc2396E" href="mailto:arning315@comcast.net">&lt;arning315@comcast.net&gt;</a>
wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">Well, there's a poolDictionaries: argument in the class definition. Put 
it there.
</pre>
      </blockquote>
      <pre wrap="">
I meant from within the same code that was generating the getters or am I
not understanding what you are saying?

</pre>
      <blockquote type="cite">
        <pre wrap="">On 3/5/13 5:22 PM, Louis LaBrunda wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">Is there a way to add MinecraftConstants to the Minecraft poolDictionaries
list if it isn't there already?
</pre>
        </blockquote>
      </blockquote>
      <pre wrap="">-----------------------------------------------------------
Louis LaBrunda
Keystone Software Corp.
SkypeMe callto://PhotonDemon
<a class="moz-txt-link-freetext" href="mailto:Lou@Keystone-Software.com">mailto:Lou@Keystone-Software.com</a> <a class="moz-txt-link-freetext" href="http://www.Keystone-Software.com">http://www.Keystone-Software.com</a>



</pre>
    </blockquote>
    <br>
  </body>
</html>