<div dir="ltr"><div>Thank you, that's what I'm looing for.</div><div>-cbc</div></div><br><div class="gmail_quote"><div class="gmail_attr" dir="ltr">On Thu, Apr 18, 2019 at 11:46 AM H. Hirzel <<a href="mailto:hannes.hirzel@gmail.com">hannes.hirzel@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">Hi Chris<br>
<br>
I think you might want to have a look at the implementors of<br>
<br>
   explorerContents<br>
<br>
<br>
Dictionary has<br>
<br>
explorerContents<br>
<br>
        ^self keysSortedSafely replace: [ :key |<br>
                ObjectExplorerWrapper<br>
                        with: (self at: key)<br>
                        name: (key printString contractTo: 32)<br>
                        model: self ]<br>
<br>
<br>
Regards<br>
Hannes<br>
<br>
On 4/18/19, Chris Cunningham <<a href="mailto:cunningham.cb@gmail.com" target="_blank">cunningham.cb@gmail.com</a>> wrote:<br>
> Hi.  I have objects that I want to explore with Dates as keys.<br>
> ObjectExplorer seems to want to sort these by the string representation of<br>
> the dates instead of the natural sorting of the dates<br>
> [image: image.png]<br>
><br>
> Could someone point me to where the building of this list is going on? Once<br>
> I have a pointer, I can try various other options to find something I like.<br>
><br>
> Thanks,<br>
> cbc<br>
><br>
<br>
</blockquote></div>