<div dir="ltr">Ah, thank you.<div>Now I made it possible to drill down into the guts of text in explorer :-)</div><div><br></div><div><div><br></div><div>Text&gt;&gt;explorerContents</div><div><br></div><div><span class="" style="white-space:pre">        </span>^Array new: self size streamContents: [ :stream |</div>
<div><span class="" style="white-space:pre">        </span>(self class allInstVarNames asOrderedCollection withIndexCollect: [:each :index |</div><div><span class="" style="white-space:pre">                </span>stream nextPut: (</div><div><span class="" style="white-space:pre">                </span>ObjectExplorerWrapper</div>
<div><span class="" style="white-space:pre">                        </span>with: (self instVarAt: index)</div><div><span class="" style="white-space:pre">                        </span>name: each</div><div><span class="" style="white-space:pre">                        </span>model: self )]).</div>
<div><span class="" style="white-space:pre">                </span>(1 to: self size do: [ :index |</div><div><span class="" style="white-space:pre">                        </span>stream nextPut: (</div><div><span class="" style="white-space:pre">                                </span>ObjectExplorerWrapper</div>
<div><span class="" style="white-space:pre">                                        </span>with: (self at: index)</div><div><span class="" style="white-space:pre">                                        </span>name: index printString</div><div><span class="" style="white-space:pre">                                        </span>model: self) ])]</div>
</div><div><br></div><div>Cheers,</div><div>Karl</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 16, 2014 at 11:47 AM, Bert Freudenberg <span dir="ltr">&lt;<a href="mailto:bert@freudenbergs.de" target="_blank">bert@freudenbergs.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 15.06.2014, at 21:27, karl ramberg &lt;<a href="mailto:karlramberg@gmail.com">karlramberg@gmail.com</a>&gt; wrote:<br>

<br>
&gt; Hi,<br>
&gt; While inspecting and exploring at various Text instances I noticed that the inspector shows the instance variables to Text instances (string and runs) but explorer just show the string directly, not as a instance variable, and runs is not shown at all.<br>

&gt;<br>
&gt; Anybody know why that is ?<br>
<br>
</div></div>Text whichClassIncludesSelector: #explorerContents<br>
==&gt; SequenceableCollection<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
- Bert -<br>
<br>
<br>
<br>
</font></span><br><br>
<br></blockquote></div><br></div>