Hello,

I'm trying to upgrade MacroRecorder to Pharo7.
I used NautilusClassSelected and NautilusMethodSelected announcements to
apply a macro in a given class or method right after the developer clicks
on the browser. Something like

AbstractNautilusPlugin subclass: #MRNautilusPlugin ...

registerTo: aModel
      aModel announcer weak
when: NautilusClassSelected  send: #entitySelected: to: self;
when: NautilusMethodSelected send: #entitySelected: to: self.

How can I do the same with Calypso?

Cheers,
-- 
Gustavo Santos
http://gustavojss.github.io/

Reply via email to