[Pkg] The Trunk: ReleaseBuilder-mt.144.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Aug 9 14:33:34 UTC 2016


Marcel Taeumel uploaded a new version of ReleaseBuilder to project The Trunk:
http://source.squeak.org/trunk/ReleaseBuilder-mt.144.mcz

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

Name: ReleaseBuilder-mt.144
Author: mt
Time: 9 August 2016, 4:33:29.224729 pm
UUID: d69d9dfa-eb55-6940-b18c-356b1528cc85
Ancestors: ReleaseBuilder-mt.143

Do not open welcome workspaces yet.

=============== Diff against ReleaseBuilder-mt.143 ===============

Item was changed:
  ----- Method: ReleaseBuilder class>>openWelcomeWorkspaces (in category 'scripts - support') -----
  openWelcomeWorkspaces
+ 
+ "	|offset | offset:= 50 at 50.
- 	|offset | offset:= 50 at 50.
  	 #('License Information' 'The Squeak User Interface' 'Working With Squeak' 'Release Notes')
  		with:  #(#licenseInformation #squeakUserInterface #workingWithSqueak #releaseNotes)
   		do: [ : eachLabel : eachAccessor |
  			TheWorldMainDockingBar instance
  				showWelcomeText: eachAccessor
  				label: eachLabel
  				in: (offset extent: 500 at 300).
+ 			offset := offset + (30 at 30)]"!
- 			offset := offset + (30 at 30)]!



More information about the Packages mailing list