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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Wed Oct 8 00:01:42 UTC 2008


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

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

Name: SystemEditor-mtf.128
Author: mtf
Time: 7 October 2008, 10:57:26 am
UUID: b70c3977-02d9-418f-9264-c0a314317151
Ancestors: SystemEditor-mtf.127

typo

=============== Diff against SystemEditor-mtf.127 ===============

Item was changed:
  ----- Method: SystemEditor>>commit (in category 'building') -----
  commit
  	| migration export |
  	showProgress ifNil: [showProgress := false].
  	self validate.
  
  	self edExpandEditors.
  
  	migration := MigrationTransaction new.
  	self edPrepareMigration: migration.
  
  	export := ClassExporter on: subject.
  	self edPrepareExport: export.
  
+ 	showProgress ifTrue: [(1 to: 2) do: [:ea | ] displayingProgress: 'Committing...'].
- 	showProgress ifTrue: [(1 to: 2) do: [:ea | ] displayingProgress: 'Comitting...'].
  	[migration commit.
  	export commit.
  	self edCommitRemovals.
  	self edRecategorize.] valueUnpreemptively.
  	
  	^ true!



More information about the Packages mailing list