On Mon, Sep 27, 2010 at 8:57 PM, Hannes Hirzel
<hannes.hirzel@gmail.com> wrote:
And (within the same example
http://localhost:8080/glamour/otherExamples) code browser.
I browse the Morph hierarchy and I want to expand StringMorph in the tree view.
It is not possible but StringMorph has 15 subclasses
StringMorph allSubclasses size
15
I just tried it with a clean image and I was able to browse the subclasses of StringMorph. In my case the StringMorph is the fifth entry in the tree list after expanding Morph. Also could you execute the commented code from the begining of SGLOtherExamples>>codeBrowser and see if in the resulting browser you can browse the subclasses.
HJH
P.S. An unrelated question regarding command expansion
I type StringMorph allSub
and then I correctly see 'allSubclasses' proposed - how do I accept it
* ctrl-space does not work
* enter does not work
* mouse click does not work
I use this on WinXP SP3
Press TAB to accept the proposal.
Cheers,
Andrei