[squeak-dev] The Trunk: SMLoader-cmm.76.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Aug 16 02:53:01 UTC 2011


Chris Muller uploaded a new version of SMLoader to project The Trunk:
http://source.squeak.org/trunk/SMLoader-cmm.76.mcz

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

Name: SMLoader-cmm.76
Author: cmm
Time: 13 August 2011, 7:33:14.639 pm
UUID: 49d70df3-4fc5-4792-b7df-614276ee58d0
Ancestors: SMLoader-nice.75

Upgrade load-scripts with one-click.

=============== Diff against SMLoader-nice.75 ===============

Item was added:
+ ----- Method: SMReleaseBrowser class>>yellowButtonMenuItems (in category 'menu') -----
+ yellowButtonMenuItems
+ 	"Returns the standard yellow button menu items"
+ 	^super yellowButtonMenuItems, {
+ 			{'update with loaded versions' translated. #updateLoadScript}.
+ 		}!

Item was changed:
  ----- Method: SMReleaseBrowser>>loadScript: (in category 'model access') -----
  loadScript: aString 
  	"The Smalltalk code needed to load this release of this package."
  	loadScript := aString asString.
+ 	self
+ 		 changed: #loadScript ;
+ 		 changed: #contents!
- 	self changed: #loadScript!

Item was added:
+ ----- Method: SMReleaseBrowser>>updateLoadScript (in category 'model access') -----
+ updateLoadScript
+ 	self loadScript: self loadScript withLoadedPackageVersions!




More information about the Squeak-dev mailing list