smalltalk - Restrict querying for senders to a certain package -


I know there is. But maybe Ferro can do the following tasks without any extra packages: How can I restrict searches to senders and implementers in a particular category? Like: I want to compile all senders: Omnibrojier in

More generally, how can you go and find the place where the Omniborridge is compiled? (I remember that some special code was responsible for the text panel compiler orientation, but forgot the details.)

It's easy. Comes with Pharo, which is called Refactoring Browser, which has many accessories, not only do the refactors do what you want to do:

  • Go to OmniBrows package, you can use any category from OmniBrowser Select
  • Right Button -> Recharging Area -> Category

Open a new window with all sections of that area (a special category in this case) Will give After this, if you search for senders for example, then it will be in that area only.

Cheers


Comments