Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!umd5!purdue!gatech!udel!princeton!phoenix!pucc!FUCHS From: FUCHS@pucc.Princeton.EDU (Ira Fuchs) Newsgroups: comp.lang.smalltalk Subject: browsing by partial method name Message-ID: <5376@pucc.Princeton.EDU> Date: 27 May 88 12:22:43 GMT Reply-To: FUCHS@pucc.Princeton.EDU Organization: Princeton University, NJ Lines: 4 Disclaimer: Author bears full responsibility for contents of this article Can someone answer this (novice) question: I would like to open a browser for all methods whose selector contains a specified string (e.g. 'Sensor'). I assume that the way to do this is to use browseAllSelections: and to provide a block that evaluates to true when the selector meets this criteria, but can someone tell me what this block should be? Thanks for any help.