BrowsingSourceStringInCategory

Summary: Here is a piece of code allowing you to restrict searching source string in a category.
Author: Samir Saidani
Owner: Samir Saidani (sam)
Co-maintainers: <None>
Categories:
Homepage:
PackageInfo name: <Not entered>
RSS feed:

Description:

Browsing source string in all code of squeak is boring.
So here is a piece of code allowing you to restrict searching
source string in a category. You can add this facility by editing
your personal menu (middle button of your mouse)personalize
and add this line :
aMenu add: 'browse source in categories' target: Smalltalk selector: #askForBrowsingMethodsWithSourceString.

Code released under Public Domain

Releases


Back