Some Newbie questions

Joern Eyrich Joern.Eyrich at syngenio.de
Sat Jul 10 14:31:51 UTC 2004


cool hack!

 > 1. How can I make that my Morph shows up in the alphabetical morph menu?

create a class side method WarpSketchMorph class>>includeInNewMorphMenu that returns true:

includeInNewMorphMenu

    ^ true

 > 5. Is it possible to open a Browser on the class of the contents of a
 > workspaceVariable?
the attached changeset contains a small hack to extend the alt-b shortcut to do just that.
you lose the ability to browse implementors of methodnames with alt-b, though. but you can still do that with alt-m as before.

Happy Squeaking,
Joern

-------------- next part --------------
A non-text attachment was scrubbed...
Name: browseWSVarClass.1.cs.zip
Type: application/zip
Size: 726 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20040710/a4301336/browseWSVarClass.1.cs.zip


More information about the Squeak-dev mailing list