Browsing source string in all code of squeak is boring.So here is a piece of code allowing you to restrict searchingsource string in a category. You can add this facility by editingyour personal menu (middle button of your mouse)personalizeand add this line :aMenu add: 'browse source in categories' target: Smalltalk selector: #askForBrowsingMethodsWithSourceString. Code released under Public Domain