[Pkg] SystemEditor: SystemEditor-Squeak-mtf.157.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue Nov 18 19:01:47 UTC 2008


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

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

Name: SystemEditor-Squeak-mtf.157
Author: mtf
Time: 18 November 2008, 12:01:29 pm
UUID: d99f6c77-0394-4435-bcba-39a0d3b5f952
Ancestors: SystemEditor-Squeak-mtf.156

remove some duplicate methods from MetaclassEditor

=============== Diff against SystemEditor-Squeak-mtf.156 ===============

Item was removed:
- ----- Method: MetaclassEditor>>superclass: (in category 'editing') -----
- superclass: aClass 
- 	superEditor := self system edEditorFor: aClass!

Item was removed:
- ----- Method: MetaclassEditor>>edMethodAt:ifAbsent: (in category 'editing') -----
- edMethodAt: aSelector ifAbsent: aBlock
- 	^ self methods at: aSelector ifAbsent: aBlock!

Item was removed:
- ----- Method: MetaclassEditor>>removeInstVarName: (in category 'editing') -----
- removeInstVarName: aString 
- 	instVarNames ifNil: [instVarNames := self subject instVarNames].
- 	instVarNames := instVarNames copyWithout: aString!

Item was removed:
- ----- Method: MetaclassEditor>>rearrangeInstVarNames: (in category 'editing') -----
- rearrangeInstVarNames: associations
- 	"The associations are name -> pos and cover the subset
- 	of vars that should be moved. The old just fill in the holes."
- 
- 	instVarNames := ClassEditor rearrangeVarNames: associations oldNames: instVarNames!

Item was removed:
- ----- Method: MetaclassEditor>>edMethodAt: (in category 'editing') -----
- edMethodAt: aSelector
- 	^ self methods at: aSelector!



More information about the Packages mailing list