[Pharo-project] Instance variable readers/writers
Hi, Is there a way on Pharo to search for readers and writers of instance variables? TIA Davide -- View this message in context: http://forum.world.st/Instance-variable-readers-writers-tp2075506p2075506.ht... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On Thu, Apr 29, 2010 at 4:00 PM, Davide Varvello <varvello@yahoo.com> wrote:
Hi, Is there a way on Pharo to search for readers and writers of instance variables?
Yes. Select a class, right button -> "refactoring scope" -> "instance variable reader" or "instance variable writer" Did it work ? cheers mariano TIA
Davide -- View this message in context: http://forum.world.st/Instance-variable-readers-writers-tp2075506p2075506.ht... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Yes, thanks. Davide Mariano Martinez Peck wrote:
On Thu, Apr 29, 2010 at 4:00 PM, Davide Varvello <varvello@yahoo.com> wrote:
Hi, Is there a way on Pharo to search for readers and writers of instance variables?
Yes. Select a class, right button -> "refactoring scope" -> "instance variable reader" or "instance variable writer"
Did it work ?
cheers
mariano
TIA
Davide -- View this message in context: http://forum.world.st/Instance-variable-readers-writers-tp2075506p2075506.ht... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- View this message in context: http://forum.world.st/Instance-variable-readers-writers-tp2075506p2075884.ht... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (2)
-
Davide Varvello -
Mariano Martinez Peck