Oct. 25, 2019
5:48 p.m.
You need to tune the environment. See for example: https://gist.github.com/gcotelli/8a6afbbd04809f79aa6fff25674458db On Fri, Oct 25, 2019 at 12:54 PM PAUL DEBRUICKER <pdebruic@gmail.com> wrote:
Hi -
In pharo 7 how do I use the re-write tool to rewrite sends in only one class? I don't see how to browse scoped to just one class and also where the re-write tool is in the UI.
Specifcally I want to change
anObj record: aThing at: aTime
to
self record: aThing into: anObj at: aTime
across 70 ish sends of #record:at: in one or two classes.
Thanks
Paul