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

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


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

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

Name: SystemEditor-mtf.92
Author: mtf
Time: 30 May 2008, 12:08:54 pm
UUID: ba52abeb-f79c-4a3a-ae06-5c440dabea8e
Ancestors: SystemEditor-mtf.91

added some extension methods from DeltaStreams that really should be here

=============== Diff against SystemEditor-mtf.91 ===============

Item was added:
+ ----- Method: ClassEditor>>parserClass (in category 'reflecting') -----
+ parserClass
+ 	^ self class parserClass!

Item was added:
+ ----- Method: ClassEditor>>whichCategoryIncludesSelector: (in category 'reflecting') -----
+ whichCategoryIncludesSelector: aSymbol 
+ 	^ self organization categoryOfElement: aSymbol!

Item was added:
+ ----- Method: ClassEditor>>compiledMethodAt:ifAbsent: (in category 'reflecting') -----
+ compiledMethodAt: aSelector ifAbsent: aBlock
+ 	^ self edMethodAt: aSelector ifAbsent: aBlock!

Item was added:
+ ----- Method: ClassEditor>>selectors (in category 'reflecting') -----
+ selectors
+ 	^ self organization allMethodSelectors!



More information about the Packages mailing list