Not possible to have classes without source code in Squeak. Perhaps
you need to look at the parent classes for methods you don't find in the
child classes?
Dan wrote:
> All,
>
> This is probably a really dense question but I just can't find the source to a
> whole lot of the important classes underpining the Croquet islands.
>
> This appears to give me errors every time I try to debug a core class or just
> browse to find out how it works. (It gives errors in
> MultiByteFileStream>>skipSeperators - I'm guessing it is trying to parse a none
> existant file...)
>
> Some top level classes can be browsed but not the core stuff (TGroup,
> BaseWorld, SimpleWorld, TAvatarReplica, etc).
>
> I'm reasonably familiar with squeak and have even grepped through the distro
> for any references to the classes but without luck.
>
> This is the same on both my linux and windows versions (downloaded this week).
>
> Can someone give me some pointers
>
> thanks
>
> Dan
>
>