Hi I have modified an existing class in the Smalltalk image and added an instance variable to it. I would like to record this change -- added this new instance variable -- in Monticello; that way my team can also pull in the changes and have it work. This existing class is outside of my Monticello package.
Is this possible? I have tried following these two threads (~ 2008) * http://forum.world.st/monticello-package-adding-instance-variables-to-existing-classes-td110740.html * http://forum.world.st/squeak-dev-MC-unload-action-and-postload-actions-td78441.html by creating a method on the class side e.g. TheObject class>>mcInstallOn: aClassEditor but it does not seem to work. Is this functionality still supported or is there a new way to achieve this? Thanks! -- Nick -- View this message in context: http://forum.world.st/Adding-instance-variables-to-existing-classes-in-Monticello-tp3707174p3707174.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
