[squeak-dev] The Trunk: ST80Tools-bf.4.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Dec 8 01:03:29 UTC 2014


Bert Freudenberg uploaded a new version of ST80Tools to project The Trunk:
http://source.squeak.org/trunk/ST80Tools-bf.4.mcz

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

Name: ST80Tools-bf.4
Author: bf
Time: 8 December 2014, 2:03:19.031 am
UUID: 6201f65e-3f42-4c07-b43a-505e4972c06a
Ancestors: ST80Tools-eem.3

Restore timestamps lost in assignment conversion.

=============== Diff against ST80Tools-eem.3 ===============

Item was changed:
  ----- Method: ParagraphEditor>>browseChangeSetsWithSelector (in category '*ST80Tools') -----
  browseChangeSetsWithSelector
  	"Determine which, if any, change sets have at least one change for the selected selector, independent of class"
  
  	| aSelector |
  	self lineSelectAndEmptyCheck: [^ self].
  	(aSelector := self selectedSelector) == nil ifTrue: [^ view flash].
  	self terminateAndInitializeAround: [ChangeSorter browseChangeSetsWithSelector: aSelector]!



More information about the Squeak-dev mailing list