[Pkg] SystemEditor: SystemEditor-mtf.111.mcz

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Fri Jul 25 15:50:58 UTC 2008


A new version of SystemEditor was added to project SystemEditor:
http://www.squeaksource.com/SystemEditor/SystemEditor-mtf.111.mcz

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

Name: SystemEditor-mtf.111
Author: mtf
Time: 25 July 2008, 8:50:18 am
UUID: d37a487d-a2d9-4ff0-8fb1-9c766cb1204c
Ancestors: SystemEditor-mtf.110

Better MetaclassEditor>>allInstVarNames:

=============== Diff against SystemEditor-mtf.110 ===============

Item was changed:
  ----- Method: MetaclassEditor>>allInstVarNames (in category 'reflecting') -----
  allInstVarNames
  	 "specialized in order to enable debugger to show as self"
  	
  	self isDebuggingAsEditor ifTrue: [^ super allInstVarNames].
+ 	^ self edSuperclass
- 	^ self edSuperEditor
  		ifNil: [self instVarNames copy]
+ 		ifNotNil: [self edSuperclass allInstVarNames, self instVarNames]!
- 		ifNotNil: [self edSuperEditor allInstVarNames, self instVarNames]!



More information about the Packages mailing list