This has been driving me crazy. If I am looking at the following method in a browser: renderContext "Answer a fake rendering context for this pusher." ^ WARenderContext new document: (WAHtmlDocument on: (WriteStream on: String new)); actionUrl: WAUrl new; yourself How do I - if I hilite WARenderContext: 1) Browse other methods that reference the class? There is a context menu item "methods containing (E)" - this just gives a walkback error (doesNotUnderstand: #allMethodNoDoitsSelect). I am used to having, senders, implementors and references (is that menu item the equivalent of references but its just broken?). 2) Browser the hierarchy of the selected class (not just the class)? In both cases - it seems like I have to do a Cmd-B (browse class) and then from that window I can then do the operations I am after. But this gives me an extra window floating around (I think I am starting to understand why Squeakers complain about window orphans, and killing of windows). Is there some shortcut I am missing? Tim