Pharo rewrite snippet should allow scoping of rewrites
The Pharo rewrite in Lepiter should allow one to limit the scope of the methods the rewrite is performed on. Currently, each rewrite is performed on the whole image, but it should be possible to limit to a package or some other filter.
Here is an example:
searchMethods is a variable defined within the scope of the page and it appears as a possible target in the dropdown of the rewrite scope, next to All methods:
We need to have a way to define global default scopes, like All methods. Such a mechanism would allow us to customize the dropdown for a specific system.
If you are viewing a search filter, you can use self for the search in scope:

The scope was changed to use the filters used in coders:
