[Pkg] DeltaStreams: SystemEditor-mtf.91.mcz

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Fri May 30 07:48:30 UTC 2008


Matthew Fulmer uploaded a new version of SystemEditor to project DeltaStreams:
http://www.squeaksource.com/DeltaStreams/SystemEditor-mtf.91.mcz

==================== Summary ====================

Name: SystemEditor-mtf.91
Author: mtf
Time: 23 April 2008, 9:33:22 am
UUID: dd2e9b7f-db9c-419d-810e-f8505c5947fa
Ancestors: SystemEditor-mtf.90

added a method to directly set instance variable names

=============== Diff against SystemEditor-mtf.90 ===============

Item was added:
+ ----- Method: MetaclassEditor>>instanceVariableNames: (in category 'reflecting') -----
+ instanceVariableNames: instString
+ 	instVarNames := Scanner new scanFieldNames: instString!

Item was added:
+ ----- Method: ClassEditor>>instanceVariableNames: (in category 'reflecting') -----
+ instanceVariableNames: instString
+ 	instVarNames := Scanner new scanFieldNames: instString!



More information about the Packages mailing list