class scoped code re-writing in pharo 7?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

class scoped code re-writing in pharo 7?

Paul DeBruicker
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
Reply | Threaded
Open this post in threaded view
|

Re: class scoped code re-writing in pharo 7?

gcotelli
You need to tune the environment.

On Fri, Oct 25, 2019 at 12:54 PM PAUL DEBRUICKER <[hidden email]> 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