[Pharo-project] Notification of inst var added
I was thinking that the SystemChangeNotifier would trigger a class modified event when an instance variable is added, but I only got a method modified event when I referenced an unknown name in a method and selected 'declare instance' from the pop-up. How would I know when an instance variable is added? Thanks. Sean -- View this message in context: http://forum.world.st/Notification-of-inst-var-added-tp4576616p4576616.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Sean P. DeNigris wrote
I was thinking that the SystemChangeNotifier...
Nevermind... I just noticed the new Announcements in 1.4. Very cool! -- View this message in context: http://forum.world.st/Notification-of-inst-var-added-tp4576616p4576685.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Are you working with Pharo 1.3 ? Because I get a #classDefinitionChangedFrom:to: event when an instance variable is added from the pop-up. On 21 April 2012 12:37, Sean P. DeNigris <sean@clipperadams.com> wrote:
I was thinking that the SystemChangeNotifier would trigger a class modified event when an instance variable is added, but I only got a method modified event when I referenced an unknown name in a method and selected 'declare instance' from the pop-up.
How would I know when an instance variable is added?
Thanks. Sean
-- View this message in context: http://forum.world.st/Notification-of-inst-var-added-tp4576616p4576616.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
ezequiel lamonica wrote
Are you working with Pharo 1.3 ?
Yes, I was... -- View this message in context: http://forum.world.st/Notification-of-inst-var-added-tp4576616p4576696.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (2)
-
Ezequiel Lamonica -
Sean P. DeNigris